aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'Dineshs91-belgiannational-ie'Sergey M․2014-10-262-0/+96
|\
| * [vrt] Improve extractorSergey M․2014-10-263-64/+96
| |
| * [BelgianNational] corrected indentationdinesh2014-10-261-34/+33
| |
| * [BelgianNational] New extractor addeddinesh2014-10-262-0/+65
|/
* [sportbox] Remove view countSergey M․2014-10-261-4/+0
|
* [tumblr] Fix extraction (fixes #4029)Jaime Marquínez Ferrándiz2014-10-251-22/+13
|
* [soundcloud] Modernize and fix testsJaime Marquínez Ferrándiz2014-10-251-7/+8
|
* [lrt] Updated testNaglis Jonaitis2014-10-251-1/+1
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2014-10-251-10/+24
|\
| * [nhl] Improve video URL extraction (Closes #4013)Sergey M․2014-10-251-10/+24
| |
* | [audiomack] SimplifyPhilipp Hagemeister2014-10-251-19/+21
| |
* | Merge remote-tracking branch 'xavierbeynon/audiomack'Philipp Hagemeister2014-10-253-0/+69
|\ \ | |/ |/|
| * Not directly calling soundcloud extractor anymorexavier2014-10-241-2/+1
| |
| * Made changes per phihagxavier2014-10-242-8/+10
| |
| * Finished audiomack extractorxavier2014-10-231-29/+53
| |
| * Added init.py initializerxavier2014-10-231-0/+1
| |
| * Initial version of audiomack.pyxavier2014-10-231-0/+43
| |
* | Credit @winwon for vidzi (#3989)Philipp Hagemeister2014-10-251-0/+1
| |
* | release 2014.10.25Philipp Hagemeister2014-10-252-1/+5
| |
* | New option --dump-single-json (#4003)Philipp Hagemeister2014-10-253-2/+14
| |
* | [viddler] Use APIPhilipp Hagemeister2014-10-253-40/+75
| |
* | [hark] ModernizePhilipp Hagemeister2014-10-241-26/+22
| |
* | [motherless] SimplifyPhilipp Hagemeister2014-10-241-16/+20
| |
* | Add group videos support for motherlessFilip B2014-10-241-1/+1
| | | | | | | | | | | | | | | | | | 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.
* | Add another motherless testFilip B2014-10-241-0/+14
| | | | | | | | | | | | | | | | | | 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.
* | Fix motherless test 0Filip B2014-10-241-2/+2
| | | | | | | | | | | | 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.
* | [YoutubeDL] Do not apply playlist info to videos when extract_flat is set ↵Philipp Hagemeister2014-10-241-1/+0
| | | | | | | | (#4003)
* | [glide] SimplifyPhilipp Hagemeister2014-10-242-7/+14
| |
* | Credit @thornomad for glide (#3944)Philipp Hagemeister2014-10-241-0/+1
| |
* | Merge remote-tracking branch 'thornomad/glide'Philipp Hagemeister2014-10-242-0/+34
|\ \
| * | [glide] Add new extractorDamon Timm2014-10-132-0/+34
| | | | | | | | | | | | Added an extractor for glide.me shared messages. Glide is a movile video messaging services. You can share the link to the messages easily enough and this would allow you to download and save the actual video.
* | | [vidzi] Use proper test case and simplify (#3989)Philipp Hagemeister2014-10-241-6/+6
| | |
* | | [vidzi] SimplifyPhilipp Hagemeister2014-10-241-6/+9
| | |
* | | [vidzi] Correct order in imports (#3989)Philipp Hagemeister2014-10-241-2/+1
| | |
* | | vidzi Add new extractorwinwon2014-10-242-1/+31
| | |
* | | Credit @capital-G for bild.de (#3983)Philipp Hagemeister2014-10-241-0/+1
| | |
* | | [bild] Simplify (#3983)Philipp Hagemeister2014-10-241-46/+39
| | |
* | | Merge remote-tracking branch 'capital-G/master'Philipp Hagemeister2014-10-242-0/+47
|\ \ \
| * | | added "bild.de" as extractorscheiba2014-10-182-0/+47
| | | |
* | | | release 2014.10.24Philipp Hagemeister2014-10-242-1/+3
| | | |
* | | | Add --flat-playlist option (Closes #4003)Philipp Hagemeister2014-10-243-2/+15
| | | |
* | | | [crunchyroll] Correct parsing (Fixes #4014)Philipp Hagemeister2014-10-231-4/+7
| | | |
* | | | [mitele] Fix on python 2.xJaime Marquínez Ferrándiz2014-10-231-1/+2
| | | |
* | | | [generic] Allow --default-search without colonPhilipp Hagemeister2014-10-232-3/+2
| | | |
* | | | release 2014.10.23Philipp Hagemeister2014-10-231-1/+1
| | | |
* | | | [telecino] Add coding declarationPhilipp Hagemeister2014-10-231-0/+1
| | | |
* | | | [telecinco] Add extractor (closes #4005)Jaime Marquínez Ferrándiz2014-10-233-2/+29
| | | | | | | | | | | | | | | | It uses the same extraction process as mitele.es, but with a few small differences.
* | | | [funnyordie] Fix extraction (Closes #4011)Sergey M․2014-10-231-1/+1
| | | |
* | | | [generic/wistia] Improve regexSergey M․2014-10-231-1/+1
| | | |
* | | | Merge pull request #4009 from Dineshs91/thoughtworksSergey M.2014-10-231-1/+13
|\ \ \ \ | | | | | | | | | | [thoughtworks] wistia support added