Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Vimeo Watch Later #3886
Vimeo Watch Later #3886
Comments
|
And with latest version: [debug] System config: [] |
|
Using version 2015.03.09 I get: youtube-dl :vimeowatchlater -u user -p password |
|
I have fixed the login, at least it works for me. |
|
With version 2015.03.15 when the playlist is empty it works correctly, however to actually download a file I get an error: [debug] System config: [] |
|
It works for me, could you try downloading with the specific video url and username and password? |
|
It works when I download the specific file: [debug] System config: [] It doesn't work when I download it from the watch later list: |
|
They use the same code, so I don't understand why one of them fails. |
|
Thanks, the workaround works fine for me. Something I have noticed is that when downloading the watch later list it logs in twice, presumable once for the list and again to download the actual videos. The first time it logs in the login token always ends in '.0', ie 92e578b732281df617045b3863621aba.0 But in your workaround both times it logs in the token ends in '.0' |
|
It's the same in my case, so I have no clue of why it doesn't work for you. |
|
I think this is related to the login-token problem #6488 we are having, as using the Workaround from @RadAd yields
|
|
This issue has been fixed and will be available in the next version. |
It seems it gets my watch later list ok but when trying to actually download the video it doesn't like the login info.
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', '-u', u'PRIVATE', '-p', u'PRIVATE', ':vimeowatchlater']
[debug] Encodings: locale cp1252, fs mbcs, out None, pref cp1252
[debug] youtube-dl version 2014.09.29.2
[debug] Python version 2.7.8 - Windows-7-6.1.7601-SP1
vimeo:watchlater] Logging in
[vimeo:watchlater] watchlater: Downloading page 1
[download] Downloading playlist: Watch Later
[vimeo:watchlater] playlist Watch Later: Collected 1 video ids (downloading 1 of them)
[download] Downloading video #1 of 1
[vimeo] Logging in
ERROR: Wrong login info: HTTP Error 401: Unauthorized; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
File "youtube_dl\extractor\common.pyo", line 224, in _request_webpage
File "youtube_dl\YoutubeDL.pyo", line 1266, in urlopen
File "urllib2.pyo", line 410, in open
File "urllib2.pyo", line 523, in http_response
File "urllib2.pyo", line 448, in error
File "urllib2.pyo", line 382, in _call_chain
File "urllib2.pyo", line 531, in http_error_default