summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | [viki] Fix code formatping2015-05-161-2/+1
| | | | |
| | * | | [viki] Add support for showsping2015-05-162-1/+37
| | | | |
* | | | | release 2015.05.20Philipp Hagemeister2015-05-202-1/+6
| |_|_|/ |/| | |
* | | | [letv/sohu] Skip tests relying on external proxiesYen Chi Hsuan2015-05-202-6/+2
| | | | | | | | | | | | | | | | The proxy is currently broken. See #5655 and zhuzhuor/Unblock-Youku#427
* | | | [ultimedia] Fix extractionSergey M․2015-05-191-4/+6
| | | |
* | | | [qqmusic] Unescape '\\n' in description (#5705)Yen Chi Hsuan2015-05-191-1/+3
| | | |
* | | | [yahoo] Add support for closed captions (closes #5714)Yen Chi Hsuan2015-05-192-0/+19
| | | |
* | | | [utils] Support TTML without default namespaceYen Chi Hsuan2015-05-192-3/+21
| | | | | | | | | | | | | | | | In a strict sense such TTML is invalid, but Yahoo uses it.
* | | | tox: Pass HOME environment variableJaime Marquínez Ferrándiz2015-05-181-0/+2
| | | | | | | | | | | | | | | | Since version 2.0 it only passes a limited set of variables and we need HOME for the tests
* | | | [vier] Fix extractionSergey M․2015-05-181-3/+6
| | | |
* | | | [vuclip] Fix extractionSergey M․2015-05-181-1/+1
| | | |
* | | | [vulture] Fix extractionSergey M․2015-05-181-1/+1
| | | |
* | | | [wimp] Fix youtube extraction (Closes #5690)Sergey M․2015-05-181-1/+2
| | | |
* | | | [xminus] Fix extractionSergey M․2015-05-181-2/+2
| | | |
* | | | [instagram] Only recognize https urls (fixes #5739)Jaime Marquínez Ferrándiz2015-05-181-4/+4
| | | | | | | | | | | | | | | | http urls redirect to them.
* | | | [YoutubeDL] Clarify incompatible formats merge messageSergey M․2015-05-171-3/+3
| | | | | | | | | | | | | | | | When `-f` is not specified it's misleading to see `You have requested ...` as user did not actually request any formats.
* | | | [tv2:article] Add extractor (Closes #5724)Sergey M․2015-05-172-1/+37
| |_|/ |/| |
* | | [tv2] Add extractor (#5724)Sergey M․2015-05-172-0/+94
| | |
* | | [extractor/common] Relax valid url check verbositySergey M․2015-05-171-2/+2
| | |
* | | [sbs] Remove unused importJaime Marquínez Ferrándiz2015-05-161-1/+0
|/ /
* | [espn] Add extractor (#4396)Sergey M․2015-05-162-0/+56
| | | | | | | | Unfinished
* | [sbs] Fix extraction (Closes #5725)Sergey M․2015-05-161-8/+9
| |
* | [ooyala] Fix unresolved referenceSergey M․2015-05-161-1/+1
| |
* | [ooyala:external] Add extractorSergey M․2015-05-162-55/+103
|/
* Merge pull request #5717 from blissland/masterSergey M.2015-05-151-1/+1
|\ | | | | [CBSNewsIE] Relax thumbnail regex so test passes
| * [CBSNewsIE] Relax thumbnail regex so test passesblissland2015-05-151-1/+1
| |
* | [rts] Check formats (Closes #5711)Sergey M․2015-05-151-0/+1
| |
* | [generic] Fix typoSergey M․2015-05-151-1/+1
| |
* | Merge branch 'maddoger-sportbox-fix'Sergey M․2015-05-153-40/+127
|\ \ | |/ |/|
| * [generic] Add test for sportbox embedsSergey M․2015-05-151-0/+31
| |
| * [generic] Add support for sportbox embedsSergey M․2015-05-151-0/+6
| |
| * [sportbox:embed] Relax thumbnailSergey M․2015-05-151-1/+1
| |
| * [sportbox:embed] Add `_extract_urls`Sergey M․2015-05-151-0/+6
| |
| * [sportbox:embed] Add extractorSergey M․2015-05-152-61/+82
| |
| * Merge branch 'sportbox-fix' of https://github.com/maddoger/youtube-dl into ↵Sergey M․2015-05-151-8/+31
| |\ | | | | | | | | | maddoger-sportbox-fix
| | * New testVitaliy Syrchikov2015-05-151-2/+21
| | |
| | * Sportbox source fix. HD videos support.Vitaliy Syrchikov2015-05-151-4/+8
| | |
| | * Sportbox extractor fix.Vitaliy Syrchikov2015-05-151-2/+2
| | |
* | | [gamespot] The protocol is not optionalJaime Marquínez Ferrándiz2015-05-151-1/+1
| | |
* | | [gamespot] Add support for videos that don't use 'f4m_stream' (fixes #5707)Jaime Marquínez Ferrándiz2015-05-151-20/+40
|/ /
* | [youtube:feed] Check each 'load more' portion for unique video idsSergey M․2015-05-151-2/+8
| |
* | [youtube] Separate feed extractorSergey M․2015-05-151-106/+37
| |
* | Fix file format extraction regex and update test file checksumblissland2015-05-151-2/+2
| |
* | [test/YoutubeDL] Add tests for 'playliststart', 'playlistend' and ↵Jaime Marquínez Ferrándiz2015-05-151-0/+46
| | | | | | | | 'playlist_items'
* | YoutubeDL: ignore indexes from 'playlist_items' that are not in the list ↵Jaime Marquínez Ferrándiz2015-05-151-1/+3
|/ | | | | | (fixes #5706) We ignore them instead of failing to match the behaviour of the 'playliststart' parameter.
* release 2015.05.15Philipp Hagemeister2015-05-152-4/+9
|
* [youtube:history] Fix extraction (fixes #5702)Jaime Marquínez Ferrándiz2015-05-141-4/+33
| | | | It uses the same method as YoutubeSubscriptionsIE, if other feed starts using it we should consider using base class.
* [teamcoco] Detect expired videos (#5626)Yen Chi Hsuan2015-05-151-1/+3
|
* [teamcoco] Rewrite preload data extractionYen Chi Hsuan2015-05-151-29/+28
| | | | | | | | Idea: "puncture" some consecutive fragments and check whether the b64decode result of a punctured string is a valid JSON or not. It's a O(N^3) algorithm, but should be fast for a small N (less than 30 fragments in all test cases)
* [soundcloud:user] Defer download link resolve (Closes #5248)Sergey M․2015-05-141-1/+1
| | | | Looks like final download links can expire before downloading process reach them. So, resolving download links right before actual downloading.