Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-24 | [utils] YoutubeDLHandler: don't use 'Youtubedl-user-agent' for overriding ↵ | Jaime Marquínez Ferrándiz | |
the default user agent Setting the 'User-Agent' header is enough | |||
2014-12-08 | [bliptv] Add support for audio-only files (Fixes #4404) | Philipp Hagemeister | |
2014-11-29 | [bliptv] Fix \n\n at the end of real_url | Yuriy Melnyk | |
See https://github.com/rg3/youtube-dl/issues/3544#issuecomment-53166516 | |||
2014-11-29 | [bliptv] Fix resolution of lookup id in some videos | Yuriy Melnyk | |
In some videos (for example, http://blip.tv/play/gbk766dkj4Yn) resolving lookup id would fail, because page at http://blip.tv/play/gbk766dkj4Yn.x?p=1 would have no "config.id" in it. Fixed by requesting different URL and inspecting the URL which the client is redirected to. | |||
2014-11-21 | [blip.tv:user] Modernize and add a test | Philipp Hagemeister | |
2014-11-15 | [bliptv] Fix the resolve of lookup ID (Closes #4197) | Naglis Jonaitis | |
2014-08-25 | [bliptv] Remove superfluous characters in _VALID_URL regex | Jaime Marquínez Ferrándiz | |
2014-08-24 | [bip.tv] Allow underscore in lookup ids (Fixes #3573) | Philipp Hagemeister | |
2014-08-24 | [blip.tv] Add legacy test case | Philipp Hagemeister | |
This was broken in the mean time, so add a test case to make sure it doesn't break silently again. | |||
2014-06-24 | [BlipTV] Allow plus sign in video ID | Michael Smith | |
2014-05-15 | [bliptv] Switch extraction to RSS (Closes #2920) | Sergey M․ | |
2014-02-04 | [bliptv] Remove unused imports | Philipp Hagemeister | |
2014-02-03 | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | |
Conflicts: youtube_dl/extractor/bliptv.py | |||
2014-02-03 | [blip.tv] Add support for subtitles (#2274) | Philipp Hagemeister | |
2014-02-03 | [BlipTV] Add a test case w/ subtitles (#2274) | Filippo Valsorda | |
2014-01-30 | [bliptv] Filter out SRT files | z00nx 0 | |
2014-01-05 | Remove unused imports | Philipp Hagemeister | |
2014-01-05 | Merge remote-tracking branch 'rzhxeo/blip' | Philipp Hagemeister | |
Conflicts: youtube_dl/extractor/bliptv.py | |||
2014-01-05 | [bliptv] Use centralized format sorting | Philipp Hagemeister | |
This also makes youtube-dl use the better "Source" format by default. | |||
2014-01-05 | [bliptv] Simplify | Philipp Hagemeister | |
2014-01-01 | [BlipTVIE] Extract all formats | rzhxeo | |
2013-12-30 | [BlipTVIE] Fix and simplify extraction of embedded videos | rzhxeo | |
2013-12-23 | Remove dead code | Philipp Hagemeister | |
2013-12-23 | [bliptv] Remove support for direct downloads | Philipp Hagemeister | |
This is now handled by the generic IE | |||
2013-12-23 | [bliptv] Simplify (From #2000) | Philipp Hagemeister | |
2013-12-08 | Remove the calls to 'compat_urllib_request.urlopen' in a few extractors | Jaime Marquínez Ferrándiz | |
2013-10-05 | [bliptv] Make sure video ID is a string | Philipp Hagemeister | |
2013-07-08 | Do not redefine variables in list comprehensions | Philipp Hagemeister | |
2013-07-02 | BlipTVIE: download the video in the best quality (closes #215) | Jaime Marquínez Ferrándiz | |
2013-06-27 | Move tests to the IE definitions | Philipp Hagemeister | |
2013-06-23 | Move blip.tv extractors into their own file | Philipp Hagemeister | |