Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-25 | New option --dump-single-json (#4003) | Philipp Hagemeister | |
2014-10-25 | [viddler] Use API | Philipp Hagemeister | |
2014-10-24 | [hark] Modernize | Philipp Hagemeister | |
2014-10-24 | [motherless] Simplify | Philipp Hagemeister | |
2014-10-24 | Add group videos support for motherless | Filip 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-24 | Add another motherless test | Filip 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-24 | Fix motherless test 0 | Filip 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] Simplify | Philipp Hagemeister | |
2014-10-24 | Credit @thornomad for glide (#3944) | Philipp Hagemeister | |
2014-10-24 | Merge remote-tracking branch 'thornomad/glide' | Philipp Hagemeister | |
2014-10-24 | [vidzi] Use proper test case and simplify (#3989) | Philipp Hagemeister | |
2014-10-24 | [vidzi] Simplify | Philipp Hagemeister | |
2014-10-24 | [vidzi] Correct order in imports (#3989) | Philipp Hagemeister | |
2014-10-24 | vidzi Add new extractor | winwon | |
2014-10-24 | Credit @capital-G for bild.de (#3983) | Philipp Hagemeister | |
2014-10-24 | [bild] Simplify (#3983) | Philipp Hagemeister | |
2014-10-24 | Merge remote-tracking branch 'capital-G/master' | Philipp Hagemeister | |
2014-10-24 | release 2014.10.242014.10.24 | Philipp Hagemeister | |
2014-10-24 | Add --flat-playlist option (Closes #4003) | Philipp Hagemeister | |
2014-10-23 | [crunchyroll] Correct parsing (Fixes #4014) | Philipp Hagemeister | |
2014-10-23 | [mitele] Fix on python 2.x | Jaime Marquínez Ferrándiz | |
2014-10-23 | [generic] Allow --default-search without colon | Philipp Hagemeister | |
2014-10-23 | release 2014.10.232014.10.23 | Philipp Hagemeister | |
2014-10-23 | [telecino] Add coding declaration | Philipp 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 regex | Sergey M․ | |
2014-10-23 | Merge pull request #4009 from Dineshs91/thoughtworks | Sergey M. | |
[thoughtworks] wistia support added | |||
2014-10-23 | [thoughtworks] wistia regex modified | dinesh | |
2014-10-23 | [francetv] Lower preference of direct links (Closes #4010, closes #3947) | Sergey M․ | |
Direct links fail with 403, fallback on f4m for now until further investigations. | |||
2014-10-23 | [thoughtworks] wistia support added | dinesh | |
2014-10-23 | [cinemassacre] Fix extraction (Closes #4008) | Sergey M․ | |
2014-10-23 | [pbs] Add support for tabbed frontline videos (Closes #4006) | Sergey M․ | |
2014-10-23 | [youtube] Only set language when necessary | Philipp Hagemeister | |
We only need to set the language when we are using a login; otherwise it will always be English. | |||
2014-10-22 | [francetv] Force m3u8 formats extension to mp4 (Closes #3997) | Sergey M․ | |
2014-10-21 | [arte.tv] Remove unused import | Sergey M․ | |
2014-10-21 | [arte.tv:+7] Improve title extraction (Closes #3995) | Sergey M․ | |
2014-10-20 | [arte.tv:+7] Use original format ids to avoid duplicates | Sergey M․ | |
2014-10-19 | [cnn] Fix for urls ending in '.cnn-ap' (fixes #3985) | Jaime Marquínez Ferrándiz | |
2014-10-18 | added "bild.de" as extractor | scheiba | |
2014-10-19 | [sexykarma] Add support for watchindianporn | Sergey M | |
2014-10-19 | [twitch] Update tests | Sergey M | |
2014-10-18 | release 2014.10.182014.10.18 | Philipp Hagemeister | |
2014-10-19 | Merge branch 'CkuT-sexykarma' | Sergey M | |
2014-10-19 | [sexykarma] Improve and simplify | Sergey M | |
2014-10-19 | Merge branch 'sexykarma' of https://github.com/CkuT/youtube-dl into ↵ | Sergey M | |
CkuT-sexykarma | |||
2014-10-18 | [twitch] Remove superfluous comma | Sergey M | |
2014-10-18 | [arte.tv:+7] Append media type to format_id (Closes #3967) | Sergey M․ | |
2014-10-18 | [generic] Make sure Wistia embed URLs contain the protocol (Closes #3977) | Naglis Jonaitis | |
Also, improve detection (Addresses #3662) |