summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [voicerepublic] Fix fallback branch formats extractionSergey M․2015-05-101-7/+7
|
* Merge branch 'duncankl-voicerepublic'Sergey M․2015-05-102-0/+100
|\
| * [voicerepublic] Make more robust and extract more metadataSergey M․2015-05-101-24/+71
| |
| * Merge branch 'voicerepublic' of https://github.com/duncankl/youtube-dl into ↵Sergey M․2015-05-102-0/+53
|/| | | | | | | duncankl-voicerepublic
| * [voicerepublic] Remove hardcoded paths to media filesDuncan2015-05-101-5/+2
| |
| * [voicerepublic] Detect list of available formats from the web pageDuncan2015-05-101-1/+6
| |
| * [voicerepublic] Raise ExtractorError if audio is still being processedDuncan2015-05-101-15/+12
| |
| * [voicerepublic] Remove creator fieldDuncan2015-05-101-2/+0
| |
| * [voicerepublic] Extract author using _html_search_metaDuncan2015-05-101-1/+1
| |
| * [voicerepublic] Add new extractorDuncan2015-05-102-0/+56
| |
* | [ndr] Replace the 404 test caseYen Chi Hsuan2015-05-101-1/+13
| |
* | [ndr] Extended to support n-joy.de as well (closes #4527)Yen Chi Hsuan2015-05-102-34/+61
| | | | | | | | | | According to http://en.wikipedia.org/wiki/N-Joy, n-joy.de is a service hosted by NDR, so I put them together.
* | [dailymotion] Patch upload_date detection.ping2015-05-101-2/+3
| | | | | | | | (closes #5665)
* | [life:embed] Sort formatsSergey M․2015-05-101-0/+1
|/
* [mlb] Fix #5663Sergey M․2015-05-101-3/+7
|
* release 2015.05.10Philipp Hagemeister2015-05-102-2/+9
|
* [life:embed] Move to separated extractor and extract m3u8 formatsSergey M․2015-05-102-1/+51
|
* [lifenews] Add test for #5660Sergey M․2015-05-101-0/+3
|
* [lifenews] Add support for video URLs (Closes #5660)Sergey M․2015-05-101-3/+6
|
* [vgtv] Avoid duplicate format_idSergey M․2015-05-091-2/+5
|
* [eroprofile] Fix video URL extraction (Closes #5657)Sergey M․2015-05-091-3/+6
|
* Merge pull request #5658 from blissland/masterSergey M.2015-05-091-14/+25
|\ | | | | [BRIE] Updated two test cases
| * Added audio test for BRIEblissland2015-05-091-0/+11
| |
| * Updated two tests for BRIEblissland2015-05-091-15/+15
|/
* [mlb] Fix extraction of articlesJaime Marquínez Ferrándiz2015-05-092-14/+13
| | | | And move test from generic, since it's directly handled by MLBIE
* [vgtv] Escape '#' in _VALID_URL and remove empty newlines at the endJaime Marquínez Ferrándiz2015-05-091-3/+1
| | | | In verbose mode, '#' is interpreted as the start of a comment.
* [utils] Remove sanitize_url_path_consecutive_slashes()Yen Chi Hsuan2015-05-092-28/+0
| | | | | This function is used only in SohuIE, which is updated to use a new extraction logic.
* [yam] Fix title and uploader idYen Chi Hsuan2015-05-091-4/+22
|