Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [youtube] Fix test case | Philipp Hagemeister | 2015-01-08 | 1 | -1/+1 | |
| | ||||||
* | [youtube] Add formats 308 and 315 (closes #4650) | Jaime Marquínez Ferrándiz | 2015-01-06 | 1 | -0/+2 | |
| | ||||||
* | [youtube] Handle cases where format comes without a preference (Fixes #4648) | Philipp Hagemeister | 2015-01-05 | 1 | -1/+1 | |
| | ||||||
* | [youtube:toplist] Remove extractor | Jaime Marquínez Ferrándiz | 2015-01-05 | 1 | -46/+0 | |
| | | | | They use now normal playlists (their id is PL*). | |||||
* | [youtube] Correct handling when DASH manifest is not necessary to find all ↵ | Philipp Hagemeister | 2015-01-03 | 1 | -2/+9 | |
| | | | | formats | |||||
* | [youtube] Add a pseudo-extractor for truncated YouTube video IDs (#4610) | Philipp Hagemeister | 2015-01-01 | 1 | -0/+17 | |
| | ||||||
* | [youtube] Use '_download_xml' for getting the available subtitles | Jaime Marquínez Ferrándiz | 2014-12-31 | 1 | -5/+4 | |
| | ||||||
* | [youtube] Add support for automatically translated subtitles (fixes #4555) | Jaime Marquínez Ferrándiz | 2014-12-31 | 1 | -2/+3 | |
| | | | | They have a manually uploaded subtitles track and YouTube can transtale it. | |||||
* | [youtube] Add test for age-gate video with encrypted signature | Sergey M․ | 2014-12-30 | 1 | -0/+13 | |
| | ||||||
* | [youtube] Fix videos with age gate and encrypted signatures | Cédric Luthi | 2014-12-29 | 1 | -6/+7 | |
| | | | | | | The `sts` value is available on the embed webpage, get it from there. Fixes #4108. | |||||
* | Improve code style | Philipp Hagemeister | 2014-12-17 | 1 | -2/+2 | |
| | ||||||
* | [youtube:feeds] (Fixes #4486) | Philipp Hagemeister | 2014-12-16 | 1 | -3/+5 | |
| | ||||||
* | [youtube:playlist] Work around buggy playlists (fixes #4449) | Jaime Marquínez Ferrándiz | 2014-12-15 | 1 | -0/+11 | |
| | | | | | 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. | |||||
* | [youtube] Fix player ID detection | Philipp Hagemeister | 2014-12-14 | 1 | -1/+1 | |
| | ||||||
* | [youtube:playlist] Remove unused property | Jaime Marquínez Ferrándiz | 2014-12-12 | 1 | -1/+0 | |
| | ||||||
* | [youtube:channel] Fix extraction (fixes #4435) | Jaime Marquínez Ferrándiz | 2014-12-12 | 1 | -8/+13 | |
| | | | | It uses now the same pagination system as playlists | |||||
* | [youtube] Amend test | Philipp Hagemeister | 2014-12-11 | 1 | -2/+9 | |
| | ||||||
* | [youtube] Do not warn if DASH manifest is missing (#4442) | Philipp Hagemeister | 2014-12-11 | 1 | -3/+1 | |
| | ||||||
* | [youtube] Make category optional (#4442) | Philipp Hagemeister | 2014-12-11 | 1 | -1/+1 | |
| | ||||||
* | Merge remote-tracking branch 'akretz/youtube_fix' | Philipp Hagemeister | 2014-12-11 | 1 | -1/+1 | |
|\ | ||||||
| * | [youtube] The case that 'url_encoded_fmt_stream_map' or 'adaptive_fmts' is ↵ | Adrian Kretz | 2014-12-11 | 1 | -1/+1 | |
| | | | | | | | | the empty string is handled accordingly (fixes #4431) | |||||
* | | [youtube] Add test case for #4431 | Philipp Hagemeister | 2014-12-11 | 1 | -0/+9 | |
| | | ||||||
* | | [youtube] Fix imports | Philipp Hagemeister | 2014-12-11 | 1 | -5/+6 | |
|/ | ||||||
* | [youtube] Pass in all variables to DASH manifest (Fixes #4424) | Philipp Hagemeister | 2014-12-10 | 1 | -2/+3 | |
| | ||||||
* | [youtube] Handle missing DASH manifest (Fixes #4421, fixes #4420) | Philipp Hagemeister | 2014-12-10 | 1 | -45/+68 | |
| | ||||||
* | Allow iterators for playlist result entries | Philipp Hagemeister | 2014-12-06 | 1 | -8/+10 | |
| | ||||||
* | [youtube] Modernize | Philipp Hagemeister | 2014-12-06 | 1 | -14/+4 | |
| | ||||||
* | pep8 and minor beautification all around | Philipp Hagemeister | 2014-12-04 | 1 | -5/+8 | |
| | ||||||
* | [youtube] Extract framerate from the dash manifest | Jaime Marquínez Ferrándiz | 2014-12-01 | 1 | -0/+1 | |
| | | | | Not all videos have 60 fps, for example they can have 48 fps. | |||||
* | [youtube] Add a normal age-gate test video | Jaime Marquínez Ferrándiz | 2014-11-30 | 1 | -1/+14 | |
| | ||||||
* | [youtube] Simplify code for getting the dash manifest url | Jaime Marquínez Ferrándiz | 2014-11-30 | 1 | -4/+1 | |
| | | | | video_info contains now the 'ytplayer.config.args' dictionary | |||||
* | [youtube] Try to extract the video_info from the webpage before requesting ↵ | Jaime Marquínez Ferrándiz | 2014-11-30 | 1 | -36/+24 | |
| | | | | | | | 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). | |||||
* | [youtube] Update test | Jaime Marquínez Ferrándiz | 2014-11-30 | 1 | -2/+2 | |
| | ||||||
* | [youtube] Add format 313 (fixes #4339) | Jaime Marquínez Ferrándiz | 2014-11-30 | 1 | -0/+1 | |
| | ||||||
* | [youtube] Use a cookie for seeting the language | Jaime Marquínez Ferrándiz | 2014-11-30 | 1 | -18/+5 | |
| | | | | This way, we don't have to do an aditional request | |||||
* | [youtube] Don't confirm age when initializing | Jaime Marquínez Ferrándiz | 2014-11-29 | 1 | -17/+0 | |
| | | | | It seems that all the videos with age restriction use now the age gate method, which doesn't require any confirmation. | |||||
* | [youtube] Remove useless u prefixes | Philipp Hagemeister | 2014-11-26 | 1 | -3/+3 | |
| | ||||||
* | Merge remote-tracking branch 'jtwaleson/master' | Philipp Hagemeister | 2014-11-23 | 1 | -2/+2 | |
|\ | ||||||
| * | PEP8: applied even more rules | Jouke Waleson | 2014-11-23 | 1 | -2/+2 | |
| | | ||||||
* | | Merge remote-tracking branch 'jtwaleson/master' | Philipp Hagemeister | 2014-11-23 | 1 | -54/+66 | |
|\| | ||||||
| * | PEP8: more applied | Jouke Waleson | 2014-11-23 | 1 | -44/+46 | |
| | | ||||||
| * | PEP8 applied | Jouke Waleson | 2014-11-23 | 1 | -10/+20 | |
| | | ||||||
* | | [youtube] Clarify keywords | Philipp Hagemeister | 2014-11-23 | 1 | -4/+4 | |
|/ | ||||||
* | [youtube] Support controversy videos (Fixes #4275) | Philipp Hagemeister | 2014-11-23 | 1 | -1/+14 | |
| | ||||||
* | [youtube] Add webm audio formats (Fixes #4229) | Philipp Hagemeister | 2014-11-18 | 1 | -0/+5 | |
| | ||||||
* | [youtube] Better error message for DASH manifest | Philipp Hagemeister | 2014-11-17 | 1 | -1/+1 | |
| | ||||||
* | Fix YouTube signature extraction. | Aaron Wojnowski | 2014-11-13 | 1 | -1/+1 | |
| | ||||||
* | [YoutubeDL] Add playlist_id and playlist_title fields (Fixes #4139) | Philipp Hagemeister | 2014-11-09 | 1 | -0/+1 | |
| | ||||||
* | [youtube] Clarify output | Philipp Hagemeister | 2014-11-04 | 1 | -1/+1 | |
| | ||||||
* | [youtube] Skip sts if missing (Fixes #4095, fixes #4103) | Philipp Hagemeister | 2014-11-04 | 1 | -5/+5 | |
| |