summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [sohu] Update extractorYen Chi Hsuan2015-05-091-25/+19
| | | | The original extraction logic always fails for all test videos
* [sohu] Enhance error handlingYen Chi Hsuan2015-05-091-1/+13
|
* [foxsports] Support some more URLs (#5611)Sergey M․2015-05-091-1/+1
|
* [extractor/generic] Add test for svt embedSergey M․2015-05-091-0/+11
|
* [extractor/generic] Add support for svt embeds (Closes #5622)Sergey M․2015-05-092-0/+13
|
* [svtplay] Rename to svtSergey M․2015-05-092-1/+1
|
* [svtplay] Generalize svt extractors and add svt.se extractorSergey M․2015-05-092-36/+67
|
* [README.md] Fix typoSergey M.2015-05-081-1/+1
|
* [README.md] Clarify format selection when streaming to stdoutSergey M.2015-05-081-1/+1
|
* [extractor/__init__] Fix alphabetic orderSergey M․2015-05-081-1/+1
|
* Merge pull request #5641 from dstftw/preserve-best-for-stdout-outtmplSergey M.2015-05-081-1/+3
|\ | | | | [YoutubeDL] Do not force bestvideo+bestaudio when outtmpl is stdout
| * [YoutubeDL] Do not force bestvideo+bestaudio when outtmpl is stdout (#5627)Sergey M․2015-05-071-1/+3
| |
* | [vgtv] Add support for bt vestlendingen (Closes #5620)Sergey M․2015-05-082-1/+26
| |
* | [aftenposten] Implement in terms of xtream extractorSergey M․2015-05-081-76/+1
| |
* | [xstream] Move xstream to separate extractorSergey M․2015-05-082-0/+116
| |
* | [vgtv] Add support for bt.no articles (#5620)Sergey M․2015-05-082-2/+42
| |
* | [vgtv] Add support for generic bt.no URLs (#5620)Sergey M․2015-05-081-3/+17
| |
* | [mlb] Improve _VALID_URLSergey M․2015-05-081-1/+1
| |
* | [mlb] Fallback to extracting video id from webpage for all URLs that does ↵Sergey M․2015-05-081-1/+21
| | | | | | | | not contain it explicitly (Closes #5630)