Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [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). | |||||
* | [test/test_subtitles] Update checksum for vimeo subtitle file | Jaime Marquínez Ferrándiz | 2014-11-30 | 1 | -1/+1 | |
| | ||||||
* | [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 | |
| | ||||||
* | [bbccouk] Fix extraction (#4104, #4214) | Sergey M․ | 2014-11-30 | 1 | -41/+81 | |
| | ||||||
* | Merge pull request #4338 from t0mm0/x-minus-fix | Philipp Hagemeister | 2014-11-30 | 1 | -1/+1 | |
|\ | | | | | [xminus] update tkn extraction regex | |||||
| * | [xminus] update tkn extraction regex | t0mm0 | 2014-11-30 | 1 | -1/+1 | |
|/ | ||||||
* | [youtube] Use a cookie for seeting the language | Jaime Marquínez Ferrándiz | 2014-11-30 | 2 | -18/+11 | |
| | | | | 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. | |||||
* | Merge pull request #4333 from ymln/bliptv-fixes | Jaime Marquínez Ferrándiz | 2014-11-29 | 1 | -6/+22 | |
|\ | | | | | [bliptv] Fix some videos not downloading | |||||
| * | [bliptv] Fix \n\n at the end of real_url | Yuriy Melnyk | 2014-11-29 | 1 | -1/+1 | |
| | | | | | | | | See https://github.com/rg3/youtube-dl/issues/3544#issuecomment-53166516 | |||||
| * | [bliptv] Fix resolution of lookup id in some videos | Yuriy Melnyk | 2014-11-29 | 1 | -5/+21 | |
|/ | | | | | | | | In some videos (for example, http://blip.tv/play/gbk766dkj4Yn) resolving lookup id would fail, because page at http://blip.tv/play/gbk766dkj4Yn.x?p=1 would have no "config.id" in it. Fixed by requesting different URL and inspecting the URL which the client is redirected to. | |||||
* | [playvid] Capture and output error message | Sergey M․ | 2014-11-29 | 1 | -0/+7 | |
| | ||||||
* | [noco] Add support for multi language videos (Closes #4326) | Sergey M․ | 2014-11-28 | 1 | -26/+32 | |
| | ||||||
* | release 2014.11.27 | Philipp Hagemeister | 2014-11-27 | 1 | -1/+1 | |
| | ||||||
* | [buzzfeed] Add support for more video types (#4259) | Philipp Hagemeister | 2014-11-27 | 1 | -5/+27 | |
| | ||||||
* | release 2014.11.26.4 | Philipp Hagemeister | 2014-11-26 | 1 | -1/+1 | |
| | ||||||
* | [buzzfeed] Add new extractor (Fixes #4259) | Philipp Hagemeister | 2014-11-26 | 2 | -0/+53 | |
| | ||||||
* | [test/helper] Fix newlines in output of missing test fields | Philipp Hagemeister | 2014-11-26 | 1 | -1/+1 | |
| | ||||||
* | release 2014.11.26.3 | Philipp Hagemeister | 2014-11-26 | 1 | -1/+1 | |
| | ||||||
* | release 2014.11.26.2 | Philipp Hagemeister | 2014-11-26 | 1 | -1/+1 | |
| | ||||||
* | release 2014.11.26.1 | Philipp Hagemeister | 2014-11-26 | 1 | -1/+1 | |
| | ||||||
* | [test_unicode_literals] Arm unicode_literals check | Philipp Hagemeister | 2014-11-26 | 23 | -14/+42 | |
| | | | | | | | | | From now on, the line from __future__ import unicode_literals should be contained in every single Python file lest we run into any more 2.x/3.x issues. Going forward, we're likely to develop on 3.x only and would likely miss subtle bugs otherwise. | |||||
* | [gorillavid] Update IE_DESC | Sergey M․ | 2014-11-27 | 1 | -1/+1 | |
| | ||||||
* | [udemy] Generalize download json and fix login | Sergey M․ | 2014-11-26 | 1 | -12/+15 | |
| | ||||||
* | [gorillavid] Remove unused import | Sergey M․ | 2014-11-26 | 1 | -1/+0 | |
| | ||||||
* | [udemy] Set session cookies to API requests (Closes #4124, closes #4219, ↵ | Sergey M․ | 2014-11-26 | 1 | -19/+48 | |
| | | | | closes #4308) | |||||
* | [gorillavid] Generalize extraction with countdown timeout and support ↵ | Sergey M․ | 2014-11-26 | 1 | -4/+26 | |
| | | | | faststream.in (Closes #4297) | |||||
* | Declare Python 3.2 compatibility | Philipp Hagemeister | 2014-11-26 | 2 | -2/+4 | |
| | ||||||
* | [tests] Remove useless u prefixes | Philipp Hagemeister | 2014-11-26 | 2 | -3/+3 | |
| | ||||||
* | Remove useless u prefixes | Philipp Hagemeister | 2014-11-26 | 11 | -16/+19 | |
| | ||||||
* | [ffmpeg] Modernize | Philipp Hagemeister | 2014-11-26 | 1 | -26/+28 | |
| | ||||||
* | [videopremium] Modernize | Philipp Hagemeister | 2014-11-26 | 1 | -13/+14 | |
| | ||||||
* | [videofyme] Modernize | Philipp Hagemeister | 2014-11-26 | 1 | -24/+27 | |
| | ||||||
* | [tvp] Modernize | Philipp Hagemeister | 2014-11-26 | 1 | -19/+14 | |
| | ||||||
* | [trilulilu] Modernize | Philipp Hagemeister | 2014-11-26 | 1 | -20/+20 | |
| | ||||||
* | [sohu] Modernize | Philipp Hagemeister | 2014-11-26 | 1 | -9/+11 | |
| | ||||||
* | [redtube] Modernize | Philipp Hagemeister | 2014-11-26 | 1 | -17/+6 | |
| | ||||||
* | [muzu] Modernize | Philipp Hagemeister | 2014-11-26 | 1 | -42/+43 | |
| | ||||||
* | [hotnewhiphop] Modernize | Philipp Hagemeister | 2014-11-26 | 1 | -11/+11 | |
| | ||||||
* | [subtitles] Modernize | Philipp Hagemeister | 2014-11-26 | 1 | -7/+8 | |
| | ||||||
* | [youtube] Remove useless u prefixes | Philipp Hagemeister | 2014-11-26 | 1 | -3/+3 | |
| | ||||||
* | [appletrailers] Modernize | Philipp Hagemeister | 2014-11-26 | 1 | -1/+1 | |
| | ||||||
* | [aparat] Modernize | Philipp Hagemeister | 2014-11-26 | 1 | -7/+5 | |
| | ||||||
* | [addanime] Modernize | Philipp Hagemeister | 2014-11-26 | 1 | -5/+4 | |
| | ||||||
* | [francetv] PEP8 | Philipp Hagemeister | 2014-11-26 | 1 | -2/+0 | |
| | ||||||
* | [update] Remove useless import | Philipp Hagemeister | 2014-11-26 | 1 | -1/+0 | |
| | ||||||
* | [academicearth] Modernize | Philipp Hagemeister | 2014-11-26 | 1 | -4/+4 | |
| | ||||||
* | [mplayer] Modernize | Philipp Hagemeister | 2014-11-26 | 1 | -6/+13 | |
| | ||||||
* | [http] Modernize | Philipp Hagemeister | 2014-11-26 | 1 | -9/+11 | |
| |