summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | [bliptv] Fix resolution of lookup id in some videosYuriy Melnyk2014-11-291-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 messageSergey M․2014-11-291-0/+7
| | | | | | |
* | | | | | | [noco] Add support for multi language videos (Closes #4326)Sergey M․2014-11-281-26/+32
| | | | | | |
* | | | | | | release 2014.11.27Philipp Hagemeister2014-11-271-1/+1
| | | | | | |
* | | | | | | [buzzfeed] Add support for more video types (#4259)Philipp Hagemeister2014-11-271-5/+27
| | | | | | |
* | | | | | | release 2014.11.26.4Philipp Hagemeister2014-11-261-1/+1
| | | | | | |
* | | | | | | [buzzfeed] Add new extractor (Fixes #4259)Philipp Hagemeister2014-11-262-0/+53
| | | | | | |
* | | | | | | [test/helper] Fix newlines in output of missing test fieldsPhilipp Hagemeister2014-11-261-1/+1
| | | | | | |
* | | | | | | release 2014.11.26.3Philipp Hagemeister2014-11-261-1/+1
| | | | | | |
* | | | | | | release 2014.11.26.2Philipp Hagemeister2014-11-261-1/+1
| | | | | | |
* | | | | | | release 2014.11.26.1Philipp Hagemeister2014-11-261-1/+1
| | | | | | |
* | | | | | | [test_unicode_literals] Arm unicode_literals checkPhilipp Hagemeister2014-11-2623-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_DESCSergey M․2014-11-271-1/+1
| | | | | | |
* | | | | | | [udemy] Generalize download json and fix loginSergey M․2014-11-261-12/+15
| | | | | | |
* | | | | | | [gorillavid] Remove unused importSergey M․2014-11-261-1/+0
| | | | | | |
* | | | | | | [udemy] Set session cookies to API requests (Closes #4124, closes #4219, ↵Sergey M․2014-11-261-19/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | closes #4308)
* | | | | | | [gorillavid] Generalize extraction with countdown timeout and support ↵Sergey M․2014-11-261-4/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | faststream.in (Closes #4297)
* | | | | | | Declare Python 3.2 compatibilityPhilipp Hagemeister2014-11-262-2/+4
| | | | | | |
* | | | | | | [tests] Remove useless u prefixesPhilipp Hagemeister2014-11-262-3/+3
| | | | | | |
* | | | | | | Remove useless u prefixesPhilipp Hagemeister2014-11-2611-16/+19
| | | | | | |
* | | | | | | [ffmpeg] ModernizePhilipp Hagemeister2014-11-261-26/+28
| | | | | | |
* | | | | | | [videopremium] ModernizePhilipp Hagemeister2014-11-261-13/+14
| | | | | | |
* | | | | | | [videofyme] ModernizePhilipp Hagemeister2014-11-261-24/+27
| | | | | | |
* | | | | | | [tvp] ModernizePhilipp Hagemeister2014-11-261-19/+14
| | | | | | |
* | | | | | | [trilulilu] ModernizePhilipp Hagemeister2014-11-261-20/+20
| | | | | | |
* | | | | | | [sohu] ModernizePhilipp Hagemeister2014-11-261-9/+11
| | | | | | |
* | | | | | | [redtube] ModernizePhilipp Hagemeister2014-11-261-17/+6
| | | | | | |
* | | | | | | [muzu] ModernizePhilipp Hagemeister2014-11-261-42/+43
| | | | | | |
* | | | | | | [hotnewhiphop] ModernizePhilipp Hagemeister2014-11-261-11/+11
| | | | | | |
* | | | | | | [subtitles] ModernizePhilipp Hagemeister2014-11-261-7/+8
| | | | | | |
* | | | | | | [youtube] Remove useless u prefixesPhilipp Hagemeister2014-11-261-3/+3
| | | | | | |
* | | | | | | [appletrailers] ModernizePhilipp Hagemeister2014-11-261-1/+1
| | | | | | |
* | | | | | | [aparat] ModernizePhilipp Hagemeister2014-11-261-7/+5
| | | | | | |
* | | | | | | [addanime] ModernizePhilipp Hagemeister2014-11-261-5/+4
| | | | | | |
* | | | | | | [francetv] PEP8Philipp Hagemeister2014-11-261-2/+0
| | | | | | |
* | | | | | | [update] Remove useless importPhilipp Hagemeister2014-11-261-1/+0
| | | | | | |
* | | | | | | [academicearth] ModernizePhilipp Hagemeister2014-11-261-4/+4
| | | | | | |
* | | | | | | [mplayer] ModernizePhilipp Hagemeister2014-11-261-6/+13
| | | | | | |
* | | | | | | [http] ModernizePhilipp Hagemeister2014-11-261-9/+11
| | | | | | |
* | | | | | | [hls] Remove useless u porefixesPhilipp Hagemeister2014-11-261-4/+4
| | | | | | |
* | | | | | | [update] ModernizePhilipp Hagemeister2014-11-261-35/+32
| | | | | | |
* | | | | | | [utils] remove useless u prefixPhilipp Hagemeister2014-11-261-1/+1
| | | | | | |
* | | | | | | [compat] Beautify assertionPhilipp Hagemeister2014-11-261-1/+1
| | | | | | |
* | | | | | | [YoutubeDL] Remove incorrect documentationPhilipp Hagemeister2014-11-261-2/+0
| | | | | | |
* | | | | | | Clarify --no-playlist documentation (Closes #4309)Philipp Hagemeister2014-11-263-2/+5
| | | | | | |
* | | | | | | release 2014.11.26Philipp Hagemeister2014-11-261-1/+1
| | | | | | |
* | | | | | | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2014-11-262-0/+63
|\ \ \ \ \ \ \
| * | | | | | | [tass] Add extractor (Closes #4296)Sergey M․2014-11-252-0/+63
| | | | | | | |
* | | | | | | | [generic] Detect direct video links (Fixes #4149, #4313)Philipp Hagemeister2014-11-262-5/+41
|/ / / / / / /
* | | | | | | release 2014.11.25.1Philipp Hagemeister2014-11-251-1/+1
| | | | | | |