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

I am a beginner, and I don't know how to use this plugin. #10

Open M4kWhite opened 3 weeks ago

M4kWhite commented 3 weeks ago

I am using 'yt-dlp' on win10. I only know how to use the simplest video download or information extractor of 'yt-dlp'. commands like 'yt-dlp -F video_id' or 'yt-dlp -f 299 video_id'.

I have two questions: 1.How do I invoke this plugin with 'yt-dlp' on win10? 2.Sometimes I debug the code of 'yt-dlp' to learn Python and how to retrieve information from YouTube. How do I integrate this plugin into the 'yt-dlp' project?

coletdjnz commented 2 weeks ago
  1. See details on installation here: https://github.com/coletdjnz/yt-dlp-youtube-oauth2#installation or https://github.com/yt-dlp/yt-dlp#installing-plugins if using binary
  2. Same as above, depending on how you install it. It is automatically detected.

Apologies, I don't have capacity currently to provide general support - I recommend asking on the yt-dlp discord server if you are still stuck https://discord.gg/H5MNcFW63r

M4kWhite commented 1 week ago

I have now successfully run your OAuth2 authorization implementation code and performed various debugging. Thanks for your help.