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 (
Expand
)
Author
2011-08-28
Add default make target
Philipp Hagemeister
2011-08-28
Credit Rogério Brito for Vimeo support
Philipp Hagemeister
2011-08-28
Merge Vimeo support
Philipp Hagemeister
2011-08-28
Update: Write downloaded file without modification (allows hashsums)
Philipp Hagemeister
2011-08-25
Makefile to recreate README
Philipp Hagemeister
2011-08-25
Fix stty detection
Philipp Hagemeister
2011-08-24
Merge git://github.com/dbb/youtube-dl
Philipp Hagemeister
2011-08-24
Use subprocess to call stty size when COLUMNS is not set
Philipp Hagemeister
2011-08-24
merge gvalkov/optparse-refactor (minus stty)
Philipp Hagemeister
2011-08-24
merge upstream
Philipp Hagemeister
2011-08-23
Use `stty size` to find terminal width if we're on linux and COLUMNS is not e...
Georgi Valkov
2011-08-23
Refactor main function
Georgi Valkov
2011-08-23
Set help formatter width to terminal width (prevents wrapping)
Georgi Valkov
2011-08-23
Option parsing refactoring ; Moved version string to __version__
Georgi Valkov
2011-08-23
Move update_self out of __main__ for clarity
Georgi Valkov
2011-08-23
Fix small indentation inconsistencies
Georgi Valkov
2011-08-23
Use module metadata variables instead of comments
Georgi Valkov
2011-08-23
Add vim modeline
Georgi Valkov
2011-08-18
Fix blip.tv regular expression to not match blipXtv
Philipp Hagemeister
2011-08-07
Fix youtu.be links (Closes #142)
Philipp Hagemeister
2011-08-07
Use parse_qs instead of homebrewn parsing
Philipp Hagemeister
2011-08-07
youtube: Better error messages
Philipp Hagemeister
2011-08-06
Fix Python 2.4 compatibility
Philipp Hagemeister
2011-08-06
Use alternative imports for Python 2.4 (Closes #138)
Philipp Hagemeister
2011-08-06
Remove debugging information
Philipp Hagemeister
2011-08-06
Fix RTMP streams and ignore url-less entries
Philipp Hagemeister
2011-08-05
Remove horizontal rules from README.md
Daniel Bolton
2011-08-05
Add README.md (markdown file)
Daniel Bolton
2011-08-04
Merge https://github.com/rg3/youtube-dl into vimeo
Rogério Brito
2011-08-04
Bump version number
2011.08.04
Ricardo Garcia
2011-08-04
Update User-Agent string
Ricardo Garcia
2011-08-04
Fix YouTube downloads (code by Philipp Hagemeister)
Ricardo Garcia
2011-08-04
Fix youtube downloads (Closes #135)
Philipp Hagemeister
2011-07-31
Suppport for youtube video streams (Mentioned in #108)
Philipp Hagemeister
2011-07-22
Removed inaccurate warning
Philipp Hagemeister
2011-07-18
Be lenient about download URLs (Closes #108)
Philipp Hagemeister
2011-07-10
remove debugging code
Philipp Hagemeister
2011-07-10
+ --write-info-json
Philipp Hagemeister
2011-07-10
blip.tv support for python 2.5 with trivialjson
Philipp Hagemeister
2011-07-07
call increment_downloads in blip.tv extractor
Philipp Hagemeister
2011-07-07
--writedescription option
Philipp Hagemeister
2011-07-07
Full youtube video descriptions, including special characters (2.6+, with fal...
Philipp Hagemeister
2011-06-25
Support for blip.tv/file URLs
Philipp Hagemeister
2011-06-21
Basic blip.tv support
Philipp Hagemeister
2011-04-20
vimeo: Apparently, all videos in vimeo are served in ISO containers.
Rogério Brito
2011-04-20
vimeo: Tweak the regexp to allow some extended URLs from vimeo.
Rogério Brito
2011-04-20
vimeo: Ignore if we are using HTTP/S or not.
Rogério Brito
2011-04-20
vimeo: Remove clutter in some messages.
Rogério Brito
2011-04-20
Merge branch 'master' into vimeo
Rogério Brito
2011-03-29
Bump version number
2011.03.29
Ricardo Garcia
[next]