aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/bliptv.py
Commit message (Collapse)AuthorAgeFilesLines
* [bliptv] remove extractor and add support for site replacement(makertv)remitamine2015-10-151-292/+0
|
* [bliptv] Remove unused importSergey M․2015-07-181-1/+0
|
* [bliptv] Add test with missing durationSergey M․2015-07-181-0/+14
|
* [bliptv] Use xpath for extraction and fix testSergey M․2015-07-181-25/+26
|
* [Cinemassacre] Add detection for videos from blip.tvYen Chi Hsuan2015-04-211-0/+9
|
* [bliptv] Check format URLsSergey M․2015-04-041-0/+1
| | | | Some formats are now 404
* [bliptv] Convert to new subtitles systemJaime Marquínez Ferrándiz2015-02-171-16/+18
|
* [utils] YoutubeDLHandler: don't use 'Youtubedl-user-agent' for overriding ↵Jaime Marquínez Ferrándiz2015-01-241-1/+1
| | | | | | the default user agent Setting the 'User-Agent' header is enough
* [bliptv] Add support for audio-only files (Fixes #4404)Philipp Hagemeister2014-12-081-8/+30
|
* [bliptv] Fix \n\n at the end of real_urlYuriy Melnyk2014-11-291-1/+1
| | | | See https://github.com/rg3/youtube-dl/issues/3544#issuecomment-53166516
* [bliptv] Fix resolution of lookup id in some videosYuriy Melnyk2014-11-291-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 testPhilipp Hagemeister2014-11-211-2/+12
|
* [bliptv] Fix the resolve of lookup ID (Closes #4197)Naglis Jonaitis2014-11-151-2/+3
|
* [bliptv] Remove superfluous characters in _VALID_URL regexJaime Marquínez Ferrándiz2014-08-251-1/+1
|
* [bip.tv] Allow underscore in lookup ids (Fixes #3573)Philipp Hagemeister2014-08-241-1/+1
|
* [blip.tv] Add legacy test casePhilipp Hagemeister2014-08-241-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 IDMichael Smith2014-06-241-1/+1
|
* [bliptv] Switch extraction to RSS (Closes #2920)Sergey M․2014-05-151-81/+105
|
* [bliptv] Remove unused importsPhilipp Hagemeister2014-02-041-5/+0
|
* Merge remote-tracking branch 'origin/master'Philipp Hagemeister2014-02-031-0/+1
|\ | | | | | | | | Conflicts: youtube_dl/extractor/bliptv.py
| * [BlipTV] Add a test case w/ subtitles (#2274)Filippo Valsorda2014-02-031-3/+16
| |
| * [bliptv] Filter out SRT filesz00nx 02014-01-301-2/+2
| |
* | [blip.tv] Add support for subtitles (#2274)Philipp Hagemeister2014-02-031-75/+87
|/
* Remove unused importsPhilipp Hagemeister2014-01-051-2/+0
|
* Merge remote-tracking branch 'rzhxeo/blip'Philipp Hagemeister2014-01-051-13/+8
|\ | | | | | | | | Conflicts: youtube_dl/extractor/bliptv.py
| * [BlipTVIE] Fix and simplify extraction of embedded videosrzhxeo2013-12-301-12/+7
| |
* | [bliptv] Use centralized format sortingPhilipp Hagemeister2014-01-051-2/+4
| | | | | | | | This also makes youtube-dl use the better "Source" format by default.
* | [bliptv] SimplifyPhilipp Hagemeister2014-01-051-22/+21
| |
* | [BlipTVIE] Extract all formatsrzhxeo2014-01-011-13/+19
|/
* Remove dead codePhilipp Hagemeister2013-12-231-2/+0
|
* [bliptv] Remove support for direct downloadsPhilipp Hagemeister2013-12-231-18/+1
| | | | This is now handled by the generic IE
* [bliptv] Simplify (From #2000)Philipp Hagemeister2013-12-231-44/+43
|
* Remove the calls to 'compat_urllib_request.urlopen' in a few extractorsJaime Marquínez Ferrándiz2013-12-081-21/+18
|
* [bliptv] Make sure video ID is a stringPhilipp Hagemeister2013-10-051-1/+1
|
* Do not redefine variables in list comprehensionsPhilipp Hagemeister2013-07-081-1/+1
|
* BlipTVIE: download the video in the best quality (closes #215)Jaime Marquínez Ferrándiz2013-07-021-2/+7
|
* Move tests to the IE definitionsPhilipp Hagemeister2013-06-271-0/+11
|
* Move blip.tv extractors into their own filePhilipp Hagemeister2013-06-231-0/+177