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
/
utils.py
Age
Commit message (
Expand
)
Author
2012-11-27
Remove mentions of unicode
Philipp Hagemeister
2012-11-27
Clean up with the help of pep8
Philipp Hagemeister
2012-11-27
unify spacing
Philipp Hagemeister
2012-11-27
Merge remote-tracking branch 'Asido/master'
Philipp Hagemeister
2012-11-27
Remove exclamation mark in --restrict-filenames mode
Philipp Hagemeister
2012-11-27
Minor filename encoding improvement in a common case
Philipp Hagemeister
2012-11-27
Switch back to underline for invalid characters, and make restricted ASCII-only
Philipp Hagemeister
2012-11-27
remove accidental remnants
Philipp Hagemeister
2012-11-26
New optoin --restrict-filenames
Philipp Hagemeister
2012-11-26
Use character instead of byte strings
Philipp Hagemeister
2012-11-26
Add some parentheses around print for #180
Philipp Hagemeister
2012-11-09
quiet the HTMLParser debug info - closes #517
Filippo Valsorda
2012-10-28
modified filename escaping to a "smarter" one
Filippo Valsorda
2012-09-27
update default UA string (Closes #390)
Philipp Hagemeister
2012-08-19
Python 2.6 compatibility fix. Thanks @Jamesc359 - closes #400
Filippo Valsorda
2012-07-01
Simplified preferredencoding()
Arvydas Sidorenko
2012-05-30
don't corrupt stdout (-o -) in verbose mode
chocolateboy
2012-05-09
reorganized the titles sanitizing: now title is the untouched title
Filippo Valsorda
2012-05-09
Introduced Trouble(Exception) for more elegant non-fatal errors handling
Filippo Valsorda
2012-05-01
dropped the support for Python 2.5
Filippo Valsorda
2012-04-13
some HTMLParser bugfixes
Filippo Valsorda
2012-04-11
merged unescapeHTML branch; removed lxml dependency
Filippo Valsorda
2012-04-10
better naming for the sub-modules
Filippo Valsorda - Campagna