aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2014-10-26Merge branch 'compat-getenv-and-expanduser' of ↵Sergey M․
https://github.com/dstftw/youtube-dl into dstftw-compat-getenv-and-expanduser Conflicts: test/test_utils.py youtube_dl/__init__.py
2014-10-26Set '--simulate' if any of the printing options is given (fixes #3036)Jaime Marquínez Ferrándiz
That's what the help messages say. Previously it would only set '--skip-download', which would write thumbnail, descriptions or subtitles if they were requested (for example you may have set '--write-thumbnail' in the config file).
2014-10-26[vrt] Improve extractorSergey M․
2014-10-26[BelgianNational] corrected indentationdinesh
2014-10-26[BelgianNational] New extractor addeddinesh
2014-10-26[sportbox] Remove view countSergey M․
2014-10-25[tumblr] Fix extraction (fixes #4029)Jaime Marquínez Ferrándiz
2014-10-25[soundcloud] Modernize and fix testsJaime Marquínez Ferrándiz
2014-10-25[lrt] Updated testNaglis Jonaitis
2014-10-25Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2014-10-25[audiomack] SimplifyPhilipp Hagemeister
2014-10-25[nhl] Improve video URL extraction (Closes #4013)Sergey M․
2014-10-25Merge remote-tracking branch 'xavierbeynon/audiomack'Philipp Hagemeister
2014-10-25Credit @winwon for vidzi (#3989)Philipp Hagemeister
2014-10-24Not directly calling soundcloud extractor anymorexavier
2014-10-24Made changes per phihagxavier
2014-10-25release 2014.10.252014.10.25Philipp Hagemeister
2014-10-25New option --dump-single-json (#4003)Philipp Hagemeister
2014-10-25[viddler] Use APIPhilipp Hagemeister
2014-10-24[hark] ModernizePhilipp Hagemeister
2014-10-24[motherless] SimplifyPhilipp Hagemeister
2014-10-24Add group videos support for motherlessFilip B
Modified motherless regular expression. Previously it matched only URLs like this: motherless.com/ID Now it also matches this: motherless.com/g/group_name/ID All tests including the newly added one passed.
2014-10-24Add another motherless testFilip B
This test is for videos posted in groups. URL looks like this: motherless.com/g/group_name/ID which is basically the same as motherless.com/ID So far this test fails because I haven't improved the extractor yet.
2014-10-24Fix motherless test 0Filip B
Apparently motherless no longer serves flv for that video (or maybe even other videos). So I changed expected extension from flv to mp4 and changed expected md5 accordingly.
2014-10-24[YoutubeDL] Do not apply playlist info to videos when extract_flat is set ↵Philipp Hagemeister
(#4003)
2014-10-24[glide] SimplifyPhilipp Hagemeister
2014-10-24Credit @thornomad for glide (#3944)Philipp Hagemeister
2014-10-24Merge remote-tracking branch 'thornomad/glide'Philipp Hagemeister
2014-10-24[vidzi] Use proper test case and simplify (#3989)Philipp Hagemeister
2014-10-24[vidzi] SimplifyPhilipp Hagemeister
2014-10-24[vidzi] Correct order in imports (#3989)Philipp Hagemeister
2014-10-24vidzi Add new extractorwinwon
2014-10-24Credit @capital-G for bild.de (#3983)Philipp Hagemeister
2014-10-24[bild] Simplify (#3983)Philipp Hagemeister
2014-10-24Merge remote-tracking branch 'capital-G/master'Philipp Hagemeister
2014-10-24release 2014.10.242014.10.24Philipp Hagemeister
2014-10-24Add --flat-playlist option (Closes #4003)Philipp Hagemeister
2014-10-23Finished audiomack extractorxavier
2014-10-23Added init.py initializerxavier
2014-10-23Initial version of audiomack.pyxavier
2014-10-23[crunchyroll] Correct parsing (Fixes #4014)Philipp Hagemeister
2014-10-23[mitele] Fix on python 2.xJaime Marquínez Ferrándiz
2014-10-23[generic] Allow --default-search without colonPhilipp Hagemeister
2014-10-23release 2014.10.232014.10.23Philipp Hagemeister
2014-10-23[telecino] Add coding declarationPhilipp Hagemeister
2014-10-23[telecinco] Add extractor (closes #4005)Jaime Marquínez Ferrándiz
It uses the same extraction process as mitele.es, but with a few small differences.
2014-10-23[funnyordie] Fix extraction (Closes #4011)Sergey M․
2014-10-23[generic/wistia] Improve regexSergey M․
2014-10-23Merge pull request #4009 from Dineshs91/thoughtworksSergey M.
[thoughtworks] wistia support added
2014-10-23[thoughtworks] wistia regex modifieddinesh