Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 verbosity | Sergey M․ | |
2015-05-16 | [sbs] Remove unused import | Jaime 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 reference | Sergey M․ | |
2015-05-16 | [ooyala:external] Add extractor | Sergey M․ | |
2015-05-15 | Merge pull request #5717 from blissland/master | Sergey M. | |
[CBSNewsIE] Relax thumbnail regex so test passes | |||
2015-05-15 | [rts] Check formats (Closes #5711) | Sergey M․ | |
2015-05-15 | [generic] Fix typo | Sergey M․ | |
2015-05-15 | Merge branch 'maddoger-sportbox-fix' | Sergey M․ | |
2015-05-15 | [generic] Add test for sportbox embeds | Sergey M․ | |
2015-05-15 | [generic] Add support for sportbox embeds | Sergey M․ | |
2015-05-15 | [sportbox:embed] Relax thumbnail | Sergey M․ | |
2015-05-15 | [sportbox:embed] Add `_extract_urls` | Sergey M․ | |
2015-05-15 | [CBSNewsIE] Relax thumbnail regex so test passes | blissland | |
2015-05-15 | [sportbox:embed] Add extractor | Sergey M․ | |
2015-05-15 | [gamespot] The protocol is not optional | Jaime 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-15 | Merge branch 'sportbox-fix' of https://github.com/maddoger/youtube-dl into ↵ | Sergey M․ | |
maddoger-sportbox-fix | |||
2015-05-15 | New test | Vitaliy Syrchikov | |
2015-05-15 | [youtube:feed] Check each 'load more' portion for unique video ids | Sergey M․ | |
2015-05-15 | [youtube] Separate feed extractor | Sergey M․ | |
2015-05-15 | Sportbox source fix. HD videos support. | Vitaliy Syrchikov | |
2015-05-15 | Sportbox extractor fix. | Vitaliy Syrchikov | |
2015-05-15 | Fix file format extraction regex and update test file checksum | blissland | |
2015-05-15 | [test/YoutubeDL] Add tests for 'playliststart', 'playlistend' and ↵ | Jaime Marquínez Ferrándiz | |
'playlist_items' | |||
2015-05-15 | YoutubeDL: 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-15 | release 2015.05.152015.05.15 | Philipp 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 extraction | Yen 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 extractors | Yen Chi Hsuan | |
2015-05-14 | [qqmusic] Refactoring QQMusicToplistIE | Yen Chi Hsuan | |
2015-05-14 | [qqmusic] flake8 | Yen Chi Hsuan | |
2015-05-14 | Merge pull request #5680 from ping/qqmusic-toplist-ie | Yen 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 thumbnails | Sergey M․ | |
2015-05-14 | Merge branch 'dstftw-best-fallback-on-outdated-avconv' | Sergey M․ | |
2015-05-14 | Merge 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 | |||
2015-05-14 | Merge remote-tracking branch 'upstream/master' | Yen Chi Hsuan | |
2015-05-14 | [canalplus] Restore checksums in tests | Sergey M․ | |
2015-05-14 | Merge pull request #5695 from blissland/master | Sergey M. | |
[CanalplusIE] Update tests that were no longer working | |||
2015-05-14 | [xattr] Enhanced error messages on Windows | Yen Chi Hsuan | |
2015-05-14 | [CanalplusIE] Update tests that were no longer working | blissland | |
2015-05-14 | [xattr] Catch 'Argument list too long' | Yen Chi Hsuan | |
2015-05-14 | [xattr] Enhance error handling to catch ENOSPC | Yen Chi Hsuan | |
Fixes #5589 |