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
2012-09-26
add PREFIX option to make install
Filippo Valsorda
2012-09-25
moved make release to devscripts/release.sh
Filippo Valsorda
2012-08-03
A more "make-esque" Makefile with file targets and dependencies
Filippo Valsorda
2012-08-01
added one-step realese script 'make release version=nn' - closes #158
Filippo Valsorda
2012-08-01
added automatically generated bash-completion; closes #191
Filippo Valsorda
2012-08-01
auto-generating manpage from README.md (closes #151); redesigned Makefile
Filippo Valsorda
2012-08-01
Merge branch 'joehillen/master' - pull request #381
Filippo Valsorda
2012-07-31
changed YouTube closed captions URL; closes #382
Filippo Valsorda
2012-07-31
xvideos patch by @pocoimporta - closes #370
Filippo Valsorda
2012-07-22
Added install target to Makefile.
joehillen
2012-07-18
Fix EscapistMagazine IE
Philipp Hagemeister
2012-07-14
fixed a logic bug in post-processing
Filippo Valsorda
2012-06-30
YouTube playlist fix; closes #365 and #331
Filippo Valsorda
2012-06-26
Merge pull request #363 from chalet16/master
Filippo Valsorda
2012-06-26
Change a number of subtitle sequence to begin with one (instead of zero) for ...
Witchakorn Kamolpornwijit
2012-06-22
display a meaningful error message on rental videos (#359)
Filippo Valsorda
2012-06-03
Merge pull request #353 from FiloSottile/avconv
Filippo Valsorda
2012-06-03
normalize ffmpeg/avconv names printing
Filippo Valsorda
2012-06-03
check for avconv and ffmpeg, use as available; closes #344
Filippo Valsorda
2012-05-31
Merge pull request #352 from chocolateboy/decontaminate_stdout
Philipp Hagemeister
2012-05-30
don't corrupt stdout (-o -) in verbose mode
chocolateboy
2012-05-27
fixed a couple of Windows exe update bugs
Filippo Valsorda
2012-05-23
quiet zip in make compile
Philipp Hagemeister
2012-05-23
Fix Escapist IE
Philipp Hagemeister
2012-05-22
Merge pull request #342 from FiloSottile/master
Philipp Hagemeister
2012-05-09
reorganized the titles sanitizing: now title is the untouched title
Filippo Valsorda
2012-05-09
Introduced Trouble(Exception) for more elegant non-fatal errors handling
Filippo Valsorda
2012-05-01
merge upstream
Filippo Valsorda
2012-05-01
dropped the support for Python 2.5
Filippo Valsorda
2012-04-19
merge #336
Philipp Hagemeister
2012-04-19
Merge git://git.jankratochvil.net/youtube-dl
Philipp Hagemeister
2012-04-16
Add format #46 - WebM 1920x1080.
Jan Kratochvil
2012-04-13
some HTMLParser bugfixes
Filippo Valsorda
2012-04-11
merged unescapeHTML branch; removed lxml dependency
Filippo Valsorda
2012-04-10
ignore parsing errors in get_element_by_id()
Filippo Valsorda
2012-04-10
removed the undocumented HTMLParser.unescape, replaced with _unescapeHTML; fi...
Filippo Valsorda - Campagna
2012-04-10
removed dependency from lxml: added IDParser
Filippo Valsorda - Campagna
2012-04-10
better naming for the sub-modules
Filippo Valsorda - Campagna
2012-04-10
moved trivialjson to a separate file
Filippo Valsorda - Campagna
2012-04-10
standardized the use of unescapeHTML; added clean_html()
Filippo Valsorda - Campagna
2012-04-07
wine-py2exe.sh to create the exe under linux (!!)
Filippo Valsorda - Campagna
2012-03-31
py2exe -U fix for Windows XP
Filippo Valsorda
2012-03-31
corrected -U to support new zipfile and exe (#153) formats
Filippo Valsorda
2012-03-30
's/ /\t/'
Filippo Valsorda
2012-03-30
moved increment_downloads and process_info calls from IEs to FD.download (#29...
Filippo Valsorda
2012-03-25
Added py2exe script
Filippo Valsorda
2012-03-25
Split code as a package, compiled into an executable zip
Filippo Valsorda
2012-03-25
Merge branch 'next-url'
Filippo Valsorda
2012-03-24
transplant ceba827e9aab563ae7c7190fc236ec1aa358ee59, d891ff9fd9952b2829a47b50...
Filippo Valsorda
2012-03-24
Always extract original URL from next_url (#318)
Filippo Valsorda
[next]