Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Sportbox extractor fix. | Vitaliy Syrchikov | 2015-05-15 | 1 | -2/+2 | |
| | |/ | ||||||
* | | | [gamespot] The protocol is not optional | Jaime Marquínez Ferrándiz | 2015-05-15 | 1 | -1/+1 | |
| | | | ||||||
* | | | [gamespot] Add support for videos that don't use 'f4m_stream' (fixes #5707) | Jaime Marquínez Ferrándiz | 2015-05-15 | 1 | -20/+40 | |
|/ / | ||||||
* | | [youtube:feed] Check each 'load more' portion for unique video ids | Sergey M․ | 2015-05-15 | 1 | -2/+8 | |
| | | ||||||
* | | [youtube] Separate feed extractor | Sergey M․ | 2015-05-15 | 1 | -106/+37 | |
| | | ||||||
* | | Fix file format extraction regex and update test file checksum | blissland | 2015-05-15 | 1 | -2/+2 | |
| | | ||||||
* | | [test/YoutubeDL] Add tests for 'playliststart', 'playlistend' and ↵ | Jaime Marquínez Ferrándiz | 2015-05-15 | 1 | -0/+46 | |
| | | | | | | | | 'playlist_items' | |||||
* | | YoutubeDL: ignore indexes from 'playlist_items' that are not in the list ↵ | Jaime Marquínez Ferrándiz | 2015-05-15 | 1 | -1/+3 | |
|/ | | | | | | (fixes #5706) We ignore them instead of failing to match the behaviour of the 'playliststart' parameter. | |||||
* | release 2015.05.15 | Philipp Hagemeister | 2015-05-15 | 2 | -4/+9 | |
| | ||||||
* | [youtube:history] Fix extraction (fixes #5702) | Jaime Marquínez Ferrándiz | 2015-05-14 | 1 | -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 Hsuan | 2015-05-15 | 1 | -1/+3 | |
| | ||||||
* | [teamcoco] Rewrite preload data extraction | Yen Chi Hsuan | 2015-05-15 | 1 | -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-14 | 1 | -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 extractors | Yen Chi Hsuan | 2015-05-14 | 1 | -0/+4 | |
| | ||||||
* | [qqmusic] Refactoring QQMusicToplistIE | Yen Chi Hsuan | 2015-05-14 | 1 | -6/+4 | |
| | ||||||
* | [qqmusic] flake8 | Yen Chi Hsuan | 2015-05-14 | 1 | -7/+7 | |
| | ||||||
* | Merge pull request #5680 from ping/qqmusic-toplist-ie | Yen Chi Hsuan | 2015-05-14 | 2 | -0/+67 | |
|\ | | | | | [qqmusic] Add support for charts / top lists | |||||
| * | [qqmusic] Code fixes | ping | 2015-05-13 | 1 | -2/+1 | |
| | | ||||||
| * | [qqmusic] Fix extraction for global list | ping | 2015-05-13 | 1 | -13/+21 | |
| | | ||||||
| * | [qqmusic] Fix code formatting | ping | 2015-05-12 | 1 | -3/+7 | |
| | | ||||||
| * | [qqmusic] Add support for charts / top lists | ping | 2015-05-12 | 2 | -0/+56 | |
| | | ||||||
* | | [screenwavemedia] Add support for player2 URLs (Closes #5696) | Sergey M․ | 2015-05-14 | 1 | -3/+6 | |
| | | ||||||
* | | [worldstarhiphop] Support Android URLs (fixes #5629) | Yen Chi Hsuan | 2015-05-14 | 1 | -6/+17 | |
| | | ||||||
* | | [YoutubeDL] Restore filename for thumbnails | Sergey M․ | 2015-05-14 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'dstftw-best-fallback-on-outdated-avconv' | Sergey M․ | 2015-05-14 | 2 | -4/+22 | |
|\ \ | ||||||
| * | | Merge branch 'best-fallback-on-outdated-avconv' of ↵ | Sergey M․ | 2015-05-14 | 2 | -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 merge | Sergey M․ | 2015-05-11 | 1 | -1/+1 | |
| | | | ||||||
| * | | [postprocessor/ffmpeg] Add `can_merge` method | Sergey M․ | 2015-05-11 | 1 | -4/+17 | |
| | | | ||||||
| * | | [YoutubeDL] Fallback to `-f best` when merger is outdated | Sergey M․ | 2015-05-11 | 1 | -3/+4 | |
| | | | ||||||
| * | | [postprocessor/ffmpeg] Extract `check_outdated` method | Sergey M․ | 2015-05-11 | 1 | -0/+4 | |
| | | | ||||||
* | | | Merge remote-tracking branch 'upstream/master' | Yen Chi Hsuan | 2015-05-14 | 1 | -7/+7 | |
|\ \ \ | ||||||
| * | | | [canalplus] Restore checksums in tests | Sergey M․ | 2015-05-14 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Merge pull request #5695 from blissland/master | Sergey M. | 2015-05-14 | 1 | -7/+5 | |
| |\ \ \ | | | | | | | | | | | [CanalplusIE] Update tests that were no longer working | |||||
| | * | | | [CanalplusIE] Update tests that were no longer working | blissland | 2015-05-14 | 1 | -7/+5 | |
| |/ / / | ||||||
* | | | | [xattr] Enhanced error messages on Windows | Yen Chi Hsuan | 2015-05-14 | 1 | -3/+6 | |
| | | | | ||||||
* | | | | [xattr] Catch 'Argument list too long' | Yen Chi Hsuan | 2015-05-14 | 1 | -2/+10 | |
| | | | | ||||||
* | | | | [xattr] Enhance error handling to catch ENOSPC | Yen Chi Hsuan | 2015-05-14 | 1 | -11/+50 | |
|/ / / | | | | | | | | | | Fixes #5589 | |||||
* | | | Merge pull request #5692 from yan12125/fix-embedthumbnailpp | Yen Chi Hsuan | 2015-05-14 | 3 | -14/+27 | |
|\ \ \ | | | | | | | | | Use thumbnails downloaded by YoutubeDL in EmbedThumbnailPP | |||||
| * | | | [postprocessor/embedthumbnail] Encode arguments in calling AtomicParsley | Yen Chi Hsuan | 2015-05-14 | 1 | -1/+7 | |
| | | | | ||||||
| * | | | [postprocessor/embedthumbnail] Use run_ffmpeg_multiple_files | Yen Chi Hsuan | 2015-05-14 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | [postprocessor/embedthumbnail] Use thumbnails downloaded by YoutubeDL | Yen Chi Hsuan | 2015-05-14 | 3 | -13/+20 | |
| | | | | ||||||
* | | | | [odnoklassniki] Fix extraction (Closes #5671) | Sergey M․ | 2015-05-13 | 1 | -2/+3 | |
| | | | | ||||||
* | | | | Merge pull request #5682 from blissland/master | Sergey M. | 2015-05-13 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | [BYUtvIE] Relax thumbnail regex so test does not fail | |||||
| * | | | [BYUtvIE] Change thumbnail regex so test does not fail | blissland | 2015-05-12 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
* / | | [YoutubeDL] Fix PEP8 W503 | Yen Chi Hsuan | 2015-05-13 | 1 | -3/+3 | |
|/ / | ||||||
* | | [utils,common] Merge format_srt_time and _subtitles_timecode | Yen Chi Hsuan | 2015-05-12 | 3 | -13/+7 | |
| | | | | | | | | | | | | | | | | 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 | |||||
* | | [nrk] Remove TTML to srt conversion codes | Yen Chi Hsuan | 2015-05-12 | 1 | -12/+1 | |
| | | | | | | | | | | A common routine is implemented in utils.py and can be used via --convert-subtitles. | |||||
* | | [utils] Support 'dur' field in TTML | Yen Chi Hsuan | 2015-05-12 | 2 | -3/+7 | |
| | | ||||||
* | | [nytimes] Correct _VALID_URL of NYTimesArticleIE | Yen Chi Hsuan | 2015-05-12 | 1 | -1/+1 | |
| | | ||||||
* | | [vine] Relax `alt_title` (Closes #5677) | Sergey M․ | 2015-05-12 | 1 | -1/+1 | |
| | |