Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-19 | [qqmusic] Unescape '\\n' in description (#5705) | Yen Chi Hsuan | |
2015-05-19 | [yahoo] Add support for closed captions (closes #5714) | Yen Chi Hsuan | |
2015-05-19 | [utils] Support TTML without default namespace | Yen Chi Hsuan | |
In a strict sense such TTML is invalid, but Yahoo uses it. | |||
2015-05-18 | [vier] Fix extraction | Sergey M․ | |
2015-05-18 | [vuclip] Fix extraction | Sergey M․ | |
2015-05-18 | [vulture] Fix extraction | Sergey M․ | |
2015-05-18 | [wimp] Fix youtube extraction (Closes #5690) | Sergey M․ | |
2015-05-18 | [xminus] Fix extraction | Sergey 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 message | Sergey 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 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 | 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․ | |