aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-18[vier] Fix extractionSergey M․
2015-05-18[vuclip] Fix extractionSergey M․
2015-05-18[vulture] Fix extractionSergey M․
2015-05-18[wimp] Fix youtube extraction (Closes #5690)Sergey M․
2015-05-18[xminus] Fix extractionSergey M․
2015-05-18[instagram] Only recognize https urls (fixes #5739)Jaime Marquínez Ferrándiz
http urls redirect to them.
2015-05-17[YoutubeDL] Clarify incompatible formats merge messageSergey M․
When `-f` is not specified it's misleading to see `You have requested ...` as user did not actually request any formats.
2015-05-17[tv2:article] Add extractor (Closes #5724)Sergey M․
2015-05-17[tv2] Add extractor (#5724)Sergey M․
2015-05-17[extractor/common] Relax valid url check verbositySergey M․
2015-05-16[sbs] Remove unused importJaime Marquínez Ferrándiz
2015-05-16[espn] Add extractor (#4396)Sergey M․
Unfinished
2015-05-16[sbs] Fix extraction (Closes #5725)Sergey M․
2015-05-16[ooyala] Fix unresolved referenceSergey M․
2015-05-16[ooyala:external] Add extractorSergey M․
2015-05-15Merge pull request #5717 from blissland/masterSergey M.
[CBSNewsIE] Relax thumbnail regex so test passes
2015-05-15[rts] Check formats (Closes #5711)Sergey M․
2015-05-15[generic] Fix typoSergey M․
2015-05-15Merge branch 'maddoger-sportbox-fix'Sergey M․
2015-05-15[generic] Add test for sportbox embedsSergey M․
2015-05-15[generic] Add support for sportbox embedsSergey M․
2015-05-15[sportbox:embed] Relax thumbnailSergey M․
2015-05-15[sportbox:embed] Add `_extract_urls`Sergey M․
2015-05-15[CBSNewsIE] Relax thumbnail regex so test passesblissland
2015-05-15[sportbox:embed] Add extractorSergey M․
2015-05-15[gamespot] The protocol is not optionalJaime Marquínez Ferrándiz
2015-05-15[gamespot] Add support for videos that don't use 'f4m_stream' (fixes #5707)Jaime Marquínez Ferrándiz
2015-05-15Merge branch 'sportbox-fix' of https://github.com/maddoger/youtube-dl into ↵Sergey M․
maddoger-sportbox-fix
2015-05-15New testVitaliy Syrchikov
2015-05-15[youtube:feed] Check each 'load more' portion for unique video idsSergey M․
2015-05-15[youtube] Separate feed extractorSergey M․
2015-05-15Sportbox source fix. HD videos support.Vitaliy Syrchikov
2015-05-15Sportbox extractor fix.Vitaliy Syrchikov
2015-05-15Fix file format extraction regex and update test file checksumblissland
2015-05-15[test/YoutubeDL] Add tests for 'playliststart', 'playlistend' and ↵Jaime Marquínez Ferrándiz
'playlist_items'
2015-05-15YoutubeDL: ignore indexes from 'playlist_items' that are not in the list ↵Jaime Marquínez Ferrándiz
(fixes #5706) We ignore them instead of failing to match the behaviour of the 'playliststart' parameter.
2015-05-15release 2015.05.152015.05.15Philipp Hagemeister
2015-05-14[youtube:history] Fix extraction (fixes #5702)Jaime Marquínez Ferrándiz
It uses the same method as YoutubeSubscriptionsIE, if other feed starts using it we should consider using base class.
2015-05-15[teamcoco] Detect expired videos (#5626)Yen Chi Hsuan
2015-05-15[teamcoco] Rewrite preload data extractionYen Chi Hsuan
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)
2015-05-14[soundcloud:user] Defer download link resolve (Closes #5248)Sergey M․
Looks like final download links can expire before downloading process reach them. So, resolving download links right before actual downloading.
2015-05-14[qqmusic] Add IE_NAME for all extractorsYen Chi Hsuan
2015-05-14[qqmusic] Refactoring QQMusicToplistIEYen Chi Hsuan
2015-05-14[qqmusic] flake8Yen Chi Hsuan
2015-05-14Merge pull request #5680 from ping/qqmusic-toplist-ieYen Chi Hsuan
[qqmusic] Add support for charts / top lists
2015-05-14[screenwavemedia] Add support for player2 URLs (Closes #5696)Sergey M․
2015-05-14[worldstarhiphop] Support Android URLs (fixes #5629)Yen Chi Hsuan
2015-05-14[YoutubeDL] Restore filename for thumbnailsSergey M․
2015-05-14Merge branch 'dstftw-best-fallback-on-outdated-avconv'Sergey M․
2015-05-14Merge branch 'best-fallback-on-outdated-avconv' of ↵Sergey M․
https://github.com/dstftw/youtube-dl into dstftw-best-fallback-on-outdated-avconv Conflicts: youtube_dl/YoutubeDL.py