aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | [blip.tv] Add legacy test casePhilipp Hagemeister2014-08-241-1/+16
| | | | | | | | | | | | This was broken in the mean time, so add a test case to make sure it doesn't break silently again.
* | | [arte.tv:creative] Fix test casePhilipp Hagemeister2014-08-241-0/+2
| | |
* | | [arte:creative] Support more URLs (fixes #3572)Philipp Hagemeister2014-08-241-5/+13
| | |
* | | release 2014.08.24Philipp Hagemeister2014-08-241-1/+1
| | |
* | | [brightcove] Add support for videoId= in og:video meta (Fixes #3571)Philipp Hagemeister2014-08-241-2/+4
| | |
* | | [brightcove] Detect geoblockingPhilipp Hagemeister2014-08-241-0/+7
| | |
* | | [generic] Require og:video URLs to contain a dotPhilipp Hagemeister2014-08-241-1/+1
| | |
* | | [generic] Prevent from downloading a .swf as a videoPhilipp Hagemeister2014-08-241-1/+6
| | | | | | | | | | | | We're seeing quite a number of people who do not put a video file in the og:video field, but the player URL. Try to detect some of these and filter them out.
* | | [brightcove] Add a truncated URL warning message (#3571)Philipp Hagemeister2014-08-241-1/+5
| | |
* | | [grooveshark] Use proper importsPhilipp Hagemeister2014-08-241-16/+15
| | |
* | | [generic] Add support for camtasia videos (Fixes #3574)Philipp Hagemeister2014-08-241-0/+67
| | |
* | | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2014-08-241-12/+55
|\ \ \
| * | | [wat] Add support for SD and HD videos (Closes #3558)Sergey M․2014-08-241-12/+55
| | | |
* | | | [grooveshark] Fix test md5sumPhilipp Hagemeister2014-08-241-2/+1
| | | |
* | | | [grooveshark,http] Make HTTP POST downloads workPhilipp Hagemeister2014-08-243-41/+42
| | | |
* | | | Merge remote-tracking branch 'sehrgut/Grooveshark'Philipp Hagemeister2014-08-233-0/+207
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | Conflicts: youtube_dl/__init__.py youtube_dl/extractor/__init__.py
| * | | Fixed errors found by travisci:Keith Beckman2014-05-201-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | py26: re.split can't take flags. use inline flags or re.compile py27: info_dict must be serializable. remove request object py335, py34: no urlparse module. use utils.compat_urlparse
| * | | Fixed pyflakes and pep8 warningsKeith Beckman2014-05-201-21/+24
| | | |
| * | | Added new IE for GroovesharkKeith Beckman2014-05-203-0/+202
| | | |
* | | | release 2014.08.23Philipp Hagemeister2014-08-231-1/+1
| | | |
* | | | [sbs] Add new extractor (Fixes #3566)Philipp Hagemeister2014-08-233-0/+64
| | | |
* | | | [rtlnl] Remove unused codePhilipp Hagemeister2014-08-231-1/+0
| | | |
* | | | [patreon] Remove unused importPhilipp Hagemeister2014-08-231-1/+0
| | | |
* | | | [vodlocker] Allow title to end with a <br>Philipp Hagemeister2014-08-231-1/+1
| | | |
* | | | [movieclips] Add extractor (Closes #3554)Sergey M․2014-08-232-0/+79
| | | |
* | | | Merge pull request #3568 from MikeCol/xhamster_loadPhilipp Hagemeister2014-08-221-1/+1
|\ \ \ \ | | | | | | | | | | changed _VALID_URL to allow for country specific subdomains
| * | | | changed _VALID_URL to allow for country specific prefixesMikeCol2014-08-221-1/+1
|/ / / /
* | | | [rtve.es:live] Start supporting the 24h channelPhilipp Hagemeister2014-08-221-3/+1
| | | |
* | | | release 2014.08.22.3Philipp Hagemeister2014-08-221-1/+1
| | | |
* | | | [rtve] Add support for live streamPhilipp Hagemeister2014-08-223-47/+113
| | | | | | | | | | | | | | | | | | | | | | | | At the moment, only RTVE-1 seems to work flawlessly. -2 seems geoblocked right now. -TDP doesn't seem to be available outside of Spain.
* | | | [generic] Simplify playlist support (#2948)Philipp Hagemeister2014-08-221-43/+22
| | | |
* | | | [YouTubeDL] Correct handling of age_limit = None in resultPhilipp Hagemeister2014-08-221-1/+4
| | | |
* | | | Merge remote-tracking branch 'anovicecodemonkey/generic-data-video-url'Philipp Hagemeister2014-08-221-0/+39
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: youtube_dl/extractor/generic.py
| * | | | Move duplicate check to generic.pyanovicecodemonkey2014-06-012-10/+24
| | | | |
| * | | | Add a _TEST_anovicecodemonkey2014-05-211-0/+14
| | | | |
| * | | | Add a duplicate check to /extractor/common.py playlist_result functionanovicecodemonkey2014-05-211-0/+10
| | | | |
| * | | | [generic] Support data-video-url for YouTube embeds (Fixes #2862)anovicecodemonkey2014-05-181-1/+1
| | | | |
* | | | | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2014-08-221-8/+13
|\ \ \ \ \
| * | | | | [nuvid] Adapt to latest layout changesSergey M․2014-08-221-8/+13
| | | | | |
* | | | | | [playfm] Add extractor (Fixes #3538)Philipp Hagemeister2014-08-222-0/+83
| | | | | |
* | | | | | [README] Add thumbnail to _TEST examplePhilipp Hagemeister2014-08-221-0/+1
|/ / / / / | | | | | | | | | | | | | | | While it's not mandatory, extractors are highly encouraged to provide a thumbnail field.
* | | | | [test_YoutubeDL] Reorder formats (#3542)Philipp Hagemeister2014-08-221-1/+1
| | | | |
* | | | | release 2014.08.22.2Philipp Hagemeister2014-08-221-1/+1
| | | | |
* | | | | [pbs] recognize class=partnerPlayer as well (Fixes #3564)Philipp Hagemeister2014-08-221-1/+13
| | | | |
* | | | | release 2014.08.22.1Philipp Hagemeister2014-08-221-1/+1
| | | | |
* | | | | release 2014.08.22Philipp Hagemeister2014-08-221-1/+1
| | | | |
* | | | | Merge remote-tracking branch 'liudongmiao/patch-subtitle'Philipp Hagemeister2014-08-221-0/+2
|\ \ \ \ \
| * | | | | if there is more than one subtitle for the language, use the first oneLiu DongMiao2014-07-231-0/+2
| | | | | |
* | | | | | Credit @terminalmage for patreon (#3390)Philipp Hagemeister2014-08-221-0/+1
| | | | | |
* | | | | | [patreon] Simplify (#3390)Philipp Hagemeister2014-08-222-81/+63
| | | | | |