Jessime / youtube_history

A quick analysis of all Youtube videos in a user's history.
MIT License
83 stars 4 forks source link

youtube-dl update #1

Closed cmnord closed 2 years ago

cmnord commented 7 years ago

I couldn't log in using youtube-dl until I upgraded youtube-dl to version 2016.11.22 (see this issue)

Jessime commented 7 years ago

Thanks for reporting this! There was no good justification for specifying specific versions other than that's the default output of pip freeze. I've updated the requirements.txt file so the latest version of each package will be installed (https://github.com/Jessime/youtube_history/commit/84632f5fd95d15864b2dd38c08471f89bb0afff5). I just tested it out on my laptop.

youtube-dl's nightly build installs and allows me to login to Google without issue.

Hopefully everything's working smoothly for you now, but please let me know if it isn't!

Motuzkov commented 7 years ago

Still cant enter password while login :( input line is inactive

Jessime commented 7 years ago

@Motuzkov If I understand you correctly, the password text isn't showing on screen, correct?

That's actually how it's supposed to work, so nobody can see your password. Just type your password-- even though you won't see anything happen-- and hit enter.

Motuzkov commented 7 years ago

@Jessime Im sorry for that fail :D Thank you very much! Have a good day

Jessime commented 7 years ago

@Motuzkov No problem! It's worth noting that the problem that caused cmnord to not be able to login is still an open issue on the youtube-dl repository. If you're sure that you enter your password correctly but you're still not able to get data, please let me know.