Philipp Hagemeister
|
59ae15a507
|
Convert all tabs to 4 spaces (PEP8)
|
12 years ago |
Philipp Hagemeister
|
f660c89d51
|
Use list comprehension instead of map
|
12 years ago |
Philipp Hagemeister
|
01ba00ca42
|
Prepare urllib references for 2/3 compatibility
|
12 years ago |
Philipp Hagemeister
|
e08bee320e
|
Use except .. as everywhere (#180)
|
12 years ago |
Philipp Hagemeister
|
95649b3936
|
Replace long with int (see PEP 237)
|
12 years ago |
Philipp Hagemeister
|
3aeb78ea4e
|
Better formatting (PEP 8)
|
12 years ago |
Philipp Hagemeister
|
f8d8b39bba
|
Prepare 2012.11.29 release
|
12 years ago |
Philipp Hagemeister
|
26396311b5
|
Add Christian Albrecht (Arte.tv IE) to authors
|
12 years ago |
Philipp Hagemeister
|
cc872b68a8
|
Actually merge #379
|
12 years ago |
Philipp Hagemeister
|
c9128b353d
|
Bump version number to a numeric-only one to appease py2exe
|
12 years ago |
Philipp Hagemeister
|
e7c6f1a2dc
|
Bump version number
|
12 years ago |
Philipp Hagemeister
|
97cd3afc75
|
warn if %(stitle)s is being used
|
12 years ago |
Philipp Hagemeister
|
56781d3d2e
|
Switch back to underline for invalid characters, and make restricted ASCII-only
|
12 years ago |
Filippo Valsorda
|
d479e34043
|
release 2012.11.27
|
12 years ago |
Philipp Hagemeister
|
1c469a9480
|
New optoin --restrict-filenames
|
12 years ago |
Philipp Hagemeister
|
51937c0869
|
Add some parentheses around print for #180
|
12 years ago |
Filippo Valsorda
|
b6fab35b9f
|
alias %(title)s to %(stitle)s
|
12 years ago |
Filippo Valsorda
|
baec15387c
|
aliased --literal to --title
|
12 years ago |
Filippo Valsorda
|
5002aea371
|
release 2012.11.17
|
12 years ago |
Jeff Crouse
|
fdef722fa1
|
Added YouPorn infoExtractor
|
12 years ago |
Jeff Crouse
|
110d4f4c91
|
Added Pornotube support (for Laborers of Love)
|
12 years ago |
Philipp Hagemeister
|
b7a34316d2
|
-x for --extract-audio, one of the most popular options
|
12 years ago |
Philipp Hagemeister
|
74e453bdea
|
New --id option for the old default filename pattern
|
12 years ago |
Philipp Hagemeister
|
02b324a23d
|
Restore 2.5 compat by activating with_statement future
|
12 years ago |
Filippo Valsorda
|
902b2a0a45
|
New IE: YouTube channels (closes #396)
|
12 years ago |
Filippo Valsorda
|
7b107eea51
|
release 2012.10.09
|
12 years ago |
Philipp Hagemeister
|
f48ce130c7
|
Fix doc of extractor field
|
12 years ago |
Filippo Valsorda
|
551fa9dfbf
|
adding new --output replacements. Thanks @danut007ro (closes #442)
|
12 years ago |
Philipp Hagemeister
|
5d534e2fe6
|
Improve option definitions
|
12 years ago |
Philipp Hagemeister
|
b5de8af234
|
Release 2012.09.27
|
12 years ago |
Kevin Kwan
|
d443aca863
|
Add InfoExtractor for Google Plus video
|
12 years ago |
Christian Albrecht
|
f2ad10a97d
|
Add arte.tv Info Extractor
|
12 years ago |
hdclark
|
ea46fe2dd4
|
Added support for custom user agents.
Added a few simple lines to add support for the flag "--user-agent" to pass a custom string to std_header['User-Agent'].
|
12 years ago |
Filippo Valsorda
|
3a68d7b467
|
tweaked the --audio-quality input validation/specification
|
12 years ago |
tempname
|
154b55dae3
|
added InfoExtractor for XNXX
|
12 years ago |
dongmao zhang
|
51661d8600
|
add www.youku.com support
|
12 years ago |
dongmao zhang
|
302efc19ea
|
add youku support
|
12 years ago |
Joel Verhagen
|
aab4fca422
|
Updated --no-resize-buffer docs, removed -b option
|
12 years ago |
Joel Verhagen
|
891d7f2329
|
Added options to set download buffer size and disable automatic buffer resizing.
|
12 years ago |
Filippo Valsorda
|
b24676ce88
|
changed --audio-quality behaviour to support both CBR and VBR
|
12 years ago |
Juan Carlos Garcia Segovia
|
eeeb4daabc
|
Information Extractor for blip.tv users
|
13 years ago |
Filippo Valsorda
|
505ed3088f
|
normalize ffmpeg/avconv names printing
|
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
|
0c24eed73a
|
merge #336
|
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
|
d6a9615347
|
standardized the use of unescapeHTML; added clean_html()
|
13 years ago |