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
/
FileDownloader.py
Age
Commit message (
Expand
)
Author
2012-11-26
Use character instead of byte strings
Philipp Hagemeister
2012-11-26
Remove longs (int does the right thing since Python 2.2, see PEP 237)
Philipp Hagemeister
2012-11-26
Add some parentheses around print for #180
Philipp Hagemeister
2012-11-25
alias %(title)s to %(stitle)s
Filippo Valsorda
2012-11-11
Solve the bug of parsing titles with unicode (cyrillic)
Art Zhitnik
2012-10-12
removing unused global modifier
gcmalloc
2012-09-27
Add new field "extractor" to the info dictionary
Philipp Hagemeister
2012-09-27
Provider (youtube, etc) is now saved in info_dict, so template filename can b...
danut007ro
2012-09-27
Removed provider (mistake) and add provider parameter to process_info
danut007ro
2012-05-09
reorganized the titles sanitizing: now title is the untouched title
Filippo Valsorda
2012-04-10
better naming for the sub-modules
Filippo Valsorda - Campagna
2012-03-30
moved increment_downloads and process_info calls from IEs to FD.download (#29...
Filippo Valsorda
2012-03-25
Split code as a package, compiled into an executable zip
Filippo Valsorda
[prev]