summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [nhl] Improve video URL extraction (Closes #4013)Sergey M․2014-10-251-10/+24
|
* 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
| * | | [thoughtworks] wistia regex modifieddinesh2014-10-231-6/+3
| | | |
| * | | [thoughtworks] wistia support addeddinesh2014-10-231-0/+15
| | | |
* | | | [francetv] Lower preference of direct links (Closes #4010, closes #3947)Sergey M․2014-10-231-1/+1
|/ / / | | | | | | | | | Direct links fail with 403, fallback on f4m for now until further investigations.
* | | [cinemassacre] Fix extraction (Closes #4008)Sergey M․2014-10-231-6/+11
| | |
* | | [pbs] Add support for tabbed frontline videos (Closes #4006)Sergey M․2014-10-231-1/+19
| | |
* | | [youtube] Only set language when necessaryPhilipp Hagemeister2014-10-231-2/+3
| | | | | | | | | | | | We only need to set the language when we are using a login; otherwise it will always be English.
* | | [francetv] Force m3u8 formats extension to mp4 (Closes #3997)Sergey M․2014-10-221-1/+1
| | |
* | | [arte.tv] Remove unused importSergey M․2014-10-211-1/+0
| | |
* | | [arte.tv:+7] Improve title extraction (Closes #3995)Sergey M․2014-10-211-1/+6
| | |
* | | [arte.tv:+7] Use original format ids to avoid duplicatesSergey M․2014-10-201-19/+11
| | |
* | | [cnn] Fix for urls ending in '.cnn-ap' (fixes #3985)Jaime Marquínez Ferrándiz2014-10-191-1/+1
|/ /
* | [sexykarma] Add support for watchindianpornSergey M2014-10-191-12/+23
| |
* | [twitch] Update testsSergey M2014-10-191-16/+12
| |
* | release 2014.10.18Philipp Hagemeister2014-10-181-1/+1
| |
* | Merge branch 'CkuT-sexykarma'Sergey M2014-10-192-0/+107
|\ \
| * | [sexykarma] Improve and simplifySergey M2014-10-191-35/+64
| | |