mirror of
https://github.com/RandomNinjaAtk/arr-scripts.git
synced 2026-03-02 22:57:35 -05:00
[BUG] - Lidarr - YT-DL Issue #218
Labels
No labels
Needs Triage
Not Reproducible
Upstream Issue
User Error
bug
documentation
enhancement
good first issue
help wanted
invalid
lidarr
lidarr
question
radarr
readarr
sabnzbd
sonarr
synology (host)
unraid (host)
waiting for logs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/arr-scripts#218
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @danutzzzzz on GitHub (Nov 19, 2025).
Application
Lidarr
Host platform
Debian 13.1 / Docker 28.4.0
Script
Video / IMVDB
Script Version
4.0
Describe the bug
The script is failing to download videos from youtube
To Reproduce
Steps to reproduce the behavior:
Expected behavior
videos from youtube download successfully
Logs/Screenshots
2025-11-19 15:29:07 :: Video :: 4.0 :: 1/319 :: 50 Cent :: IMVDB :: Processing 50 Videos!
2025-11-19 15:29:07 :: Video :: 4.0 :: 1/319 :: 50 Cent :: IMVDB :: 1/50 :: 21 Questions :: Previously Downloaded, skipping...
WARNING: [youtube] No supported JavaScript runtime could be found. YouTube extraction without a JS runtime has been deprecated, and some formats may be missing. See https://github.com/yt-dlp/yt-dlp/wiki/EJS for details on installing one. To silence this warning, you can use --extractor-args "youtube:player_client=default"
WARNING: [youtube] bP9AboOlEY0: Some web_safari client https formats have been skipped as they are missing a url. YouTube is forcing SABR streaming for this client. See https://github.com/yt-dlp/yt-dlp/issues/12482 for more details
WARNING: [youtube] bP9AboOlEY0: Some web client https formats have been skipped as they are missing a url. YouTube is forcing SABR streaming for this client. See https://github.com/yt-dlp/yt-dlp/issues/12482 for more details
2025-11-19 15:29:17 :: Video :: 4.0 :: 1/319 :: 50 Cent :: IMVDB :: 2/50 :: 9 Shots :: https://www.youtube.com/watch?v=bP9AboOlEY0...
[youtube] Extracting URL: https://www.youtube.com/watch?v=bP9AboOlEY0
[youtube] bP9AboOlEY0: Downloading webpage
[youtube] bP9AboOlEY0: Downloading android sdkless player API JSON
[youtube] bP9AboOlEY0: Downloading web safari player API JSON
[youtube] bP9AboOlEY0: Downloading m3u8 information
ERROR: [youtube] bP9AboOlEY0: Requested format is not available. Use --list-formats for a list of available formats
2025-11-19 15:29:23 :: Video :: 4.0 :: 1/319 :: 50 Cent :: IMVDB :: 2/50 :: 9 Shots :: Download failed, skipping...
@theproductionprofessor commented on GitHub (Nov 25, 2025):
Have you tried using yt-dlp separately of the script to download the same video? Lately I’ve been having to add a specific yt-dlp argument in order to successfully download from YouTube. You may need to alter the script to include that argument.
See this issue: https://github.com/yt-dlp/yt-dlp/issues/15012#issue-3614398875
@rairulyle commented on GitHub (Jan 26, 2026):
@theproductionprofessor is right. Here's what currently works for me @danutzzzzz , I replaces the
scripts_init.bashwith the ff:So basically get the latest script, paste it and add the following I mentioned. @RandomNinjaAtk what's your thought to this having it PR?