aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | [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
| | | | | | | |
* | | | | | | | Merge remote-tracking branch 'terminalmage/add-patreon'Philipp Hagemeister2014-08-222-0/+148
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix CSS parsing for PatreonErik Johnson2014-08-051-5/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some of the CSS classes end in " double", so this commit refines the HTML parsing to account for both kinds of classes, and also adds an additional test case.
| * | | | | | | | fix exceptionErik Johnson2014-07-301-1/+1
| | | | | | | | |
| * | | | | | | | Add import for Patreon extractorErik Johnson2014-07-281-0/+1
| | | | | | | | |
| * | | | | | | | Add Patreon extractorErik Johnson2014-07-281-0/+127
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | [README] formatPhilipp Hagemeister2014-08-221-2/+1
| | | | | | | |
* | | | | | | | [README] brevity is the soul of witPhilipp Hagemeister2014-08-221-28/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These instructions are overly long as it is. Leave out the _TESTS example; most developers will not need it in their first IE.
* | | | | | | | Merge remote-tracking branch 'terminalmage/readme'Philipp Hagemeister2014-08-221-47/+78
|\ \ \ \ \ \ \ \
| * | | | | | | | Add more information about running tests, add syntax highlightingErik Johnson2014-08-051-47/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was no information in the README about how to handle multiple tests for a given extractor. This commit adds an explanation of how this is handled. It also adds some syntax highlighting.
* | | | | | | | | [aparat] modernizePhilipp Hagemeister2014-08-221-8/+11
| | | | | | | | |
* | | | | | | | | [dump] Modernize (#3565)Philipp Hagemeister2014-08-221-21/+12
| | | | | | | | |
* | | | | | | | | Merge remote-tracking branch 'yasoob/master'Philipp Hagemeister2014-08-222-0/+49
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Added test for dump.comM.Yasoob Ullah Khalid ☺2014-08-221-0/+9
| | | | | | | | | |
| * | | | | | | | | Added an IE for Dump.comM.Yasoob Ullah Khalid ☺2014-08-222-0/+40
| | | | | | | | | |
* | | | | | | | | | [metacafe] Add support for movieclips videos (Fixes #3555)Philipp Hagemeister2014-08-221-5/+61
|/ / / / / / / / /
* | | | | | | | | release 2014.08.21.3Philipp Hagemeister2014-08-211-1/+1
| | | | | | | | |
* | | | | | | | | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2014-08-211-8/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [utils] Add missing mode and encoding argumentsSergey M․2014-08-211-8/+14
| | | | | | | | | |
* | | | | | | | | | [metacafe] Avoid excessive nestingPhilipp Hagemeister2014-08-211-4/+8
| | | | | | | | | |
* | | | | | | | | | [metacafe] SimplifyPhilipp Hagemeister2014-08-211-6/+6
|/ / / / / / / / /
* | | | | | | | | [youtube] tag 171 is 128KBits (Fixes #3542)Philipp Hagemeister2014-08-211-1/+1
| | | | | | | | |