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
Age
Commit message (
Collapse
)
Author
2012-11-27
Merge remote-tracking branch 'origin/master' into IE_cleanup
Filippo Valsorda
Conflicts: youtube_dl/FileDownloader.py
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
Merge pull request #560 from phihag/fix-to_screen-mode
Philipp Hagemeister
to_screen: Only encode when output stream is binary
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 ↵
Filippo Valsorda
broken IEs
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
2012.11.29
2012.11.29
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 ↵
Filippo Valsorda
in the info_dict
2012-11-27
default info_dict['format'] to info_dict['ext'] and make the YT one more verbose
Filippo Valsorda
2012-11-27
Add Christian Albrecht (Arte.tv IE) to authors
Philipp Hagemeister
2012-11-27
Remove exclamation mark in --restrict-filenames mode
Philipp Hagemeister
2012-11-27
Merge remote-tracking branch 'alab1001101/master'
Philipp Hagemeister
2012-11-27
ignore kate swap files
Philipp Hagemeister
2012-11-27
Actually fix manpage (#473)
Philipp Hagemeister
2012-11-27
Merge pull request #473 from grimreaper/master
Philipp Hagemeister
fix mdoc nits
2012-11-27
Actually merge #379
Philipp Hagemeister
2012-11-27
Merge remote-tracking branch 'joelverhagen/master'
Philipp Hagemeister
2012-11-27
Fix output format doc
Philipp Hagemeister
2012-11-27
Extended documentation for output format in README (Closes #268)
Philipp Hagemeister
2012-11-27
Windows build for 2012.11.28
2012.11.28
Philipp Hagemeister
2012-11-27
Bump version number to a numeric-only one to appease py2exe
Philipp Hagemeister
2012-11-27
Bump version number
Philipp Hagemeister
2012-11-27
Add test for asian characters (#551)
Philipp Hagemeister
2012-11-27
Minor filename encoding improvement in a common case
Philipp Hagemeister
2012-11-27
Merge remote-tracking branch 'chrisjrn/master'
Philipp Hagemeister
2012-11-27
Fixes the InfoExtractor for the Colbert Report.
Christopher Neugebauer
2012-11-27
Fix spacing in comedycentral IE
Philipp Hagemeister
2012-11-27
Merge remote-tracking branch 'chrisjrn/master'
Philipp Hagemeister
2012-11-27
warn if %(stitle)s is being used
Philipp Hagemeister
2012-11-27
Encode the entire filename
Philipp Hagemeister
2012-11-27
Clean up test
Philipp Hagemeister
2012-11-27
Switch back to underline for invalid characters, and make restricted ASCII-only
Philipp Hagemeister
2012-11-27
Fixed indentation error
Christopher Neugebauer
2012-11-27
Removes extranous debugging info :)
Christopher Neugebauer
2012-11-27
Adds format listing/selection support to the Comedy Central extractor.
Christopher Neugebauer
2012-11-27
Merge remote-tracking branch 'chrisjrn/master'
Philipp Hagemeister
2012-11-27
Removes extraneous debug message.
Christopher Neugebauer
2012-11-27
Points the ComedyCentral extractor at a CDN which works with more RTMPDump ↵
Christopher Neugebauer
versions.
2012-11-27
Merge remote-tracking branch 'gcmalloc/master'
Philipp Hagemeister
[next]