aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Fixed pyflakes and pep8 warningsKeith Beckman2014-05-201-21/+24
| | | |
| * | | Added new IE for GroovesharkKeith Beckman2014-05-202-0/+201
| | | |
* | | | [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
| | | |
* | | | 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
| | | |
* | | | [rtve] Add support for live streamPhilipp Hagemeister2014-08-222-47/+107
| | | | | | | | | | | | | | | | | | | | | | | | 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
| | | |
* | | | 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
|/ / / / /
* | | | | [pbs] recognize class=partnerPlayer as well (Fixes #3564)Philipp Hagemeister2014-08-221-1/+13
| | | | |
* | | | | 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
| | | | | |
* | | | | | [patreon] Simplify (#3390)Philipp Hagemeister2014-08-221-81/+35
| | | | | |
* | | | | | 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
| | | | | | |
* | | | | | | [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
|/ / / / / / /
* | | | | | | [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
| | | | | | |
* | | | | | | [escapist] Add support for og:video:url (Fixes #3557)Philipp Hagemeister2014-08-212-3/+4
| | | | | | |
* | | | | | | [youtube] Handle incorrectly written cache files (#3549)Philipp Hagemeister2014-08-211-0/+7
| | | | | | |
* | | | | | | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2014-08-2110-17/+392
|\ \ \ \ \ \ \
| * | | | | | | [teamcoco] Update video id regexSergey M․2014-08-201-1/+1
| | | | | | | |
| * | | | | | | [jove] Simplify, extract full description and add test for video that ↵Sergey M․2014-08-191-30/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | requires subscription
| * | | | | | | Merge branch 'jove' of https://github.com/naglis/youtube-dl into naglis-joveSergey M․2014-08-192-0/+65
| |\ \ \ \ \ \ \
| | * | | | | | | [jove] Add new extractor. Closes #3177Naglis Jonaitis2014-08-032-0/+65
| | | | | | | | |
| * | | | | | | | [mitele] Add extractor for mitele.esJaime Marquínez Ferrándiz2014-08-182-0/+61
| | | | | | | | |
| * | | | | | | | [rtlnl] Add extractor for rtlxl.nl (closes #3523)Jaime Marquínez Ferrándiz2014-08-182-0/+53
| | | | | | | | |
| * | | | | | | | [pbs] Add frontline video testSergey M․2014-08-181-0/+11
| | | | | | | | |
| * | | | | | | | [pbs] Extract coveplayerid (Closes #3522)Sergey M․2014-08-181-13/+29
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | [dfb] Fix f4m manifest URLSergey M․2014-08-171-1/+1
| | | | | | | |
| * | | | | | | [yahoo] Add support for embedded videos (Closes #3525)Sergey M․2014-08-162-2/+20
| | | | | | | |