Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-15 | [CBSNewsIE] Relax thumbnail regex so test passes | blissland | |
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 | [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 | 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․ | |
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 | [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 | |||
2015-05-14 | Merge pull request #5692 from yan12125/fix-embedthumbnailpp | Yen Chi Hsuan | |
Use thumbnails downloaded by YoutubeDL in EmbedThumbnailPP | |||
2015-05-14 | [postprocessor/embedthumbnail] Encode arguments in calling AtomicParsley | Yen Chi Hsuan | |
2015-05-14 | [postprocessor/embedthumbnail] Use run_ffmpeg_multiple_files | Yen Chi Hsuan | |
2015-05-14 | [postprocessor/embedthumbnail] Use thumbnails downloaded by YoutubeDL | Yen Chi Hsuan | |
2015-05-13 | [odnoklassniki] Fix extraction (Closes #5671) | Sergey M․ | |
2015-05-13 | Merge pull request #5682 from blissland/master | Sergey M. | |
[BYUtvIE] Relax thumbnail regex so test does not fail | |||
2015-05-13 | [YoutubeDL] Fix PEP8 W503 | Yen Chi Hsuan | |
2015-05-12 | [BYUtvIE] Change thumbnail regex so test does not fail | blissland | |
2015-05-13 | [qqmusic] Code fixes | ping | |
2015-05-13 | [qqmusic] Fix extraction for global list | ping | |
2015-05-12 | [qqmusic] Fix code formatting | ping | |
2015-05-12 | [qqmusic] Add support for charts / top lists | ping | |
2015-05-12 | [utils,common] Merge format_srt_time and _subtitles_timecode | Yen Chi Hsuan | |
format_srt_time uses a comma as the delimiter between seconds and milliseconds while _subtitles_timecode uses a dot. All .srt examples I found on the Internet uses a comma, so I use a comma in the merged version. See http://matroska.org/technical/specs/subtitles/srt.html and http://devel.aegisub.org/wiki/SubtitleFormats/SRT | |||
2015-05-12 | [nrk] Remove TTML to srt conversion codes | Yen Chi Hsuan | |
A common routine is implemented in utils.py and can be used via --convert-subtitles. | |||
2015-05-12 | [utils] Support 'dur' field in TTML | Yen Chi Hsuan | |
2015-05-12 | [nytimes] Correct _VALID_URL of NYTimesArticleIE | Yen Chi Hsuan | |
2015-05-12 | [vine] Relax `alt_title` (Closes #5677) | Sergey M․ | |
2015-05-11 | [southpark] Fix IE_NAME | Sergey M․ | |
2015-05-11 | [southparkdk] Add extractor | rrooij | |
2015-05-11 | [southpark] Sort alphabetically | rrooij | |
2015-05-11 | [zingmp3] Capture error message | Sergey M․ | |
2015-05-11 | [dumpert] Add cpc cookie (Closes #5672) | Sergey M․ | |
2015-05-11 | [tmz] Add support for articles (fixes #5477) | Yen Chi Hsuan | |
2015-05-11 | [YoutubeDL] Check if merger can actually merge | Sergey M․ | |