index
:
slackcoder/youtube-dl
master
Command-line program to download videos from YouTube.com and other video sites
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
youtube_dl
/
extractor
/
bliptv.py
Age
Commit message (
Expand
)
Author
2015-04-21
[Cinemassacre] Add detection for videos from blip.tv
Yen Chi Hsuan
2015-04-04
[bliptv] Check format URLs
Sergey M․
2015-02-17
[bliptv] Convert to new subtitles system
Jaime Marquínez Ferrándiz
2015-01-24
[utils] YoutubeDLHandler: don't use 'Youtubedl-user-agent' for overriding the...
Jaime Marquínez Ferrándiz
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
2014-11-29
[bliptv] Fix resolution of lookup id in some videos
Yuriy Melnyk
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
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
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
2014-01-05
[bliptv] Use centralized format sorting
Philipp Hagemeister
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
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