Age | Commit message (Collapse) | Author |
|
|
|
|
|
Some videos that are freely accessible without password via the original URL (e.g. http://vimeo.com/channels/keypeele/75629013)
ask for password when accessed via http://vimeo.com/<video_id>.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
naglis-izlesene
|
|
|
|
|
|
|
|
|
|
This restores the ability to enter URLs without a scheme (and default to http), but still fail if the input is a search term.
|
|
|
|
|
|
|
|
|
|
downloading the manifest
|
|
It uses a helper method in the InfoExtractor class.
The downloader will pick the requested formats using the bitrate in the info dict.
|
|
|
|
For some videos the resolution is not included in the url, we will need to look in the m3u8 manifest.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
youtube-dl -j http://www.twitch.tv/fang_i3anger still fails though.
|
|
|
|
Fixes #3356
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|