Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |