summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* [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 d...Sergey M․2015-05-102-0/+53
|/|
| * [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
* | [dailymotion] Patch upload_date detection.ping2015-05-101-2/+3
* | [life:embed] Sort formatsSergey M․2015-05-101-0/+1
|/
* [mlb] Fix #5663Sergey M․2015-05-101-3/+7
* release 2015.05.10 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
|\
| * 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
* [vgtv] Escape '#' in _VALID_URL and remove empty newlines at the endJaime Marquínez Ferrándiz2015-05-091-3/+1
* [utils] Remove sanitize_url_path_consecutive_slashes()Yen Chi Hsuan2015-05-092-28/+0
* [yam] Fix title and uploader idYen Chi Hsuan2015-05-091-4/+22
* [sohu] Update extractorYen Chi Hsuan2015-05-091-25/+19
* [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 (#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 not...Sergey M․2015-05-081-1/+21
* | Fix URL template extraction for netzkino. Fixes #5614blissland2015-05-081-1/+1
* | [bet] Use unique part of xml url as the video id and fix tests (closes #5642)blissland2015-05-081-6/+7
* | [utils] get_exe_version: encode executable name (fixes #5647)Jaime Marquínez Ferrándiz2015-05-081-1/+1