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
/
YoutubeDL.py
Age
Commit message (
Expand
)
Author
2013-08-08
Merge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister
2013-08-08
Clarify template error message (#1209)
Philipp Hagemeister
2013-08-05
More informative error
user
2013-07-31
Switch some calls to to_stderr to report_error and report_warning
Jaime Marquínez Ferrándiz
2013-07-12
Don't try to save the thumbnail if it's None
Jaime Marquínez Ferrándiz
2013-07-12
Use determine_ext when saving the thumbnail
Jaime Marquínez Ferrándiz
2013-07-10
Set the playlist_index and playlist fields for already resolved video results.
Jaime Marquínez Ferrándiz
2013-06-27
Add function add_default_info_extractors to YoutubeDL
Jaime Marquínez Ferrándiz
2013-06-26
Fixed typo in subtitle format option (from: sbt => sbv)
Ismael Mejia
2013-06-26
Added support for additional vtt subtitle format (WebVTT) in youtube-dl.
Ismael Mejia
2013-06-25
Add the option "--write-auto-sub" to download automatic subtitles from Youtube
Jaime Marquínez Ferrándiz
2013-06-25
Add "--video-password" option (related #889)
Jaime Marquínez Ferrándiz
2013-06-24
Split FileDownloader in two classes: FileDownloader and YoutubeDL
Jaime Marquínez Ferrándiz