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"
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"