Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [bliptv] remove extractor and add support for site replacement(makertv) | remitamine | 2015-10-15 | 1 | -292/+0 |
| | |||||
* | [bliptv] Remove unused import | Sergey M․ | 2015-07-18 | 1 | -1/+0 |
| | |||||
* | [bliptv] Add test with missing duration | Sergey M․ | 2015-07-18 | 1 | -0/+14 |
| | |||||
* | [bliptv] Use xpath for extraction and fix test | Sergey M․ | 2015-07-18 | 1 | -25/+26 |
| | |||||
* | [Cinemassacre] Add detection for videos from blip.tv | Yen Chi Hsuan | 2015-04-21 | 1 | -0/+9 |
| | |||||
* | [bliptv] Check format URLs | Sergey M․ | 2015-04-04 | 1 | -0/+1 |
| | | | | Some formats are now 404 | ||||
* | [bliptv] Convert to new subtitles system | Jaime Marquínez Ferrándiz | 2015-02-17 | 1 | -16/+18 |
| | |||||
* | [utils] YoutubeDLHandler: don't use 'Youtubedl-user-agent' for overriding ↵ | Jaime Marquínez Ferrándiz | 2015-01-24 | 1 | -1/+1 |
| | | | | | | the default user agent Setting the 'User-Agent' header is enough | ||||
* | [bliptv] Add support for audio-only files (Fixes #4404) | Philipp Hagemeister | 2014-12-08 | 1 | -8/+30 |
| | |||||
* | [bliptv] Fix \n\n at the end of real_url | Yuriy Melnyk | 2014-11-29 | 1 | -1/+1 |
| | | | | See https://github.com/rg3/youtube-dl/issues/3544#issuecomment-53166516 | ||||
* | [bliptv] Fix resolution of lookup id in some videos | Yuriy Melnyk | 2014-11-29 | 1 | -5/+21 |
| | | | | | | | | 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. | ||||
* | [blip.tv:user] Modernize and add a test | Philipp Hagemeister | 2014-11-21 | 1 | -2/+12 |
| | |||||
* | [bliptv] Fix the resolve of lookup ID (Closes #4197) | Naglis Jonaitis | 2014-11-15 | 1 | -2/+3 |
| | |||||
* | [bliptv] Remove superfluous characters in _VALID_URL regex | Jaime Marquínez Ferrándiz | 2014-08-25 | 1 | -1/+1 |
| | |||||
* | [bip.tv] Allow underscore in lookup ids (Fixes #3573) | Philipp Hagemeister | 2014-08-24 | 1 | -1/+1 |
| | |||||
* | [blip.tv] Add legacy test case | Philipp Hagemeister | 2014-08-24 | 1 | -1/+16 |
| | | | | This was broken in the mean time, so add a test case to make sure it doesn't break silently again. | ||||
* | [BlipTV] Allow plus sign in video ID | Michael Smith | 2014-06-24 | 1 | -1/+1 |
| | |||||
* | [bliptv] Switch extraction to RSS (Closes #2920) | Sergey M․ | 2014-05-15 | 1 | -81/+105 |
| | |||||
* | [bliptv] Remove unused imports | Philipp Hagemeister | 2014-02-04 | 1 | -5/+0 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | 2014-02-03 | 1 | -0/+1 |
|\ | | | | | | | | | Conflicts: youtube_dl/extractor/bliptv.py | ||||
| * | [BlipTV] Add a test case w/ subtitles (#2274) | Filippo Valsorda | 2014-02-03 | 1 | -3/+16 |
| | | |||||
| * | [bliptv] Filter out SRT files | z00nx 0 | 2014-01-30 | 1 | -2/+2 |
| | | |||||
* | | [blip.tv] Add support for subtitles (#2274) | Philipp Hagemeister | 2014-02-03 | 1 | -75/+87 |
|/ | |||||
* | Remove unused imports | Philipp Hagemeister | 2014-01-05 | 1 | -2/+0 |
| | |||||
* | Merge remote-tracking branch 'rzhxeo/blip' | Philipp Hagemeister | 2014-01-05 | 1 | -13/+8 |
|\ | | | | | | | | | Conflicts: youtube_dl/extractor/bliptv.py | ||||
| * | [BlipTVIE] Fix and simplify extraction of embedded videos | rzhxeo | 2013-12-30 | 1 | -12/+7 |
| | | |||||
* | | [bliptv] Use centralized format sorting | Philipp Hagemeister | 2014-01-05 | 1 | -2/+4 |
| | | | | | | | | This also makes youtube-dl use the better "Source" format by default. | ||||
* | | [bliptv] Simplify | Philipp Hagemeister | 2014-01-05 | 1 | -22/+21 |
| | | |||||
* | | [BlipTVIE] Extract all formats | rzhxeo | 2014-01-01 | 1 | -13/+19 |
|/ | |||||
* | Remove dead code | Philipp Hagemeister | 2013-12-23 | 1 | -2/+0 |
| | |||||
* | [bliptv] Remove support for direct downloads | Philipp Hagemeister | 2013-12-23 | 1 | -18/+1 |
| | | | | This is now handled by the generic IE | ||||
* | [bliptv] Simplify (From #2000) | Philipp Hagemeister | 2013-12-23 | 1 | -44/+43 |
| | |||||
* | Remove the calls to 'compat_urllib_request.urlopen' in a few extractors | Jaime Marquínez Ferrándiz | 2013-12-08 | 1 | -21/+18 |
| | |||||
* | [bliptv] Make sure video ID is a string | Philipp Hagemeister | 2013-10-05 | 1 | -1/+1 |
| | |||||
* | Do not redefine variables in list comprehensions | Philipp Hagemeister | 2013-07-08 | 1 | -1/+1 |
| | |||||
* | BlipTVIE: download the video in the best quality (closes #215) | Jaime Marquínez Ferrándiz | 2013-07-02 | 1 | -2/+7 |
| | |||||
* | Move tests to the IE definitions | Philipp Hagemeister | 2013-06-27 | 1 | -0/+11 |
| | |||||
* | Move blip.tv extractors into their own file | Philipp Hagemeister | 2013-06-23 | 1 | -0/+177 |