coletdjnz / yt-dlp-youtube-oauth2

Plugin that adds OAuth2 login support to yt-dlp's YouTube extractors
The Unlicense
50 stars 3 forks source link

Command does not log anything related with oauth with arg `--dump-single-json` #9

Closed wisetc closed 3 weeks ago

wisetc commented 3 weeks ago

So code like xxx-xxx-xxx for google device is not seen.

How do I resolve it?

coletdjnz commented 3 weeks ago

You will need to run yt-dlp once without that option (can just run with --skip-download on any YouTube page) .

Once you've given access to yt-dlp it should work.

wisetc commented 3 weeks ago

You will need to run yt-dlp once without that option. Once you've given access to yt-dlp it should work.

Thank you for your quick answer.

it worked. Thank you.

coletdjnz commented 3 weeks ago

Yeah it's not the most intuitive. If/when we consider implementing it in yt-dlp officially it may be something we can look at improving if feasible.