Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | [blip.tv] Add legacy test case | Philipp Hagemeister | 2014-08-24 | 1 | -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 case | Philipp Hagemeister | 2014-08-24 | 1 | -0/+2 | |
| | | | ||||||
* | | | [arte:creative] Support more URLs (fixes #3572) | Philipp Hagemeister | 2014-08-24 | 1 | -5/+13 | |
| | | | ||||||
* | | | release 2014.08.24 | Philipp Hagemeister | 2014-08-24 | 1 | -1/+1 | |
| | | | ||||||
* | | | [brightcove] Add support for videoId= in og:video meta (Fixes #3571) | Philipp Hagemeister | 2014-08-24 | 1 | -2/+4 | |
| | | | ||||||
* | | | [brightcove] Detect geoblocking | Philipp Hagemeister | 2014-08-24 | 1 | -0/+7 | |
| | | | ||||||
* | | | [generic] Require og:video URLs to contain a dot | Philipp Hagemeister | 2014-08-24 | 1 | -1/+1 | |
| | | | ||||||
* | | | [generic] Prevent from downloading a .swf as a video | Philipp Hagemeister | 2014-08-24 | 1 | -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 Hagemeister | 2014-08-24 | 1 | -1/+5 | |
| | | | ||||||
* | | | [grooveshark] Use proper imports | Philipp Hagemeister | 2014-08-24 | 1 | -16/+15 | |
| | | | ||||||
* | | | [generic] Add support for camtasia videos (Fixes #3574) | Philipp Hagemeister | 2014-08-24 | 1 | -0/+67 | |
| | | | ||||||
* | | | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | 2014-08-24 | 1 | -12/+55 | |
|\ \ \ | ||||||
| * | | | [wat] Add support for SD and HD videos (Closes #3558) | Sergey M․ | 2014-08-24 | 1 | -12/+55 | |
| | | | | ||||||
* | | | | [grooveshark] Fix test md5sum | Philipp Hagemeister | 2014-08-24 | 1 | -2/+1 | |
| | | | | ||||||
* | | | | [grooveshark,http] Make HTTP POST downloads work | Philipp Hagemeister | 2014-08-24 | 3 | -41/+42 | |
| | | | | ||||||
* | | | | Merge remote-tracking branch 'sehrgut/Grooveshark' | Philipp Hagemeister | 2014-08-23 | 3 | -0/+207 | |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | Conflicts: youtube_dl/__init__.py youtube_dl/extractor/__init__.py | |||||
| * | | | Fixed errors found by travisci: | Keith Beckman | 2014-05-20 | 1 | -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 warnings | Keith Beckman | 2014-05-20 | 1 | -21/+24 | |
| | | | | ||||||
| * | | | Added new IE for Grooveshark | Keith Beckman | 2014-05-20 | 3 | -0/+202 | |
| | | | | ||||||
* | | | | release 2014.08.23 | Philipp Hagemeister | 2014-08-23 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | [sbs] Add new extractor (Fixes #3566) | Philipp Hagemeister | 2014-08-23 | 3 | -0/+64 | |
| | | | | ||||||
* | | | | [rtlnl] Remove unused code | Philipp Hagemeister | 2014-08-23 | 1 | -1/+0 | |
| | | | | ||||||
* | | | | [patreon] Remove unused import | Philipp Hagemeister | 2014-08-23 | 1 | -1/+0 | |
| | | | | ||||||
* | | | | [vodlocker] Allow title to end with a <br> | Philipp Hagemeister | 2014-08-23 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | [movieclips] Add extractor (Closes #3554) | Sergey M․ | 2014-08-23 | 2 | -0/+79 | |
| | | | | ||||||
* | | | | Merge pull request #3568 from MikeCol/xhamster_load | Philipp Hagemeister | 2014-08-22 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | changed _VALID_URL to allow for country specific subdomains | |||||
| * | | | | changed _VALID_URL to allow for country specific prefixes | MikeCol | 2014-08-22 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | [rtve.es:live] Start supporting the 24h channel | Philipp Hagemeister | 2014-08-22 | 1 | -3/+1 | |
| | | | | ||||||
* | | | | release 2014.08.22.3 | Philipp Hagemeister | 2014-08-22 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | [rtve] Add support for live stream | Philipp Hagemeister | 2014-08-22 | 3 | -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 Hagemeister | 2014-08-22 | 1 | -43/+22 | |
| | | | | ||||||
* | | | | [YouTubeDL] Correct handling of age_limit = None in result | Philipp Hagemeister | 2014-08-22 | 1 | -1/+4 | |
| | | | | ||||||
* | | | | Merge remote-tracking branch 'anovicecodemonkey/generic-data-video-url' | Philipp Hagemeister | 2014-08-22 | 1 | -0/+39 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: youtube_dl/extractor/generic.py | |||||
| * | | | | Move duplicate check to generic.py | anovicecodemonkey | 2014-06-01 | 2 | -10/+24 | |
| | | | | | ||||||
| * | | | | Add a _TEST_ | anovicecodemonkey | 2014-05-21 | 1 | -0/+14 | |
| | | | | | ||||||
| * | | | | Add a duplicate check to /extractor/common.py playlist_result function | anovicecodemonkey | 2014-05-21 | 1 | -0/+10 | |
| | | | | | ||||||
| * | | | | [generic] Support data-video-url for YouTube embeds (Fixes #2862) | anovicecodemonkey | 2014-05-18 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | 2014-08-22 | 1 | -8/+13 | |
|\ \ \ \ \ | ||||||
| * | | | | | [nuvid] Adapt to latest layout changes | Sergey M․ | 2014-08-22 | 1 | -8/+13 | |
| | | | | | | ||||||
* | | | | | | [playfm] Add extractor (Fixes #3538) | Philipp Hagemeister | 2014-08-22 | 2 | -0/+83 | |
| | | | | | | ||||||
* | | | | | | [README] Add thumbnail to _TEST example | Philipp Hagemeister | 2014-08-22 | 1 | -0/+1 | |
|/ / / / / | | | | | | | | | | | | | | | | While it's not mandatory, extractors are highly encouraged to provide a thumbnail field. | |||||
* | | | | | [test_YoutubeDL] Reorder formats (#3542) | Philipp Hagemeister | 2014-08-22 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | release 2014.08.22.2 | Philipp Hagemeister | 2014-08-22 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | [pbs] recognize class=partnerPlayer as well (Fixes #3564) | Philipp Hagemeister | 2014-08-22 | 1 | -1/+13 | |
| | | | | | ||||||
* | | | | | release 2014.08.22.1 | Philipp Hagemeister | 2014-08-22 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | release 2014.08.22 | Philipp Hagemeister | 2014-08-22 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge remote-tracking branch 'liudongmiao/patch-subtitle' | Philipp Hagemeister | 2014-08-22 | 1 | -0/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | if there is more than one subtitle for the language, use the first one | Liu DongMiao | 2014-07-23 | 1 | -0/+2 | |
| | | | | | | ||||||
* | | | | | | Credit @terminalmage for patreon (#3390) | Philipp Hagemeister | 2014-08-22 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | [patreon] Simplify (#3390) | Philipp Hagemeister | 2014-08-22 | 2 | -81/+63 | |
| | | | | | |