Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [viki] Fix code format | ping | 2015-05-16 | 1 | -2/+1 |
| | |||||
* | [viki] Add support for shows | ping | 2015-05-16 | 2 | -1/+37 |
| | |||||
* | Merge pull request #5717 from blissland/master | Sergey M. | 2015-05-15 | 1 | -1/+1 |
|\ | | | | | [CBSNewsIE] Relax thumbnail regex so test passes | ||||
| * | [CBSNewsIE] Relax thumbnail regex so test passes | blissland | 2015-05-15 | 1 | -1/+1 |
| | | |||||
* | | [rts] Check formats (Closes #5711) | Sergey M․ | 2015-05-15 | 1 | -0/+1 |
| | | |||||
* | | [generic] Fix typo | Sergey M․ | 2015-05-15 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'maddoger-sportbox-fix' | Sergey M․ | 2015-05-15 | 3 | -40/+127 |
|\ \ | |/ |/| | |||||
| * | [generic] Add test for sportbox embeds | Sergey M․ | 2015-05-15 | 1 | -0/+31 |
| | | |||||
| * | [generic] Add support for sportbox embeds | Sergey M․ | 2015-05-15 | 1 | -0/+6 |
| | | |||||
| * | [sportbox:embed] Relax thumbnail | Sergey M․ | 2015-05-15 | 1 | -1/+1 |
| | | |||||
| * | [sportbox:embed] Add `_extract_urls` | Sergey M․ | 2015-05-15 | 1 | -0/+6 |
| | | |||||
| * | [sportbox:embed] Add extractor | Sergey M․ | 2015-05-15 | 2 | -61/+82 |
| | | |||||
| * | Merge branch 'sportbox-fix' of https://github.com/maddoger/youtube-dl into ↵ | Sergey M․ | 2015-05-15 | 1 | -8/+31 |
| |\ | | | | | | | | | | maddoger-sportbox-fix | ||||
| | * | New test | Vitaliy Syrchikov | 2015-05-15 | 1 | -2/+21 |
| | | | |||||
| | * | Sportbox source fix. HD videos support. | Vitaliy Syrchikov | 2015-05-15 | 1 | -4/+8 |
| | | | |||||
| | * | 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 |
| | | | |