bibanon / tubeup

Use yt-dlp to download video and upload to the Internet Archive with metadata.
https://pypi.python.org/pypi/tubeup/
GNU General Public License v3.0
415 stars 69 forks source link

Provide --username and --password to youtube-dl via Tubeup #30

Closed antonizoon closed 7 years ago

antonizoon commented 7 years ago

We should make two arguments that pass a username and password to tubeup, as some services require login.

Some services also used to allow nonlogin scraping (such as niconico), but they're having issues with that, so we need to be able to log in.

Example youtube-dl command;

youtube-dl --username "user@email.com" --password "your_password" --write-annotations --write-description --write-info-json --write-thumbnail URL
dkl3 commented 7 years ago

Any updates on this?

vxbinaca commented 7 years ago

@antonizoon provided for this in the last update. Closing his issue.