Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [xiami] Improve extraction (Closes #9079) | Sergey M․ | 2016-04-30 | 2 | -102/+99 |
| | | | | | | * Switch to JSON source * Add abstract IE for playlists * Extract more track related metadata | ||||
* | [xiami] Add xiami extractor | BlahGeek | 2016-04-30 | 2 | -0/+167 |
| | |||||
* | [ted] add support for youtube embeds and update tests | remitamine | 2016-04-30 | 1 | -8/+17 |
| | |||||
* | [ted] extract all http formats | remitamine | 2016-04-30 | 1 | -16/+29 |
| | |||||
* | [vlive] Pass Referer as bytestring (Closes #9352) | Sergey M․ | 2016-04-30 | 1 | -1/+1 |
| | |||||
* | [pbs] extract srt and vtt subtitles | remitamine | 2016-04-30 | 1 | -0/+13 |
| | |||||
* | [pbs] remove duplicate format | remitamine | 2016-04-30 | 1 | -3/+1 |
| | |||||
* | [pbs] extract only the formats that we know that they will be available as ↵ | remitamine | 2016-04-30 | 1 | -1/+3 |
| | | | | | | http format https://projects.pbs.org/confluence/display/coveapi/COVE+Video+Specifications | ||||
* | [pbs] fix the least bitrate http url construction | remitamine | 2016-04-30 | 1 | -0/+2 |
| | |||||
* | [pbs] extract all http formats | remitamine | 2016-04-30 | 1 | -24/+24 |
| | |||||
* | [wsj] improve extraction | remitamine | 2016-04-29 | 1 | -47/+48 |
| | |||||
* | [rtlnl] Replace test | Sergey M․ | 2016-04-30 | 1 | -8/+8 |
| | |||||
* | [rtlnl] Clarify tests | Sergey M․ | 2016-04-30 | 1 | -0/+2 |
| | |||||
* | [rtlnl] Fix tests | Sergey M․ | 2016-04-30 | 1 | -2/+2 |
| | |||||
* | [rtlnl] Improve extraction (Closes #9329) | Sergey M․ | 2016-04-30 | 1 | -22/+33 |
| | | | | | * Make hls extraction non fatal and revert ext * Extract progressive formats' metadata from corresponding hls formats | ||||
* | [rtlnl] Update 720p PG_URL_TEMPLATE | Reino17 | 2016-04-30 | 1 | -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 formats | remitamine | 2016-04-29 | 1 | -13/+20 |
| | |||||
* | [funimation] Detect blocking and support CloudFlare cookies | Yen Chi Hsuan | 2016-04-30 | 1 | -3/+45 |
| | |||||
* | [common] Fix format_id construction for HLS | Yen Chi Hsuan | 2016-04-29 | 1 | -1/+1 |
| | |||||
* | [crunchyroll] Sort formats | Sergey M․ | 2016-04-29 | 1 | -0/+1 |
| | |||||
* | [crunchyroll] Add even more relaxed fmt fallback | Sergey M․ | 2016-04-29 | 1 | -1/+4 |
| | |||||
* | [crunchyroll] Relax fmt regex | Sergey M․ | 2016-04-29 | 1 | -1/+1 |
| | |||||
* | Merge branch 'Kagami-vlive-hls' | Yen Chi Hsuan | 2016-04-29 | 2 | -23/+82 |
|\ | |||||
| * | [vlive] Coding style and PEP8 | Yen Chi Hsuan | 2016-04-29 | 1 | -10/+9 |
| | | |||||
| * | Merge branch 'vlive-hls' of https://github.com/Kagami/youtube-dl into ↵ | Yen Chi Hsuan | 2016-04-29 | 2 | -23/+83 |
| |\ | | | | | | | | | | Kagami-vlive-hls | ||||
| | * | [vlive] Add support for live videos | Kagami Hiiragi | 2016-04-29 | 2 | -23/+83 |
| | | | |||||
* | | | [crunchyroll] reduce requests for formats extraction | remitamine | 2016-04-29 | 1 | -2/+12 |
| | | | |||||
* | | | [viewlift] replace SnagFilms extractors | remitamine | 2016-04-29 | 3 | -19/+34 |
|/ / | | | | | | | | | - add support for other sites that use the same logic - improve format extraction and sorting | ||||
* | | [sexykarma] Rename to WatchIndianPornIE and fix extraction | Yen Chi Hsuan | 2016-04-29 | 2 | -48/+17 |
| | | |||||
* | | Revert "[sexykarma] Remove the extractor" | Yen Chi Hsuan | 2016-04-29 | 2 | -0/+122 |
| | | | | | | | | This reverts commit 31ff3c074eddf4078b6eb49281830875eb4e65a1. | ||||
* | | [ooyala] Skip an invalid test | Yen Chi Hsuan | 2016-04-29 | 1 | -0/+2 |
| | | | | | | | | | | Ooyala is used by lots of extractors and its correctness can be verified by these websites. | ||||
* | | [orf] Skip the expired test | Yen Chi Hsuan | 2016-04-29 | 1 | -0/+1 |
| | | |||||
* | | [sexykarma] Remove the extractor | Yen Chi Hsuan | 2016-04-29 | 2 | -122/+0 |
| | | | | | | | | | | | | Its domain name is on sale. Closes #9317 | ||||
* | | [arte:+7] Fix typo in _VALID_URL | Sergey M․ | 2016-04-29 | 1 | -1/+1 |
| | | |||||
* | | [viewster] Remove unused import | Sergey M․ | 2016-04-29 | 1 | -1/+0 |
| | | |||||
* | | [yandexmusic] Clarify blockage even more | Sergey M․ | 2016-04-29 | 1 | -3/+6 |
| | | |||||
* | | [crunchyroll] improve extraction | remitamine | 2016-04-28 | 1 | -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/subtitles | remitamine | 2016-04-28 | 1 | -65/+78 |
| | | |||||
* | | [yandexmusic] Clarify blockage | Sergey M․ | 2016-04-28 | 1 | -1/+5 |
| | | |||||
* | | [yandexmusic] Improve error handling | Sergey M․ | 2016-04-28 | 1 | -3/+4 |
| | | |||||
* | | [nuvid] Fix extraction | Yen Chi Hsuan | 2016-04-28 | 1 | -23/+21 |
| | | | | | | | | Closes #7620 | ||||
* | | [yandexmusic] Skip tests as Travis CI blocked | Yen Chi Hsuan | 2016-04-28 | 1 | -1/+11 |
| | | |||||
* | | Merge branch 'pmrowla-mwave-meetgreet' | Yen Chi Hsuan | 2016-04-28 | 2 | -1/+27 |
|\ \ | |||||
| * | | [mwave] Coding style | Yen Chi Hsuan | 2016-04-28 | 1 | -3/+6 |
| | | | |||||
| * | | Merge branch 'mwave-meetgreet' of https://github.com/pmrowla/youtube-dl into ↵ | Yen Chi Hsuan | 2016-04-28 | 2 | -1/+24 |
|/| | | | | | | | | | | | pmrowla-mwave-meetgreet | ||||
| * | | [mwave] Add Mwave Meet & Greet extractor | Peter Rowlands | 2016-04-27 | 2 | -1/+24 |
| | | | |||||
* | | | [cloudy] New domain name for the test_cloudy_1 | Yen Chi Hsuan | 2016-04-28 | 1 | -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-28 | 1 | -1/+4 |
| | | | |||||
* | | | [20min] Detect embedded YouTube videos | Yen Chi Hsuan | 2016-04-28 | 1 | -1/+22 |
| | | | | | | | | | | | | Fixes #9331 | ||||
* | | | [theplatform] Fix for Python 3.2 | Yen Chi Hsuan | 2016-04-27 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | test_AENetworks{,_1} fails as in Python < 3.3, binascii.a2b_* functions accepts only bytes-like objects |