aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-10Merge branch 'duncankl-voicerepublic'Sergey M․
2015-05-10[voicerepublic] Make more robust and extract more metadataSergey M․
2015-05-10Merge branch 'voicerepublic' of https://github.com/duncankl/youtube-dl into ↵Sergey M․
duncankl-voicerepublic
2015-05-10[ndr] Replace the 404 test caseYen Chi Hsuan
2015-05-10[ndr] Extended to support n-joy.de as well (closes #4527)Yen Chi Hsuan
According to http://en.wikipedia.org/wiki/N-Joy, n-joy.de is a service hosted by NDR, so I put them together.
2015-05-10[dailymotion] Patch upload_date detection.ping
(closes #5665)
2015-05-10[voicerepublic] Remove hardcoded paths to media filesDuncan
2015-05-10[voicerepublic] Detect list of available formats from the web pageDuncan
2015-05-10[voicerepublic] Raise ExtractorError if audio is still being processedDuncan
2015-05-10[voicerepublic] Remove creator fieldDuncan
2015-05-10[voicerepublic] Extract author using _html_search_metaDuncan
2015-05-10[life:embed] Sort formatsSergey M․
2015-05-10[voicerepublic] Add new extractorDuncan
2015-05-10[mlb] Fix #5663Sergey M․
2015-05-10release 2015.05.102015.05.10Philipp Hagemeister
2015-05-10[life:embed] Move to separated extractor and extract m3u8 formatsSergey M․
2015-05-10[lifenews] Add test for #5660Sergey M․
2015-05-10[lifenews] Add support for video URLs (Closes #5660)Sergey M․
2015-05-09[vgtv] Avoid duplicate format_idSergey M․
2015-05-09[eroprofile] Fix video URL extraction (Closes #5657)Sergey M․
2015-05-09Merge pull request #5658 from blissland/masterSergey M.
[BRIE] Updated two test cases
2015-05-09Added audio test for BRIEblissland
2015-05-09Updated two tests for BRIEblissland
2015-05-09[mlb] Fix extraction of articlesJaime Marquínez Ferrándiz
And move test from generic, since it's directly handled by MLBIE
2015-05-09[vgtv] Escape '#' in _VALID_URL and remove empty newlines at the endJaime Marquínez Ferrándiz
In verbose mode, '#' is interpreted as the start of a comment.
2015-05-09[utils] Remove sanitize_url_path_consecutive_slashes()Yen Chi Hsuan
This function is used only in SohuIE, which is updated to use a new extraction logic.
2015-05-09[yam] Fix title and uploader idYen Chi Hsuan
2015-05-09[sohu] Update extractorYen Chi Hsuan
The original extraction logic always fails for all test videos
2015-05-09[sohu] Enhance error handlingYen Chi Hsuan
2015-05-09[foxsports] Support some more URLs (#5611)Sergey M․
2015-05-09[extractor/generic] Add test for svt embedSergey M․
2015-05-09[extractor/generic] Add support for svt embeds (Closes #5622)Sergey M․
2015-05-09[svtplay] Rename to svtSergey M․
2015-05-09[svtplay] Generalize svt extractors and add svt.se extractorSergey M․
2015-05-08[README.md] Fix typoSergey M.
2015-05-08[README.md] Clarify format selection when streaming to stdoutSergey M.
2015-05-08[extractor/__init__] Fix alphabetic orderSergey M․
2015-05-08Merge pull request #5641 from dstftw/preserve-best-for-stdout-outtmplSergey M.
[YoutubeDL] Do not force bestvideo+bestaudio when outtmpl is stdout
2015-05-08[vgtv] Add support for bt vestlendingen (Closes #5620)Sergey M․
2015-05-08[aftenposten] Implement in terms of xtream extractorSergey M․
2015-05-08[xstream] Move xstream to separate extractorSergey M․
2015-05-08[vgtv] Add support for bt.no articles (#5620)Sergey M․
2015-05-08[vgtv] Add support for generic bt.no URLs (#5620)Sergey M․
2015-05-08[mlb] Improve _VALID_URLSergey M․
2015-05-08[mlb] Fallback to extracting video id from webpage for all URLs that does ↵Sergey M․
not contain it explicitly (Closes #5630)
2015-05-08Fix URL template extraction for netzkino. Fixes #5614blissland
2015-05-08[bet] Use unique part of xml url as the video id and fix tests (closes #5642)blissland
The guid changes often.
2015-05-08[utils] get_exe_version: encode executable name (fixes #5647)Jaime Marquínez Ferrándiz
It failed in python 2.x when $PATH contains a directory with non-ascii characters.
2015-05-08[nhl] Support RTMP videos (fixes #4481)Yen Chi Hsuan
2015-05-08[downloader/rtmp] Fix a typoYen Chi Hsuan