summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [YoutubeDL] Skip non-relevant field types when building output templateSergey M․2016-05-021-1/+1
|
* [vevo] Remove superfluous codeSergey M․2016-05-021-2/+0
|
* [YoutubeDL] Properly process unable-to-download-error on python2Sergey M․2016-05-021-1/+1
|
* [vevo] Improve genre extractionSergey M․2016-05-021-1/+10
|
* [discovery] Fix typoSergey M․2016-05-021-1/+1
|
* [vevo] Extract featured artistSergey M․2016-05-021-3/+11
|
* [vevo:playlist] Add fallback for playlist idSergey M․2016-05-021-1/+1
|
* [vevo] Extract track related metafields and add artists to title (Closes #1684)Sergey M․2016-05-021-16/+42
|
* [vevo] Add test for video only available via webpageSergey M․2016-05-021-0/+14
|
* [vevo] Extract video versions from webpage as a last resort (Closes #8426, ↵Sergey M․2016-05-021-8/+20
| | | | closes #9366)
* [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
|