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
Age
Commit message (
Expand
)
Author
2012-12-07
and now, also py2exe compiles fine :) (on Windows)
Filippo Valsorda
2012-11-29
New repo skeleton, getting ready for PyPi
Filippo Valsorda
2012-11-29
Allow youtube_dl/__main__.py to be called directly
Philipp Hagemeister
2012-11-28
Correct exception raising
Philipp Hagemeister
2012-11-28
Mark broken IEs in --list-extractors
Philipp Hagemeister
2012-11-28
Merge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister
2012-11-28
Restrict more characters (Closes #566)
Philipp Hagemeister
2012-11-28
Mark CollegeHumorIE not working until phihag finishes
Filippo Valsorda
2012-11-28
fix YouTubeIE on 2.6, sorry
Filippo Valsorda
2012-11-28
collegehumor: able to download a single f4f file (not yet playable)
Philipp Hagemeister
2012-11-28
Make __main__ work in all scenarios with relative imports
Philipp Hagemeister
2012-11-28
Use relative imports
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
correct to_stderr
Philipp Hagemeister
2012-11-28
youtube IE: Correct bytes vs str
Philipp Hagemeister
2012-11-28
typo
Philipp Hagemeister
2012-11-28
Use list comprehension instead of map
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
One more except..as
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
Merge remote-tracking branch 'origin/master' into IE_cleanup
Filippo Valsorda
2012-11-27
Use None on missing required info_dict fields
Filippo Valsorda
2012-11-27
Use u instead of str in Python 2
Philipp Hagemeister
2012-11-27
Only encode when output stream is binary
Philipp Hagemeister
2012-11-27
IE._WORKING attribute in order to warn the users and skip the tests on broken...
Filippo Valsorda
2012-11-27
Replace long with int (see PEP 237)
Philipp Hagemeister
2012-11-27
Better formatting (PEP 8)
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
Prepare 2012.11.29 release
Philipp Hagemeister
2012-11-27
Fix filename sanitation (Closes #555)
Philipp Hagemeister
2012-11-27
document info_dict['subtitles'] and info_dict['urlhandle']
Filippo Valsorda
2012-11-27
make all IEs return 'upload_date' and 'uploader', even if only u'NA'
Filippo Valsorda
2012-11-27
info_dict['upload_date'] is documented in --output, IEs MUST specify it
Filippo Valsorda
2012-11-27
info_dict['player_url'] is used only for rtmpdump, indicate it as optional in...
Filippo Valsorda
[next]