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
Age
Commit message (
Expand
)
Author
2012-09-27
Removed provider (mistake) and add provider parameter to process_info
danut007ro
2012-09-26
Merge branch 'master' of https://github.com/rg3/youtube-dl
danut007ro
2012-09-26
Every extractor also return it's name.
danut007ro
2012-09-25
Merge pull request #391 from rbrito/support-tube.majestyc.net
Philipp Hagemeister
2012-08-19
Python 2.6 compatibility fix. Thanks @Jamesc359 - closes #400
Filippo Valsorda
2012-08-05
Support downloading Youtube videos via tube.majestyc.net
Rogério Brito
2012-08-01
Merge pull request #386 from FiloSottile/blip
Philipp Hagemeister
2012-08-01
BlipTVUserIE fix
Filippo Valsorda
2012-08-01
moved the User-Agent workaround to the BlipTV IE
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-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
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-06
Merge pull requests #356 #357 #358 by jcarlosgarciasegovia
Filippo Valsorda
2012-06-06
Some blip.tv URLs use Unicode characters. urllib2 breaks when passing a Unico...
Juan Carlos Garcia Segovia
2012-06-06
Information Extractor for blip.tv users
Juan Carlos Garcia Segovia
2012-06-06
Use an User-Agent that will allow downloading from blip.tv fixes #325
Juan Carlos Garcia Segovia
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-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
Fix Escapist IE
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-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-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
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-18
added support for HTTP redirects. Closes #315
Filippo Valsorda
2012-03-15
Clean up superfluous whitespace
Philipp Hagemeister
2012-03-15
Credit Filippo Valsorda
Philipp Hagemeister
2012-03-15
added --srt-lang; updated README; extended the -g FAQ
Filippo Valsorda
2012-03-15
transplant gist of 7151f63a5f3820a322ba8bf61eebe8d9f75d6ee5
Philipp Hagemeister
[next]