Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-17 | Improve code style | Philipp Hagemeister | |
2014-12-16 | [youtube:feeds] (Fixes #4486) | Philipp Hagemeister | |
2014-12-15 | [youtube:playlist] Work around buggy playlists (fixes #4449) | Jaime Marquínez Ferrándiz | |
They show a "Load more" button, but they don't have more videos. The continuation url in the json file was a link to itself, so we ended up in an infinite loop. | |||
2014-12-14 | [youtube] Fix player ID detection | Philipp Hagemeister | |
2014-12-12 | [youtube:playlist] Remove unused property | Jaime Marquínez Ferrándiz | |
2014-12-12 | [youtube:channel] Fix extraction (fixes #4435) | Jaime Marquínez Ferrándiz | |
It uses now the same pagination system as playlists | |||
2014-12-11 | [youtube] Amend test | Philipp Hagemeister | |
2014-12-11 | [youtube] Do not warn if DASH manifest is missing (#4442) | Philipp Hagemeister | |
2014-12-11 | [youtube] Make category optional (#4442) | Philipp Hagemeister | |
2014-12-11 | Merge remote-tracking branch 'akretz/youtube_fix' | Philipp Hagemeister | |
2014-12-11 | [youtube] Add test case for #4431 | Philipp Hagemeister | |
2014-12-11 | [youtube] The case that 'url_encoded_fmt_stream_map' or 'adaptive_fmts' is ↵ | Adrian Kretz | |
the empty string is handled accordingly (fixes #4431) | |||
2014-12-11 | [youtube] Fix imports | Philipp Hagemeister | |
2014-12-10 | [youtube] Pass in all variables to DASH manifest (Fixes #4424) | Philipp Hagemeister | |
2014-12-10 | [youtube] Handle missing DASH manifest (Fixes #4421, fixes #4420) | Philipp Hagemeister | |
2014-12-06 | Allow iterators for playlist result entries | Philipp Hagemeister | |
2014-12-06 | [youtube] Modernize | Philipp Hagemeister | |
2014-12-04 | pep8 and minor beautification all around | Philipp Hagemeister | |
2014-12-01 | [youtube] Extract framerate from the dash manifest | Jaime Marquínez Ferrándiz | |
Not all videos have 60 fps, for example they can have 48 fps. | |||
2014-11-30 | [youtube] Add a normal age-gate test video | Jaime Marquínez Ferrándiz | |
2014-11-30 | [youtube] Simplify code for getting the dash manifest url | Jaime Marquínez Ferrándiz | |
video_info contains now the 'ytplayer.config.args' dictionary | |||
2014-11-30 | [youtube] Try to extract the video_info from the webpage before requesting ↵ | Jaime Marquínez Ferrándiz | |
the 'get_video_info' pages The YouTube player doesn't seem to use them except for embedded videos, so we can skip a network request. But they still provide better error mesagges (for removed videos for example). | |||
2014-11-30 | [youtube] Update test | Jaime Marquínez Ferrándiz | |
2014-11-30 | [youtube] Add format 313 (fixes #4339) | Jaime Marquínez Ferrándiz | |
2014-11-30 | [youtube] Use a cookie for seeting the language | Jaime Marquínez Ferrándiz | |
This way, we don't have to do an aditional request | |||
2014-11-29 | [youtube] Don't confirm age when initializing | Jaime Marquínez Ferrándiz | |
It seems that all the videos with age restriction use now the age gate method, which doesn't require any confirmation. | |||
2014-11-26 | [youtube] Remove useless u prefixes | Philipp Hagemeister | |
2014-11-23 | Merge remote-tracking branch 'jtwaleson/master' | Philipp Hagemeister | |
2014-11-23 | PEP8: applied even more rules | Jouke Waleson | |
2014-11-23 | Merge remote-tracking branch 'jtwaleson/master' | Philipp Hagemeister | |
2014-11-23 | PEP8: more applied | Jouke Waleson | |
2014-11-23 | PEP8 applied | Jouke Waleson | |
2014-11-23 | [youtube] Clarify keywords | Philipp Hagemeister | |
2014-11-23 | [youtube] Support controversy videos (Fixes #4275) | Philipp Hagemeister | |
2014-11-18 | [youtube] Add webm audio formats (Fixes #4229) | Philipp Hagemeister | |
2014-11-17 | [youtube] Better error message for DASH manifest | Philipp Hagemeister | |
2014-11-13 | Fix YouTube signature extraction. | Aaron Wojnowski | |
2014-11-09 | [YoutubeDL] Add playlist_id and playlist_title fields (Fixes #4139) | Philipp Hagemeister | |
2014-11-04 | [youtube] Clarify output | Philipp Hagemeister | |
2014-11-04 | [youtube] Skip sts if missing (Fixes #4095, fixes #4103) | Philipp Hagemeister | |
2014-10-31 | [youtube] Detect formats 298 et al as mp4 (Fixes #4066) | Philipp Hagemeister | |
2014-10-30 | [youtube] Add format 266 (Fixes #4055) | Philipp Hagemeister | |
2014-10-30 | [youtube] Add support for formats 302 and 303 (Fixes #4060) | Philipp Hagemeister | |
2014-10-30 | [youtube] Add formats 298, 299 (Fixes #4056) | Philipp Hagemeister | |
2014-10-27 | [youtube:playlist] Fix test title | Philipp Hagemeister | |
2014-10-26 | [youtube] Make confirm_age non-fatal (#4042) | Philipp Hagemeister | |
2014-10-23 | [youtube] Only set language when necessary | Philipp Hagemeister | |
We only need to set the language when we are using a login; otherwise it will always be English. | |||
2014-10-13 | [youtube] Add support for format 278 | Philipp Hagemeister | |
2014-10-13 | [youtube] Download DASH manifest by default (Closes #3887) | Philipp Hagemeister | |
2014-09-29 | [youtube] Correct language cookie handling | Philipp Hagemeister | |