aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-26release 2014.10.26.12014.10.26.1Philipp Hagemeister
2014-10-26[ffmpeg] Fix call to ffprobe (Fixes #4041)Philipp Hagemeister
2014-10-26[ffmpeg] Make downloader optional (Fixes #4039)Philipp Hagemeister
2014-10-26[generic] Correct call to _webpage_read_full_contentPhilipp Hagemeister
2014-10-26[generic] Add a test case for direct links with broken HEAD (#4032)Philipp Hagemeister
2014-10-26[soundcloud] Set the 'webpage_url' field for each trackJaime Marquínez Ferrándiz
For playlists, YoutubeDL would set it to the playlist url.
2014-10-26[ffmpeg] Also look into stderr for extracting the versionJaime Marquínez Ferrándiz
At least with avconv 11, it will print 'avconv version 11, ..' to stderr, not stdout.
2014-10-26Move AUTHORS to root (closes #2985)Philipp Hagemeister
2014-10-26release 2014.10.262014.10.26Philipp Hagemeister
2014-10-26Credit @gabeos for crunchyroll:playlist (#3988)Philipp Hagemeister
2014-10-26[crunchyroll:playlist] Simplify (#3988)Philipp Hagemeister
2014-10-26Merge remote-tracking branch 'gabeos/crunchyroll-show-playlist'Philipp Hagemeister
2014-10-26[generic] Handle audio streams that do not implement HEAD (Fixes #4032)Philipp Hagemeister
2014-10-26[ffmpeg] Warn if ffmpeg/avconv version is too old (Fixes #4026)Philipp Hagemeister
2014-10-26[YoutubeDL] Output avconv/ffmpeg versions if -v is givenPhilipp Hagemeister
2014-10-26[generic] Allow new SWFObject()-style importsPhilipp Hagemeister
This embed style is used on http://www.bitburger-open.de/ , but that is not included as a test case since the format is likely to be temporary.
2014-10-26Merge branch 'dstftw-compat-getenv-and-expanduser'Sergey M․
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-26Merge branch 'Dineshs91-belgiannational-ie'Sergey M․
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