aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [francetv] Fix embed testSergey M․2015-07-191-1/+1
|
* [francetv] Update jt testSergey M․2015-07-191-7/+8
|
* [francetv] Fix f4m extraction completelySergey M․2015-07-191-1/+2
|
* [francetv] Restore support for jt videosSergey M․2015-07-191-1/+2
|
* [francetv] Fix f4m extractionSergey M․2015-07-191-2/+1
|
* [appleconnect] Add new extractor (fixes #6189)Zach Bruggeman2015-07-192-0/+51
| | | | Closes #6190.
* [sportschau] Improve title extractionJaime Marquínez Ferrándiz2015-07-191-2/+3
| | | | The html '<title>' ends with '- sportschau.de', which shouldn't be part of the title.
* [sportschau] skip download in testJaime Marquínez Ferrándiz2015-07-191-2/+5
|
* [sportschau] Add support for sportschau.deslangangular2015-07-192-0/+44
| | | | Closes #6199.
* [francetv] Remove unused importJaime Marquínez Ferrándiz2015-07-191-1/+0
|
* [iqiyi] Add skip_download to reduce network trafficYen Chi Hsuan2015-07-191-0/+3
| | | | | | MD5 checksums are commented out in 36068ae019138710a3023334db2241ec815e2fe6, and actual downloads are not necessary anymore.
* Credit @sceext2 for fixing iQiyi extractor (#6266)Yen Chi Hsuan2015-07-191-0/+1
|
* Merge pull request #6283 from rohieb/patch/fix-tagesschau-testsSergey M.2015-07-191-5/+5
|\ | | | | [tagesschau] fix test which links to nonexisting video
| * [tagesschau] fix test which links to nonexisting videoRoland Hieber2015-07-191-5/+5
|/
* Merge branch 'sceext2-fix-iqiyi-2015-07-17'Yen Chi Hsuan2015-07-191-29/+2
|\
| * [iqiyi] Comment out some MD5 sumsYen Chi Hsuan2015-07-191-8/+0
| | | | | | | | The value is different on Travis CI server
| * [iqiyi] Remove unused importsYen Chi Hsuan2015-07-191-7/+1
| |
| * Merge branch 'fix-iqiyi-2015-07-17' of https://github.com/sceext2/youtube_dl ↵Yen Chi Hsuan2015-07-191-14/+1
| |\ | | | | | | | | | into sceext2-fix-iqiyi-2015-07-17
| | * [iqiyi] fix iqiyi (2015-07-17), update the md5 salt (enc_key) to iqiyi ↵sceext2015-07-181-14/+1
| | | | | | | | | | | | latest (2015-07-17) flash player.
* | | [rtlnl] Avoid episodes completely (Closes #6275)Sergey M․2015-07-191-4/+21
| | |
* | | [extractor/generic] Add support for francetv embedsSergey M․2015-07-181-0/+27
| | |
* | | [francetv] Fix duration extractionSergey M․2015-07-181-1/+2
| | |
* | | [francetv] Add support for embeds and clean up _VALID_URLSergey M․2015-07-181-8/+36
| | |
* | | [vk] Add age restricted video test for referenceSergey M․2015-07-181-0/+5
| | |
* | | [vk] Capture error messageSergey M․2015-07-181-0/+6
| | |
* | | [bliptv] Remove unused importSergey M․2015-07-181-1/+0
| | |
* | | [compat] Fix _asciireSergey M․2015-07-181-1/+2
| | |
* | | [vk:uservideos] Revert orderedSetSergey M․2015-07-181-1/+1
| | |
* | | [bilibili] Show georestriction errorSergey M․2015-07-181-2/+9
| | |
* | | [vk] Clarify extractor namesSergey M․2015-07-181-3/+4
| | |
* | | [vk:uservideos] Improve extractionSergey M․2015-07-181-9/+18
| | |
* | | [extractor/common] StyleSergey M․2015-07-181-2/+2
|/ /
* / release 2015.07.18Philipp Hagemeister2015-07-182-21/+39
|/
* [nationalgeographics] Fix extraction (Closes #6262)Sergey M․2015-07-181-2/+5
|
* [twitch:stream] Clarify channel_id reassignment rationale (#6263)Sergey M․2015-07-181-0/+4
|
* [twitch:stream] Fix channel_id in different case (Closes #6263)Sergey M․2015-07-181-0/+2
|
* [videomega] Add shortcut to _VALID_URLSergey M․2015-07-181-1/+1
|
* [videomega] Add testsSergey M․2015-07-181-2/+8
|
* [videomega] Revert iframe URLSergey M․2015-07-181-3/+4
|
* [videomega] Extend _VALID_URL and improve extraction (Closes #6260)Sergey M․2015-07-181-13/+10
|
* Merge branch 'seamusphelan-sbs_website_changes'Sergey M․2015-07-181-24/+16
|\
| * [sbs] SimplifySergey M․2015-07-181-24/+16
| |
| * Merge branch 'sbs_website_changes' of ↵Sergey M․2015-07-181-13/+13
|/| | | | | | | https://github.com/seamusphelan/youtube-dl into seamusphelan-sbs_website_changes
| * [SBS] fixes due to website changesSeamus Phelan2015-07-131-13/+13
| |
* | [bliptv] Add test with missing durationSergey M․2015-07-181-0/+14
| |
* | [bliptv] Use xpath for extraction and fix testSergey M․2015-07-181-25/+26
| |
* | [compat] Fix missing _asciire on python 2.6Sergey M․2015-07-181-1/+3
| |
* | [veehd] Use compat_urllib_parse_unquoteSergey M․2015-07-181-1/+2
| |
* | [openfilm] Fix compat_urllib_parse_unquote_plus importSergey M․2015-07-171-1/+1
| |
* | [ehow] SimplifySergey M․2015-07-171-3/+1
| |