kalibrado / trailer-finder

Trailer Finder is a tool that automatically searches and downloads movie trailers for your media collection. It integrates with media management tools like Radarr and Sonarr to keep your trailers up-to-date.
MIT License
15 stars 0 forks source link

Warning Message During Trailer Download #25

Open kalibrado opened 2 months ago

kalibrado commented 2 months ago

Description

When using the current configuration, a warning message appears regarding authentication methods for YouTube. The specific warning is:

WARNING: [youtube] Login with password is not supported for this website. Use --cookies-from-browser or --cookies for the authentication. See https://github.com/yt-dlp/yt-dlp/wiki/FAQ#how-do-i-pass-cookies-to-yt-dlp for how to manually pass cookies.

Steps to Reproduce

  1. Configure the script with YouTube account details.
  2. Run the script to find and download a trailer.
  3. Observe the warning message in the logs.

Example Log

[ MAIN ] Starting trailer finder. 
-------------------------------- 
[ RADARR ] Movie trailer finder started. 
-------------------------------- 
-> SCAN Looking for Civil War (2024) trailers 
-> GET Getting information about 929590 MOVIE 
-> DOWNLOAD Downloading Türkçe Altyazılı Fragman | 26 Nisan'da Sinemalarda trailer from https://www.youtube.com/watch?v=4Aiq3HtY-3g 
WARNING: [youtube] Login with password is not supported for this website. Use --cookies-from-browser or --cookies for the authentication. See https://github.com/yt-dlp/yt-dlp/wiki/FAQ#how-do-i-pass-cookies-to-yt-dlp for how to manually pass cookies.

Expected Behavior

The script should handle authentication without requiring manual intervention or throwing warnings.

Action Items

References

Additional Notes

Acknowledge the user for bringing up this issue and confirm the task creation for further investigation.