summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2015.04.17 2015.04.17Philipp Hagemeister2015-04-172-1/+6
|
* [soundcloud] Handle 'secret_token' for 'w.soundcloud.com/player/?url=*' urls ↵Jaime Marquínez Ferrándiz2015-04-171-1/+6
| | | | (fixes #5453)
* [utils] Fix splitunc deprecation warningSergey M․2015-04-161-7/+7
|
* [srf] Show display_id when presentSergey M․2015-04-161-4/+4
|
* [srf] Extend _VALID_URLSergey M․2015-04-161-1/+4
|
* [generic] Update pladform embed testSergey M․2015-04-161-1/+1
|
* [pladform] Update testSergey M․2015-04-161-1/+1
|
* [srf] Update testSergey M․2015-04-161-5/+2
|
* [srf] Fix direct links extSergey M․2015-04-161-1/+1
|
* [srf] Extract subtitlesSergey M․2015-04-161-0/+11
|
* [srf] Extract all formats and prefer direct links over hls and hdsSergey M․2015-04-161-12/+19
|
* [Srf] Add new extractor (fixes #981)Yen Chi Hsuan2015-04-162-0/+87
|
* [extractor/common] Add the encoding parameterYen Chi Hsuan2015-04-162-15/+23
| | | | The QQMusic info extractor need forced encoding for correct working.
* [QQMusic] Song extractor: Add lyrics as descriptionYen Chi Hsuan2015-04-161-7/+12
| | | | Note: Test fails on python 3 due to encoding issues
* [QQMusic] Add album info extractorYen Chi Hsuan2015-04-162-12/+63
|
* [QQMusic] Add singer info extractorYen Chi Hsuan2015-04-162-2/+56
|
* [QQMusic] Implement the guid algorithmYen Chi Hsuan2015-04-161-4/+12
|
* [QQMusic] Add new extractorYen Chi Hsuan2015-04-162-0/+57
|
* [generic] Extract videos from SMIL manifests (closes #5145 and fixes #5135)Yen Chi Hsuan2015-04-161-7/+30
|
* [UDNEmbed] Enhance error checking and extend _VALID_URLYen Chi Hsuan2015-04-161-4/+14
|
* [brightcove] Always return lists from _extract_brightcove_urlsYen Chi Hsuan2015-04-161-1/+1
| | | | | | In Python 3, filter() returns an iterable object, which is equivalently to True even for an empty result set. It causes false positive playlists in generic extraction logic.
* [generic] Add test for playwire embed (#5430)Sergey M․2015-04-151-0/+11
|
* [generic] Add support for playwire embeds (Closes #5430)Sergey M․2015-04-151-0/+6
|
* [mtv] Capture and output error message (#5420)Sergey M․2015-04-151-0/+8
|
* [spike] Extend _VALID_URL (Closes #5420)Sergey M․2015-04-151-1/+1
|
* [teamcoco] Fix "preload" data extraction (fixes #5179)Yen Chi Hsuan2015-04-151-3/+28
|
* [tumblr] Dismiss warnings for optional fields (fixes #5202)Yen Chi Hsuan2015-04-151-2/+2
|
* [brightcove] Handle non well-formed XMLs (#5421)Sergey M․2015-04-141-2/+5
|
* [brightcove] Improve brightcove experience regex (Closes #5421)Sergey M․2015-04-141-1/+1
|
* [miomio] Enhance error checking and replace dead test caseYen Chi Hsuan2015-04-141-6/+11
|
* [generic] Fix test generic_51Yen Chi Hsuan2015-04-141-3/+3
| | | | The website replaced the original video with a new one
* [generic] Support another type of Ooyala embedded videoYen Chi Hsuan2015-04-141-1/+16
|
* [postprocessor/atomicparsley] Don't try to remove the temporary and original ↵Jaime Marquínez Ferrándiz2015-04-131-2/+7
| | | | files if the format is unsupported (fixes #5419)
* [youtube] SimplifySergey M․2015-04-131-4/+2
|
* [vine] flake8Yen Chi Hsuan2015-04-131-1/+0
|
* [youtube] Remove unused variableSergey M․2015-04-131-1/+0
|
* [youtube] Extract video titles for channel playlist if possible (Closes #4971)Sergey M․2015-04-121-9/+20
|
* [utils] Add `video_title` for `url_result`Sergey M․2015-04-121-1/+3
|
* [YoutubeDL] Try to download worst audio+video served by a single file first ↵Sergey M․2015-04-121-0/+5
| | | | (Closes #5408)
* Credit @snipem for gamersyde (#5352)Sergey M․2015-04-121-0/+1
|
* [footyroom] Remove superfluous whitespaceSergey M․2015-04-121-5/+2
|
* [footyroom] ImproveSergey M․2015-04-121-3/+2
|
* [FootyTube] Fixed wrong md5 checksumsnipem2015-04-121-1/+0
|
* [FootyRoom] Fixed missing http prefixsnipem2015-04-121-2/+15
| | | | | For some reason FootyTube is missing the „http:“ prefix on some Playwire links for some videos
* [options] Fix file based configurations for python 2 (Closes #5401)Sergey M․2015-04-121-7/+8
|
* Merge branch 'fstirlitz-crooksandliars'Sergey M․2015-04-113-0/+93
|\
| * [crooksandliars] Quotes consistencySergey M․2015-04-111-1/+1
| |
| * [generic] Add tests for Crooks and Liars embedsSergey M․2015-04-111-0/+26
| |
| * [generic] Add support for Crooks and Liars embedsSergey M․2015-04-111-0/+6
| |
| * [crooksandliars] Improve embed extractor and remove article extractorSergey M․2015-04-112-45/+34
| |