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
2013-02-21
Fix --match-title and --reject-title decoding (Closes #690)
Philipp Hagemeister
2013-02-01
Work around buggy HTML Parser in Python < 2.7.3 (Closes #662)
Philipp Hagemeister
2013-01-20
Guard against sys.getfilesystemencoding() == None (#503)
Philipp Hagemeister
2013-01-12
Correct Blip.tv on 2.6, where HTTP headers are case-sensitive (wtf?)
Philipp Hagemeister
2013-01-12
Proper support for changing User-Agents from IEs
Philipp Hagemeister
2013-01-12
--recode-video option (Closes #18)
Philipp Hagemeister
2013-01-03
Make ExtractorError usable for other causes
Philipp Hagemeister
2013-01-01
ExtractorError for errors during extraction
Philipp Hagemeister
2012-12-30
moved updating code to update.py
Filippo Valsorda
2012-12-30
some fixes, pulled the codename from the code
Filippo Valsorda
2012-12-30
The new updates system, relies on gh-pages, secured by RSA, uses external web...
Filippo Valsorda
2012-12-20
better Vimeo tests; fixed a couple of VimeoIE fields
Filippo Valsorda
2012-12-20
refactor YouTube subtitles code, it was ugly (my bad)
Filippo Valsorda
2012-12-20
Refactor IDParser to search for elements by any attribute not just ID
Nick Daniels
2012-12-20
Correct JSON writing (Closes #596)
Philipp Hagemeister
2012-12-16
Fix --extract-audio on Python 3
Philipp Hagemeister
2012-12-07
Let YoutubeDLHandler (transparent gzip) handle HTTPS URLs as well (Needed for...
Philipp Hagemeister
2012-12-03
Keep video IDs verbatim if possible (Closes #571)
Philipp Hagemeister
2012-11-28
Restrict more characters (Closes #566)
Philipp Hagemeister
2012-11-28
collegehumor: able to download a single f4f file (not yet playable)
Philipp Hagemeister
2012-11-28
Convert all tabs to 4 spaces (PEP8)
Philipp Hagemeister
2012-11-28
hack for apparently broken parse_qs in python2
Philipp Hagemeister
2012-11-28
Woooohooo! python3 youtube_dl BaW_jenozKc -t works!
Philipp Hagemeister
2012-11-28
Remove superfluous encodings
Philipp Hagemeister
2012-11-28
Fix printing title etc.
Philipp Hagemeister
2012-11-28
typo
Philipp Hagemeister
2012-11-28
Import from the correct module
Philipp Hagemeister
2012-11-28
Py2/3 parse_qs compatibility
Philipp Hagemeister
2012-11-28
Py2/3 compatibility for http.client
Philipp Hagemeister
2012-11-28
Use io.BytesIO instead of StringIO
Philipp Hagemeister
2012-11-28
Python 3 version of HTMLParser
Philipp Hagemeister
2012-11-28
Py3 compat for unichr and htmlentitydefs
Philipp Hagemeister
2012-11-27
Fall back to urllib instead of urllib2 for Python 3 urllib.parse
Philipp Hagemeister
2012-11-27
Remove ur references for Python 3.3 support
Philipp Hagemeister
2012-11-27
Prepare urllib references for 2/3 compatibility
Philipp Hagemeister
2012-11-27
Use except .. as everywhere (#180)
Philipp Hagemeister
2012-11-27
Rename util.u to util.compat_str
Philipp Hagemeister
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
[next]