Commit Graph

657 Commits (ae16f68f4abd67bf9b0386537620ca17c342ff98)
 

Author SHA1 Message Date
danut007ro ae16f68f4a Provider (youtube, etc) is now saved in info_dict, so template filename can be something like %(provider)s_%(id)s.%(ext)s
This can be useful because videos should also be identified by their providers since id's can be the same on multiple providers.
danut007ro 3cd98c7894 Removed provider (mistake) and add provider parameter to process_info
danut007ro 2866e68838 Merge branch 'master' of https://github.com/rg3/youtube-dl
danut007ro be8786a6a4 Every extractor also return it's name.
Philipp Hagemeister b0d4f95899 Merge pull request from rbrito/support-tube.majestyc.net
Support downloading Youtube videos via tube.majestyc.net
Filippo Valsorda 9bb8dc8e42 Python 2.6 compatibility fix. Thanks @Jamesc359 - closes
Rogério Brito 55a1fa8a56 Support downloading Youtube videos via tube.majestyc.net
A user requested (in Debian's bug tracking system) that support for
tube.majestyc.net, a frontend for Youtube with accessibility functions
(and other support for other assistive technologies), be added.

This patch adds support for this.

Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
Philipp Hagemeister a171dbfc27 Merge pull request from FiloSottile/blip
Blip.tv
Filippo Valsorda 11a141dec9 BlipTVUserIE fix
Filippo Valsorda 818282710b moved the User-Agent workaround to the BlipTV IE
Filippo Valsorda dee5d76923 changed YouTube closed captions URL; closes
Filippo Valsorda 363a4e1114 xvideos patch by @pocoimporta - closes
Philipp Hagemeister 3210735c49 Fix EscapistMagazine IE
Filippo Valsorda cca4828ac9 fixed a logic bug in post-processing
Filippo Valsorda d4e16d3e97 YouTube playlist fix; closes and
Filippo Valsorda 65dc7d0272 Merge pull request from chalet16/master
Change a number of subtitle sequence to begin with one - closes 
Witchakorn Kamolpornwijit 5404179338 Change a number of subtitle sequence to begin with one (instead of zero) for ffmpeg,avcodec, and Matroska compatibility
Filippo Valsorda 7df97fb59f display a meaningful error message on rental videos ()
Filippo Valsorda 3187e42a23 Merge pull requests by jcarlosgarciasegovia
Juan Carlos Garcia Segovia f1927d71e4 Some blip.tv URLs use Unicode characters. urllib2 breaks when passing a Unicode string. it needs a UTF-8 byte buffer
Juan Carlos Garcia Segovia eeeb4daabc Information Extractor for blip.tv users
Juan Carlos Garcia Segovia 3c4fc580bb Use an User-Agent that will allow downloading from blip.tv fixes
Filippo Valsorda 17f3c40a31 Merge pull request from FiloSottile/avconv
check for avconv and ffmpeg, use as available; closes 
Filippo Valsorda 505ed3088f normalize ffmpeg/avconv names printing
Filippo Valsorda 0b976545c7 check for avconv and ffmpeg, use as available; closes
Philipp Hagemeister a047951477 Merge pull request from chocolateboy/decontaminate_stdout
don't corrupt stdout (-o -) in verbose mode
chocolateboy 6ab92c8b62 don't corrupt stdout (-o -) in verbose mode
Filippo Valsorda f36cd07685 fixed a couple of Windows exe update bugs
Philipp Hagemeister 668d975039 quiet zip in make compile
Philipp Hagemeister 9ab3406ddb Fix Escapist IE
Philipp Hagemeister 1b91a2e2cf Merge pull request from FiloSottile/master
Re-organized code and a lot of other stuff.
Filippo Valsorda 2c288bda42 reorganized the titles sanitizing: now title is the untouched title
and stitle is created in process_info() and is cross-filesystem sanitized by sanitize_filename();
closes 
Filippo Valsorda 0b8c922da9 Introduced Trouble(Exception) for more elegant non-fatal errors handling
Filippo Valsorda 3fe294e4ef merge upstream
Filippo Valsorda 921a145592 dropped the support for Python 2.5
let's elaborate the decision: Python 2.5 is a 6 years old release
and "under the current release policy, no security issues in Python
2.5 will be fixed anymore" (!!); also, it doesn't support the new
zipfile distribution format.
Philipp Hagemeister 0c24eed73a merge
Philipp Hagemeister 29ce2c1201 Merge git://git.jankratochvil.net/youtube-dl
Jan Kratochvil 532c74ae86 Add format - WebM 1920x1080.
Filippo Valsorda 9beb5af82e some HTMLParser bugfixes
Filippo Valsorda 9e6dd23876 merged unescapeHTML branch; removed lxml dependency
Filippo Valsorda 7a8501e307 ignore parsing errors in get_element_by_id()
Filippo Valsorda - Campagna 781cc523af removed the undocumented HTMLParser.unescape, replaced with _unescapeHTML; fixed a bug in the use of _unescapeHTML (missing _, from d6a9615347)
Filippo Valsorda - Campagna c6f45d4314 removed dependency from lxml: added IDParser
Filippo Valsorda - Campagna d11d05d07a better naming for the sub-modules
Filippo Valsorda - Campagna e179aadfdf moved trivialjson to a separate file
Filippo Valsorda - Campagna d6a9615347 standardized the use of unescapeHTML; added clean_html()
Filippo Valsorda - Campagna c6306eb798 wine-py2exe.sh to create the exe under linux (!!)
Filippo Valsorda bcfde70d73 py2exe -U fix for Windows XP
Filippo Valsorda 53e893615d corrected -U to support new zipfile and exe () formats
Filippo Valsorda 303692b5ed 's/ /\t/'