aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-16release 2015.02.162015.02.16Philipp Hagemeister
2015-02-16[yam] Allow faults in optional fields (#4943)Philipp Hagemeister
2015-02-16Merge remote-tracking branch 'yan12125/IE_Yam'Philipp Hagemeister
2015-02-16[extractor/common] Move up filesizePhilipp Hagemeister
filesize and tbr should correlate, so it doesn't make sense to treat them differently.
2015-02-16Merge remote-tracking branch 'origin/master'Philipp Hagemeister
2015-02-16[ffmpeg] Add --ffmpeg-locationPhilipp Hagemeister
2015-02-15[test/subtitles] Fix some testsJaime Marquínez Ferrándiz
The checksym for the CeskaTelevize subtitles has changed again, so we just test that it has a reasonable length.
2015-02-15[bbccouk] Fix fallback to legacy playlistSergey M․
2015-02-15[history] Add extractor (Closes #4934)Sergey M․
2015-02-15[theplatform] Add URL sign capabilitySergey M․
2015-02-14[extractor/common] Fix link to external documentationJaime Marquínez Ferrándiz
2015-02-14Remove unused importsJaime Marquínez Ferrándiz
2015-02-14[streamcz] Fix extraction (Closes #4940)Naglis Jonaitis
2015-02-14[drtuber] Add one more title regexSergey M․
2015-02-14Merge pull request #4951 from peugeot/beegSergey M.
[beeg] fix test
2015-02-14Merge pull request #4950 from peugeot/drtuberSergey M.
[drtuber] fix extraction
2015-02-14[beeg] fix testpeugeot
2015-02-14[drtuber] fix extractionpeugeot
2015-02-14[sunporno] Keep old video regex just in caseSergey M․
2015-02-14Merge pull request #4949 from peugeot/sunpornoSergey M.
[sunporno] fix extraction
2015-02-14[sunporno] fix extractionpeugeot
2015-02-14Credit @ryandesign for nbcnews nightly news (#4948)Sergey M․
2015-02-14Merge branch 'ryandesign-nbc-nightly-news'Sergey M․
2015-02-14[nbcnews] SimplifySergey M․
2015-02-14Support NBC Nightly News broadcastsRyan Schmidt
2015-02-13[postprocessor/ffmpeg] Don't let ffmpeg read from stdin (fixes #4945)Jaime Marquínez Ferrándiz
If you run 'while read aurl ; do youtube-dl --extract-audio "${aurl}"; done < path_to_batch_file' (batch_file contains one url per line) each call to youtube-dl consumed some characters and 'read' would assing to 'aurl' a non valid url, something like 'tube.com/watch?v=<id>'.
2015-02-14[1tv] Cover arbitraty URLsSergey M․
2015-02-13[camdemy] Fix _VALID_URLSergey M․
2015-02-13[test/subtitles] Update checksumsJaime Marquínez Ferrándiz
2015-02-13[bambuser] Fix 'uploader_id' extraction (fixes #4944)Jaime Marquínez Ferrándiz
2015-02-13[Yam] Add new extractorYen Chi Hsuan
2015-02-13Merge branch 'robin007bond-nporadio'Sergey M․
2015-02-13[npo:radio] Move to extractor to common npo place and add extractor for ↵Sergey M․
fragments
2015-02-12[nporadio] Edit to confirm to flake8 standardsrobin
2015-02-12[NPORadio] Added extractor for live radiorobin
2015-02-12[camdemy] Simplify and make more robust (#4938)Philipp Hagemeister
Do not throw errors if view count or upload date extraction fails. Dispose of re.MULTILINE, which had absolutely no effect without any ^ or $ in sight. Follow PEP8 naming conventions.
2015-02-12Merge remote-tracking branch 'yan12125/IE_camdemy'Philipp Hagemeister
2015-02-12[camdemy] Python2 compatibilityYen Chi Hsuan
2015-02-12[camdemy] Add support for foldersYen Chi Hsuan
2015-02-11release 2015.02.112015.02.11Philipp Hagemeister
2015-02-11[youtube] Extract average rating (closes #2362)Jaime Marquínez Ferrándiz
2015-02-11flake8: Ignore some error added in pep8 1.6Jaime Marquínez Ferrándiz
* E402: we exectute code between imports, like modifying 'sys.path' in the tests * E731: we assign to lambdas in a lot of places, we may want to consider defining functions in a single line instead (what pep8 recommends)
2015-02-11[aes] style: Put __all__ variable at the end of the fileJaime Marquínez Ferrándiz
2015-02-11[dotsub] Fix extraction and modernizeSergey M․
2015-02-11[test/parameters.json] Set 'fixup' to 'never'Jaime Marquínez Ferrándiz
The fixed audio files for Youtube have a size lower that the minimum required.
2015-02-12[camdemy] Detection of external sourcesYen Chi Hsuan
2015-02-11[dctptv] Skip rtmp downloadSergey M․
2015-02-11[canalplus] Add support for itele.fr URLs (Closes #4931)Naglis Jonaitis
2015-02-11[teamcoco] Fix video id extractionNaglis Jonaitis
2015-02-11[camdemy] Add new extractorYen Chi Hsuan
Single file download done, while folder extaction in plan