Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'Dineshs91-belgiannational-ie' | Sergey M․ | 2014-10-26 | 2 | -0/+96 |
|\ | |||||
| * | [vrt] Improve extractor | Sergey M․ | 2014-10-26 | 3 | -64/+96 |
| | | |||||
| * | [BelgianNational] corrected indentation | dinesh | 2014-10-26 | 1 | -34/+33 |
| | | |||||
| * | [BelgianNational] New extractor added | dinesh | 2014-10-26 | 2 | -0/+65 |
|/ | |||||
* | [sportbox] Remove view count | Sergey M․ | 2014-10-26 | 1 | -4/+0 |
| | |||||
* | [tumblr] Fix extraction (fixes #4029) | Jaime Marquínez Ferrándiz | 2014-10-25 | 1 | -22/+13 |
| | |||||
* | [soundcloud] Modernize and fix tests | Jaime Marquínez Ferrándiz | 2014-10-25 | 1 | -7/+8 |
| | |||||
* | [lrt] Updated test | Naglis Jonaitis | 2014-10-25 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2014-10-25 | 1 | -10/+24 |
|\ | |||||
| * | [nhl] Improve video URL extraction (Closes #4013) | Sergey M․ | 2014-10-25 | 1 | -10/+24 |
| | | |||||
* | | [audiomack] Simplify | Philipp Hagemeister | 2014-10-25 | 1 | -19/+21 |
| | | |||||
* | | Merge remote-tracking branch 'xavierbeynon/audiomack' | Philipp Hagemeister | 2014-10-25 | 3 | -0/+69 |
|\ \ | |/ |/| | |||||
| * | Not directly calling soundcloud extractor anymore | xavier | 2014-10-24 | 1 | -2/+1 |
| | | |||||
| * | Made changes per phihag | xavier | 2014-10-24 | 2 | -8/+10 |
| | | |||||
| * | Finished audiomack extractor | xavier | 2014-10-23 | 1 | -29/+53 |
| | | |||||
| * | Added init.py initializer | xavier | 2014-10-23 | 1 | -0/+1 |
| | | |||||
| * | Initial version of audiomack.py | xavier | 2014-10-23 | 1 | -0/+43 |
| | | |||||
* | | Credit @winwon for vidzi (#3989) | Philipp Hagemeister | 2014-10-25 | 1 | -0/+1 |
| | | |||||
* | | release 2014.10.25 | Philipp Hagemeister | 2014-10-25 | 2 | -1/+5 |
| | | |||||
* | | New option --dump-single-json (#4003) | Philipp Hagemeister | 2014-10-25 | 3 | -2/+14 |
| | | |||||
* | | [viddler] Use API | Philipp Hagemeister | 2014-10-25 | 3 | -40/+75 |
| | | |||||
* | | [hark] Modernize | Philipp Hagemeister | 2014-10-24 | 1 | -26/+22 |
| | | |||||
* | | [motherless] Simplify | Philipp Hagemeister | 2014-10-24 | 1 | -16/+20 |
| | | |||||
* | | Add group videos support for motherless | Filip B | 2014-10-24 | 1 | -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 test | Filip B | 2014-10-24 | 1 | -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 0 | Filip B | 2014-10-24 | 1 | -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 Hagemeister | 2014-10-24 | 1 | -1/+0 |
| | | | | | | | | (#4003) | ||||
* | | [glide] Simplify | Philipp Hagemeister | 2014-10-24 | 2 | -7/+14 |
| | | |||||
* | | Credit @thornomad for glide (#3944) | Philipp Hagemeister | 2014-10-24 | 1 | -0/+1 |
| | | |||||
* | | Merge remote-tracking branch 'thornomad/glide' | Philipp Hagemeister | 2014-10-24 | 2 | -0/+34 |
|\ \ | |||||
| * | | [glide] Add new extractor | Damon Timm | 2014-10-13 | 2 | -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 Hagemeister | 2014-10-24 | 1 | -6/+6 |
| | | | |||||
* | | | [vidzi] Simplify | Philipp Hagemeister | 2014-10-24 | 1 | -6/+9 |
| | | | |||||
* | | | [vidzi] Correct order in imports (#3989) | Philipp Hagemeister | 2014-10-24 | 1 | -2/+1 |
| | | | |||||
* | | | vidzi Add new extractor | winwon | 2014-10-24 | 2 | -1/+31 |
| | | | |||||
* | | | Credit @capital-G for bild.de (#3983) | Philipp Hagemeister | 2014-10-24 | 1 | -0/+1 |
| | | | |||||
* | | | [bild] Simplify (#3983) | Philipp Hagemeister | 2014-10-24 | 1 | -46/+39 |
| | | | |||||
* | | | Merge remote-tracking branch 'capital-G/master' | Philipp Hagemeister | 2014-10-24 | 2 | -0/+47 |
|\ \ \ | |||||
| * | | | added "bild.de" as extractor | scheiba | 2014-10-18 | 2 | -0/+47 |
| | | | | |||||
* | | | | release 2014.10.24 | Philipp Hagemeister | 2014-10-24 | 2 | -1/+3 |
| | | | | |||||
* | | | | Add --flat-playlist option (Closes #4003) | Philipp Hagemeister | 2014-10-24 | 3 | -2/+15 |
| | | | | |||||
* | | | | [crunchyroll] Correct parsing (Fixes #4014) | Philipp Hagemeister | 2014-10-23 | 1 | -4/+7 |
| | | | | |||||
* | | | | [mitele] Fix on python 2.x | Jaime Marquínez Ferrándiz | 2014-10-23 | 1 | -1/+2 |
| | | | | |||||
* | | | | [generic] Allow --default-search without colon | Philipp Hagemeister | 2014-10-23 | 2 | -3/+2 |
| | | | | |||||
* | | | | release 2014.10.23 | Philipp Hagemeister | 2014-10-23 | 1 | -1/+1 |
| | | | | |||||
* | | | | [telecino] Add coding declaration | Philipp Hagemeister | 2014-10-23 | 1 | -0/+1 |
| | | | | |||||
* | | | | [telecinco] Add extractor (closes #4005) | Jaime Marquínez Ferrándiz | 2014-10-23 | 3 | -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-23 | 1 | -1/+1 |
| | | | | |||||
* | | | | [generic/wistia] Improve regex | Sergey M․ | 2014-10-23 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #4009 from Dineshs91/thoughtworks | Sergey M. | 2014-10-23 | 1 | -1/+13 |
|\ \ \ \ | | | | | | | | | | | [thoughtworks] wistia support added |