Commit Graph

97 Commits (b5de8af234789e3a202de30a6d9b05c95fe82910)

Author SHA1 Message Date
Philipp Hagemeister b5de8af234 Release 2012.09.27 12 years ago
Danko Alexeyev 9ca667065e Add 'signature' to YouTube URLs, fixes #427 12 years ago
Philipp Hagemeister b0d4f95899 Merge pull request #391 from rbrito/support-tube.majestyc.net
Support downloading Youtube videos via tube.majestyc.net
12 years ago
Filippo Valsorda 9bb8dc8e42 Python 2.6 compatibility fix. Thanks @Jamesc359 - closes #400 13 years ago
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>
13 years ago
Philipp Hagemeister a171dbfc27 Merge pull request #386 from FiloSottile/blip
Blip.tv
13 years ago
Filippo Valsorda 11a141dec9 BlipTVUserIE fix 13 years ago
Filippo Valsorda 818282710b moved the User-Agent workaround to the BlipTV IE 13 years ago
Filippo Valsorda dee5d76923 changed YouTube closed captions URL; closes #382 13 years ago
Filippo Valsorda 363a4e1114 xvideos patch by @pocoimporta - closes #370 13 years ago
Philipp Hagemeister 3210735c49 Fix EscapistMagazine IE 13 years ago
Filippo Valsorda cca4828ac9 fixed a logic bug in post-processing 13 years ago
Filippo Valsorda d4e16d3e97 YouTube playlist fix; closes #365 and #331 13 years ago
Witchakorn Kamolpornwijit 5404179338 Change a number of subtitle sequence to begin with one (instead of zero) for ffmpeg,avcodec, and Matroska compatibility 13 years ago
Filippo Valsorda 7df97fb59f display a meaningful error message on rental videos (#359) 13 years ago
Filippo Valsorda 3187e42a23 Merge pull requests #356 #357 #358 by jcarlosgarciasegovia 13 years ago
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 13 years ago
Juan Carlos Garcia Segovia eeeb4daabc Information Extractor for blip.tv users 13 years ago
Juan Carlos Garcia Segovia 3c4fc580bb Use an User-Agent that will allow downloading from blip.tv fixes #325 13 years ago
Filippo Valsorda 505ed3088f normalize ffmpeg/avconv names printing 13 years ago
Filippo Valsorda 0b976545c7 check for avconv and ffmpeg, use as available; closes #344 13 years ago
chocolateboy 6ab92c8b62 don't corrupt stdout (-o -) in verbose mode 13 years ago
Filippo Valsorda f36cd07685 fixed a couple of Windows exe update bugs 13 years ago
Philipp Hagemeister 9ab3406ddb Fix Escapist IE 13 years ago
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 #164
13 years ago
Filippo Valsorda 0b8c922da9 Introduced Trouble(Exception) for more elegant non-fatal errors handling 13 years ago
Filippo Valsorda 3fe294e4ef merge upstream 13 years ago
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.
13 years ago
Philipp Hagemeister 0c24eed73a merge #336 13 years ago
Filippo Valsorda 9beb5af82e some HTMLParser bugfixes 13 years ago
Filippo Valsorda 9e6dd23876 merged unescapeHTML branch; removed lxml dependency 13 years ago
Filippo Valsorda 7a8501e307 ignore parsing errors in get_element_by_id() 13 years ago
Filippo Valsorda - Campagna 781cc523af removed the undocumented HTMLParser.unescape, replaced with _unescapeHTML; fixed a bug in the use of _unescapeHTML (missing _, from d6a9615347) 13 years ago
Filippo Valsorda - Campagna c6f45d4314 removed dependency from lxml: added IDParser 13 years ago
Filippo Valsorda - Campagna d11d05d07a better naming for the sub-modules 13 years ago
Filippo Valsorda - Campagna e179aadfdf moved trivialjson to a separate file 13 years ago
Filippo Valsorda - Campagna d6a9615347 standardized the use of unescapeHTML; added clean_html() 13 years ago
Filippo Valsorda bcfde70d73 py2exe -U fix for Windows XP 13 years ago
Filippo Valsorda 53e893615d corrected -U to support new zipfile and exe (#153) formats 13 years ago
Filippo Valsorda 303692b5ed 's/ /\t/' 13 years ago
Filippo Valsorda 58ca755f40 moved increment_downloads and process_info calls from IEs to FD.download (#296) (follows current doclines); a small step towards importability #217 13 years ago
Filippo Valsorda d77c3dfd02 Split code as a package, compiled into an executable zip 13 years ago
Filippo Valsorda c23d8a74dc Merge branch 'next-url' 13 years ago
Filippo Valsorda 74a5ff5f43 transplant ceba827e9a, d891ff9fd9, 69d3b2d824, 071940680f 13 years ago
Filippo Valsorda 6af22cf0ef added support for HTTP redirects. Closes #315 13 years ago
Philipp Hagemeister fff24d5e35 Clean up superfluous whitespace 13 years ago
Philipp Hagemeister ceba827e9a Credit Filippo Valsorda 13 years ago
Filippo Valsorda a0432a1e80 added --srt-lang; updated README; extended the -g FAQ 13 years ago
Philipp Hagemeister a67bdc34fa transplant gist of 7151f63a5f 13 years ago
Philipp Hagemeister 4a34b7252e transplant 2934c2ce43 and afbaa80b8b 13 years ago