coletdjnz / yt-dlp-youtube-oauth2

[OBSOLETE] Plugin that adds OAuth2 login support to yt-dlp's YouTube extractors
The Unlicense
259 stars 38 forks source link

How to do it with ssh access via root #22

Closed qayyumabro closed 3 months ago

qayyumabro commented 3 months ago

Does it need browser gui to complete the oauth process?

coletdjnz commented 3 months ago

Yes, but it is decoupled so you can do the web browser part on any machine.

You could even do the whole process on one yt-dlp and copy the cached token file to other machines.

qayyumabro commented 3 months ago

Sounds great, will try on windows thanks.