summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2015.05.15 2015.05.15Philipp Hagemeister2015-05-152-4/+9
|
* [youtube:history] Fix extraction (fixes #5702)Jaime Marquínez Ferrándiz2015-05-141-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 Hsuan2015-05-151-1/+3
|
* [teamcoco] Rewrite preload data extractionYen Chi Hsuan2015-05-151-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-141-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 extractorsYen Chi Hsuan2015-05-141-0/+4
|
* [qqmusic] Refactoring QQMusicToplistIEYen Chi Hsuan2015-05-141-6/+4
|
* [qqmusic] flake8Yen Chi Hsuan2015-05-141-7/+7
|
* Merge pull request #5680 from ping/qqmusic-toplist-ieYen Chi Hsuan2015-05-142-0/+67
|\ | | | | [qqmusic] Add support for charts / top lists
| * [qqmusic] Code fixesping2015-05-131-2/+1
| |
| * [qqmusic] Fix extraction for global listping2015-05-131-13/+21
| |
| * [qqmusic] Fix code formattingping2015-05-121-3/+7
| |
| * [qqmusic] Add support for charts / top listsping2015-05-122-0/+56
| |
* | [screenwavemedia] Add support for player2 URLs (Closes #5696)Sergey M․2015-05-141-3/+6
| |
* | [worldstarhiphop] Support Android URLs (fixes #5629)Yen Chi Hsuan2015-05-141-6/+17
| |
* | [YoutubeDL] Restore filename for thumbnailsSergey M․2015-05-141-1/+1
| |
* | Merge branch 'dstftw-best-fallback-on-outdated-avconv'Sergey M․2015-05-142-4/+22
|\ \
| * | Merge branch 'best-fallback-on-outdated-avconv' of ↵Sergey M․2015-05-142-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 mergeSergey M․2015-05-111-1/+1
| | |
| * | [postprocessor/ffmpeg] Add `can_merge` methodSergey M․2015-05-111-4/+17
| | |
| * | [YoutubeDL] Fallback to `-f best` when merger is outdatedSergey M․2015-05-111-3/+4
| | |
| * | [postprocessor/ffmpeg] Extract `check_outdated` methodSergey M․2015-05-111-0/+4
| | |
* | | Merge remote-tracking branch 'upstream/master'Yen Chi Hsuan2015-05-141-7/+7
|\ \ \
| * | | [canalplus] Restore checksums in testsSergey M․2015-05-141-0/+2
| | | |
| * | | Merge pull request #5695 from blissland/masterSergey M.2015-05-141-7/+5
| |\ \ \ | | | | | | | | | | [CanalplusIE] Update tests that were no longer working
| | * | | [CanalplusIE] Update tests that were no longer workingblissland2015-05-141-7/+5
| |/ / /
* | | | [xattr] Enhanced error messages on WindowsYen Chi Hsuan2015-05-141-3/+6
| | | |
* | | | [xattr] Catch 'Argument list too long'Yen Chi Hsuan2015-05-141-2/+10
| | | |
* | | | [xattr] Enhance error handling to catch ENOSPCYen Chi Hsuan2015-05-141-11/+50
|/ / / | | | | | | | | | Fixes #5589
* | | Merge pull request #5692 from yan12125/fix-embedthumbnailppYen Chi Hsuan2015-05-143-14/+27
|\ \ \ | | | | | | | | Use thumbnails downloaded by YoutubeDL in EmbedThumbnailPP
| * | | [postprocessor/embedthumbnail] Encode arguments in calling AtomicParsleyYen Chi Hsuan2015-05-141-1/+7
| | | |
| * | | [postprocessor/embedthumbnail] Use run_ffmpeg_multiple_filesYen Chi Hsuan2015-05-141-2/+2
| | | |
| * | | [postprocessor/embedthumbnail] Use thumbnails downloaded by YoutubeDLYen Chi Hsuan2015-05-143-13/+20
| | | |
* | | | [odnoklassniki] Fix extraction (Closes #5671)Sergey M․2015-05-131-2/+3
| | | |
* | | | Merge pull request #5682 from blissland/masterSergey M.2015-05-131-1/+1
|\ \ \ \ | |/ / / |/| | | [BYUtvIE] Relax thumbnail regex so test does not fail
| * | | [BYUtvIE] Change thumbnail regex so test does not failblissland2015-05-121-1/+1
| | |/ | |/|
* / | [YoutubeDL] Fix PEP8 W503Yen Chi Hsuan2015-05-131-3/+3
|/ /
* | [utils,common] Merge format_srt_time and _subtitles_timecodeYen Chi Hsuan2015-05-123-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 codesYen Chi Hsuan2015-05-121-12/+1
| | | | | | | | | | A common routine is implemented in utils.py and can be used via --convert-subtitles.
* | [utils] Support 'dur' field in TTMLYen Chi Hsuan2015-05-122-3/+7
| |
* | [nytimes] Correct _VALID_URL of NYTimesArticleIEYen Chi Hsuan2015-05-121-1/+1
| |
* | [vine] Relax `alt_title` (Closes #5677)Sergey M․2015-05-121-1/+1
| |
* | [southpark] Fix IE_NAMESergey M․2015-05-111-1/+2
| |
* | [southparkdk] Add extractorrrooij2015-05-112-0/+11
| |
* | [southpark] Sort alphabeticallyrrooij2015-05-111-1/+1
| |
* | [zingmp3] Capture error messageSergey M․2015-05-111-2/+8
| |
* | [dumpert] Add cpc cookie (Closes #5672)Sergey M․2015-05-111-1/+1
| |
* | [tmz] Add support for articles (fixes #5477)Yen Chi Hsuan2015-05-112-1/+32
|/
* ExecAfterDownloadPP: fix __init__ methodJaime Marquínez Ferrándiz2015-05-101-1/+2
|
* ExecAfterDownloadPP, YoutubeDL: remove unused parametersJaime Marquínez Ferrándiz2015-05-103-5/+1
|