summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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.
* [qqmusic] Add IE_NAME for all extractorsYen Chi Hsuan2015-05-141-0/+4
|
* [qqmusic] Refactoring QQMusicToplistIEYen Chi Hsuan2015-05-141-6/+4
|
* [qqmusic] flake8Yen Chi Hsuan2015-05-141-7/+7
|
* Merge pull request #5680 from ping/qqmusic-toplist-ieYen Chi Hsuan2015-05-142-0/+67
|\ | | | | [qqmusic] Add support for charts / top lists
| * [qqmusic] Code fixesping2015-05-131-2/+1
| |
| * [qqmusic] Fix extraction for global listping2015-05-131-13/+21
| |
| * [qqmusic] Fix code formattingping2015-05-121-3/+7
| |
| * [qqmusic] Add support for charts / top listsping2015-05-122-0/+56
| |
* | [screenwavemedia] Add support for player2 URLs (Closes #5696)Sergey M․2015-05-141-3/+6
| |
* | [worldstarhiphop] Support Android URLs (fixes #5629)Yen Chi Hsuan2015-05-141-6/+17
| |
* | [YoutubeDL] Restore filename for thumbnailsSergey M․2015-05-141-1/+1
| |
* | Merge branch 'dstftw-best-fallback-on-outdated-avconv'Sergey M․2015-05-142-4/+22
|\ \
| * | Merge branch 'best-fallback-on-outdated-avconv' of ↵Sergey M․2015-05-142-4/+22
|/| | | | | | | | | | | | | | | | | | | | https://github.com/dstftw/youtube-dl into dstftw-best-fallback-on-outdated-avconv Conflicts: youtube_dl/YoutubeDL.py
| * | [YoutubeDL] Check if merger can actually mergeSergey M․2015-05-111-1/+1
| | |