summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [vevo] Fix _call_apiSergey M․2016-05-021-2/+2
|
* [vevo:playlist] Fix genre playlistsSergey M․2016-05-021-4/+14
|
* [vevo:playlist] Remove debug paramsSergey M․2016-05-021-8/+0
|
* [vevo:playlist] Add extractor (Closes #9334, closes #9364)Sergey M․2016-05-022-3/+76
|
* release 2016.05.01Philipp Hagemeister2016-05-013-9/+13
|
* [postprocessor/ffmpeg] Simplify metadata preparation and add track related ↵Sergey M․2016-05-011-17/+24
| | | | metafields (Closes #9357)
* Credit @blahgeek for xiami (#9079)Sergey M․2016-05-011-0/+1
|
* [tagesschau] Restrict playlist entry regexSergey M․2016-05-011-1/+5
|
* [tagesschau] Expand video idSergey M․2016-05-011-6/+6
|
* [tagesschau] Relax _VALID_URLSergey M․2016-05-011-2/+6
|
* [tagesschau] Separate player extractorSergey M․2016-05-012-74/+170
|
* [ccc] improve extractionremitamine2016-05-011-73/+38
|
* [tagesschau] Fix article media idsSergey M․2016-05-011-3/+3
|
* [tagesschau] Fix audio supportSergey M․2016-05-011-26/+49
|
* [tagesschau] Add support for playlistsSergey M․2016-05-011-42/+68
|
* [rtlnl] Match formats only by heightSergey M․2016-05-011-4/+6
|
* [tagesschau] Relax _VALID_URLSergey M․2016-05-011-1/+4
|
* [tagesschau] Update _FORMATS mapSergey M․2016-05-011-2/+5
|
* [discovery] remove unused importsremitamine2016-04-301-6/+1
|
* [discovery] extract more info using BrightcoveNewIEremitamine2016-04-301-45/+7
|
* [discovery] extract subtitleremitamine2016-04-301-0/+11
|
* [discovery] extract http formatsremitamine2016-04-301-3/+47
|
* [xiami] Improve extraction (Closes #9079)Sergey M․2016-04-302-102/+99
| | | | | | * Switch to JSON source * Add abstract IE for playlists * Extract more track related metadata
* [xiami] Add xiami extractorBlahGeek2016-04-302-0/+167
|
* [ted] add support for youtube embeds and update testsremitamine2016-04-301-8/+17
|
* [ted] extract all http formatsremitamine2016-04-301-16/+29
|
* [vlive] Pass Referer as bytestring (Closes #9352)Sergey M․2016-04-301-1/+1
|
* [pbs] extract srt and vtt subtitlesremitamine2016-04-301-0/+13
|
* [pbs] remove duplicate formatremitamine2016-04-301-3/+1
|
* [pbs] extract only the formats that we know that they will be available as ↵remitamine2016-04-301-1/+3
| | | | | | http format https://projects.pbs.org/confluence/display/coveapi/COVE+Video+Specifications
* [pbs] fix the least bitrate http url constructionremitamine2016-04-301-0/+2
|
* [pbs] extract all http formatsremitamine2016-04-301-24/+24
|
* [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