127 Commits (ce3674430b0647e9918ce5d53f447e0ca35752ab)

Author SHA1 Message Date
Philipp Hagemeister 38612b4edc update default UA string (Closes #390) 12 years ago
Philipp Hagemeister 5a5523698d Add new field "extractor" to the info dictionary 12 years ago
Philipp Hagemeister 5d534e2fe6 Improve option definitions 12 years ago
cryzed 3af2f7656c Fixed YouTube playlist parsing 12 years ago
Philipp Hagemeister b5de8af234 Release 2012.09.27 12 years ago
Danko Alexeyev 9ca667065e Add 'signature' to YouTube URLs, fixes #427 12 years ago
danut007ro ae16f68f4a Provider (youtube, etc) is now saved in info_dict, so template filename can be something like %(provider)s_%(id)s.%(ext)s 12 years ago
danut007ro 3cd98c7894 Removed provider (mistake) and add provider parameter to process_info 12 years ago
danut007ro be8786a6a4 Every extractor also return it's name. 12 years ago
hdclark ea46fe2dd4 Added support for custom user agents. 12 years ago
Filippo Valsorda 3a68d7b467 tweaked the --audio-quality input validation/specification 12 years ago
Filippo Valsorda 795cc5059a Re-engineered XNXXIE to actually exit on ERRORs even with -i 12 years ago
Filippo Valsorda d5c4c4c10e bugfix and standarize the youku.com support 12 years ago
Filippo Valsorda 9bb8dc8e42 Python 2.6 compatibility fix. Thanks @Jamesc359 - closes #400 12 years ago
tempname 154b55dae3 added InfoExtractor for XNXX 12 years ago
tempname 6de7ef9b8d added InfoExtractor for XNXX 12 years ago
dongmao zhang 51661d8600 add www.youku.com support 12 years ago
dongmao zhang b5809a68bf merge 12 years ago
dongmao zhang 7733d455c8 fix 0a->0A bug 12 years ago
dongmao zhang 0a98b09bc2 youku default to download hd2 video 12 years ago
dongmao zhang 302efc19ea add youku support 12 years ago
Rogério Brito 55a1fa8a56 Support downloading Youtube videos via tube.majestyc.net 12 years ago
Filippo Valsorda 11a141dec9 BlipTVUserIE fix 12 years ago
Filippo Valsorda 818282710b moved the User-Agent workaround to the BlipTV IE 12 years ago
Filippo Valsorda dee5d76923 changed YouTube closed captions URL; closes #382 12 years ago
Filippo Valsorda 363a4e1114 xvideos patch by @pocoimporta - closes #370 12 years ago
Philipp Hagemeister 3210735c49 Fix EscapistMagazine IE 12 years ago
Filippo Valsorda b24676ce88 changed --audio-quality behaviour to support both CBR and VBR 12 years ago
Filippo Valsorda cca4828ac9 fixed a logic bug in post-processing 12 years ago
Filippo Valsorda d4e16d3e97 YouTube playlist fix; closes #365 and #331 12 years ago
Witchakorn Kamolpornwijit 5404179338 Change a number of subtitle sequence to begin with one (instead of zero) for ffmpeg,avcodec, and Matroska compatibility 12 years ago
Filippo Valsorda 7df97fb59f display a meaningful error message on rental videos (#359) 12 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 12 years ago
Juan Carlos Garcia Segovia eeeb4daabc Information Extractor for blip.tv users 12 years ago
Juan Carlos Garcia Segovia 3c4fc580bb Use an User-Agent that will allow downloading from blip.tv fixes #325 12 years ago
Filippo Valsorda 505ed3088f normalize ffmpeg/avconv names printing 12 years ago
Filippo Valsorda 0b976545c7 check for avconv and ffmpeg, use as available; closes #344 12 years ago
chocolateboy 6ab92c8b62 don't corrupt stdout (-o -) in verbose mode 12 years ago
Filippo Valsorda f36cd07685 fixed a couple of Windows exe update bugs 12 years ago
Philipp Hagemeister 9ab3406ddb Fix Escapist IE 12 years ago
Filippo Valsorda 2c288bda42 reorganized the titles sanitizing: now title is the untouched title 12 years ago
Filippo Valsorda 0b8c922da9 Introduced Trouble(Exception) for more elegant non-fatal errors handling 12 years ago
Filippo Valsorda 921a145592 dropped the support for Python 2.5 12 years ago
Philipp Hagemeister 0c24eed73a merge #336 12 years ago
Filippo Valsorda 9beb5af82e some HTMLParser bugfixes 12 years ago
Filippo Valsorda 7a8501e307 ignore parsing errors in get_element_by_id() 12 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) 12 years ago
Filippo Valsorda - Campagna c6f45d4314 removed dependency from lxml: added IDParser 12 years ago
Filippo Valsorda - Campagna d11d05d07a better naming for the sub-modules 12 years ago
Filippo Valsorda - Campagna e179aadfdf moved trivialjson to a separate file 12 years ago