summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [wsj] improve extractionremitamine2016-04-291-47/+48
|
* [rtlnl] Replace testSergey M․2016-04-301-8/+8
|
* [rtlnl] Clarify testsSergey M․2016-04-301-0/+2
|
* [rtlnl] Fix testsSergey M․2016-04-301-2/+2
|
* [rtlnl] Improve extraction (Closes #9329)Sergey M․2016-04-301-22/+33
| | | | | * Make hls extraction non fatal and revert ext * Extract progressive formats' metadata from corresponding hls formats
* [rtlnl] Update 720p PG_URL_TEMPLATEReino172016-04-301-5/+16
| | | | - Fixed the format_id for the 720p progressive videostream and added the video's resolution. - The adaptive videostreams have the m3u8-extension, so I removed the confusing mp4-extension in order to make a better distinction between the these and the progressive videostreams.
* [dfb] extract m3u8 formatsremitamine2016-04-291-13/+20
|
* [funimation] Detect blocking and support CloudFlare cookiesYen Chi Hsuan2016-04-301-3/+45
|
* [common] Fix format_id construction for HLSYen Chi Hsuan2016-04-291-1/+1
|
* [crunchyroll] Sort formatsSergey M․2016-04-291-0/+1
|
* [crunchyroll] Add even more relaxed fmt fallbackSergey M․2016-04-291-1/+4
|
* [crunchyroll] Relax fmt regexSergey M․2016-04-291-1/+1
|
* Merge branch 'Kagami-vlive-hls'Yen Chi Hsuan2016-04-292-23/+82
|\
| * [vlive] Coding style and PEP8Yen Chi Hsuan2016-04-291-10/+9
| |
| * Merge branch 'vlive-hls' of https://github.com/Kagami/youtube-dl into ↵Yen Chi Hsuan2016-04-292-23/+83
| |\ | | | | | | | | | Kagami-vlive-hls
| | * [vlive] Add support for live videosKagami Hiiragi2016-04-292-23/+83
| | |
* | | [crunchyroll] reduce requests for formats extractionremitamine2016-04-291-2/+12
| | |
* | | [viewlift] replace SnagFilms extractorsremitamine2016-04-293-19/+34
|/ / | | | | | | | | - add support for other sites that use the same logic - improve format extraction and sorting
* | [sexykarma] Rename to WatchIndianPornIE and fix extractionYen Chi Hsuan2016-04-292-48/+17
| |
* | Revert "[sexykarma] Remove the extractor"Yen Chi Hsuan2016-04-292-0/+122
| | | | | | | | This reverts commit 31ff3c074eddf4078b6eb49281830875eb4e65a1.
* | [ooyala] Skip an invalid testYen Chi Hsuan2016-04-291-0/+2
| | | | | | | | | | Ooyala is used by lots of extractors and its correctness can be verified by these websites.
* | [orf] Skip the expired testYen Chi Hsuan2016-04-291-0/+1
| |
* | [sexykarma] Remove the extractorYen Chi Hsuan2016-04-292-122/+0
| | | | | | | | | | | | Its domain name is on sale. Closes #9317
* | [arte:+7] Fix typo in _VALID_URLSergey M․2016-04-291-1/+1
| |
* | [viewster] Remove unused importSergey M․2016-04-291-1/+0
| |
* | [yandexmusic] Clarify blockage even moreSergey M․2016-04-291-3/+6
| |
* | [crunchyroll] improve extractionremitamine2016-04-281-13/+18
| | | | | | | | | | | | - extract more metadata(series, episode, episode_number) - reduce duplicate requests for extracting formats - remove duplicate formats
* | [viewster] extract formats for videos with multiple audios/subtitlesremitamine2016-04-281-65/+78
| |
* | [yandexmusic] Clarify blockageSergey M․2016-04-281-1/+5
| |
* | [yandexmusic] Improve error handlingSergey M․2016-04-281-3/+4
| |
* | [nuvid] Fix extractionYen Chi Hsuan2016-04-281-23/+21
| | | | | | | | Closes #7620
* | [yandexmusic] Skip tests as Travis CI blockedYen Chi Hsuan2016-04-281-1/+11
| |
* | Merge branch 'pmrowla-mwave-meetgreet'Yen Chi Hsuan2016-04-282-1/+27
|\ \
| * | [mwave] Coding styleYen Chi Hsuan2016-04-281-3/+6
| | |
| * | Merge branch 'mwave-meetgreet' of https://github.com/pmrowla/youtube-dl into ↵Yen Chi Hsuan2016-04-282-1/+24
|/| | | | | | | | | | | pmrowla-mwave-meetgreet
| * | [mwave] Add Mwave Meet & Greet extractorPeter Rowlands2016-04-272-1/+24
| | |
* | | [cloudy] New domain name for the test_cloudy_1Yen Chi Hsuan2016-04-281-2/+2
| | | | | | | | | | | | I'm sure whether videoraj.ch still works or not, so keep it.
* | | [cwtv] Relax _VALID_URL (Closes #9327)Sergey M․2016-04-281-1/+4
| | |
* | | [20min] Detect embedded YouTube videosYen Chi Hsuan2016-04-281-1/+22
| | | | | | | | | | | | Fixes #9331
* | | [theplatform] Fix for Python 3.2Yen Chi Hsuan2016-04-271-3/+3
| | | | | | | | | | | | | | | test_AENetworks{,_1} fails as in Python < 3.3, binascii.a2b_* functions accepts only bytes-like objects
* | | [malemotion] Remove the extractorYen Chi Hsuan2016-04-272-47/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Announcement from their homepage: ``` MaleMotion is closed After another system crash, I'm forced to close the site This week all content will be erased Don't forget to cancel your subscription if any ! ``` Closes #9311.
* | | [scivee] Skip the testYen Chi Hsuan2016-04-271-0/+1
|/ / | | | | | | | | | | Not accessible from either Travis CI or my machine. Closes #9315
* | [README.md] Mention mpvSergey M2016-04-271-1/+1
| |
* | [README.md] Add FAQ entry on output template conflictsSergey M2016-04-271-0/+4
| |
* | [youtube:search_url] Reimplement in terms of youtube:playlistbaseSergey M․2016-04-261-26/+3
|/
* [viewster] extract more metadata for http formatsremitamine2016-04-261-11/+26
|
* [ok] Extract start timeSergey M․2016-04-251-2/+11
|
* [ok] Allow embeds without title (Closes #9303)Sergey M․2016-04-251-2/+25
|
* [normalboots] Fix extractionYen Chi Hsuan2016-04-252-10/+10
| | | | Now it's using ScreenwaveMedia
* [muzu] Remove extractorYen Chi Hsuan2016-04-252-64/+0
| | | | | | MUZU is shutting down in October 2015. [1] [1] http://www.musicbusinessworldwide.com/youtube-rival-muzu-is-heading-into-liquidation/