You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run through the script to see where it is erroring out at. However, when I have it setup in the config file and let it run it isn't properly pulling files. It is naming it but the file is the same file over and over.
If I manually run the following it downloads proper files
yt-dlp -f "bv*[ext=mp4][height<=1080]+ba[ext=m4a]/b[ext=mp4] / bv*+ba/b" -P "/sonarr_root/" -o "%(uploader)s/%(upload_date>%Y)s/%(title)s.%(ext)s" "https://www.youtube.com/channel/channel_id"
The text was updated successfully, but these errors were encountered:
I'm having the same issue. It keeps downloading an unrelated youtube shorts video of the same channel over and over. Naming, quality and save location of video all are correct, except the video itself.
I'm trying to run through the script to see where it is erroring out at. However, when I have it setup in the config file and let it run it isn't properly pulling files. It is naming it but the file is the same file over and over.
If I manually run the following it downloads proper files
yt-dlp -f "bv*[ext=mp4][height<=1080]+ba[ext=m4a]/b[ext=mp4] / bv*+ba/b" -P "/sonarr_root/" -o "%(uploader)s/%(upload_date>%Y)s/%(title)s.%(ext)s" "https://www.youtube.com/channel/channel_id"
The text was updated successfully, but these errors were encountered: