⚡Eineygður ☯ Flakkari⚡ on Nostr: Canuck here... This is typically how I do it. yt-dlp --write-sub --sub-lang 'en,us' ...
Canuck here... This is typically how I do it.
yt-dlp --write-sub --sub-lang 'en,us' -c -o '%(title)s-%(id)s.%(ext)s' https://youtu.be/cXgNKLXrsZ0
When it gives me any grief about needing to be logged in I can typically get around that by using `torsocks`. I wrote a little wrapper script that helps automate most of the options, including retrying downloads in case of snafu, grabbing specific resolutions, or extracting the mp3/ogg etc. Which is ironic since I'm essentially using a bot to get around YT preventing me from viewing their content by other means (freetube, browser, invidious, etc) under suspicion that I'm a bot, which is fucking retarded.
yt-dlp --write-sub --sub-lang 'en,us' -c -o '%(title)s-%(id)s.%(ext)s' https://youtu.be/cXgNKLXrsZ0
When it gives me any grief about needing to be logged in I can typically get around that by using `torsocks`. I wrote a little wrapper script that helps automate most of the options, including retrying downloads in case of snafu, grabbing specific resolutions, or extracting the mp3/ogg etc. Which is ironic since I'm essentially using a bot to get around YT preventing me from viewing their content by other means (freetube, browser, invidious, etc) under suspicion that I'm a bot, which is fucking retarded.