index
:
youtube-dl
master
Mirror of youtube-dl
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add 'signature' to YouTube URLs, fixes #427
Danko Alexeyev
2012-09-27
1
-1
/
+1
*
Merge pull request #391 from rbrito/support-tube.majestyc.net
Philipp Hagemeister
2012-09-25
1
-1
/
+1
|
\
|
*
Support downloading Youtube videos via tube.majestyc.net
Rogério Brito
2012-08-05
1
-1
/
+1
*
|
Python 2.6 compatibility fix. Thanks @Jamesc359 - closes #400
Filippo Valsorda
2012-08-19
2
-1
/
+1
|
/
*
Merge pull request #386 from FiloSottile/blip
Philipp Hagemeister
2012-08-01
2
-1
/
+95
|
\
|
*
BlipTVUserIE fix
Filippo Valsorda
2012-08-01
1
-8
/
+8
|
*
moved the User-Agent workaround to the BlipTV IE
Filippo Valsorda
2012-08-01
2
-1
/
+2
|
*
Merge pull requests #356 #357 #358 by jcarlosgarciasegovia
Filippo Valsorda
2012-06-06
3
-1
/
+94
|
|
\
|
|
*
Information Extractor for blip.tv users
Juan Carlos Garcia Segovia
2012-06-06
2
-0
/
+93
|
|
*
Use an User-Agent that will allow downloading from blip.tv fixes #325
Juan Carlos Garcia Segovia
2012-06-06
1
-1
/
+1
|
*
|
Some blip.tv URLs use Unicode characters. urllib2 breaks when passing a Unico...
Juan Carlos Garcia Segovia
2012-06-06
1
-1
/
+1
|
|
/
*
|
changed YouTube closed captions URL; closes #382
Filippo Valsorda
2012-07-31
3
-3
/
+6
*
|
xvideos patch by @pocoimporta - closes #370
Filippo Valsorda
2012-07-31
3
-2
/
+2
*
|
Fix EscapistMagazine IE
Philipp Hagemeister
2012-07-18
1
-2
/
+4
*
|
fixed a logic bug in post-processing
Filippo Valsorda
2012-07-14
2
-2
/
+2
*
|
YouTube playlist fix; closes #365 and #331
Filippo Valsorda
2012-06-30
3
-3
/
+3
*
|
Merge pull request #363 from chalet16/master
Filippo Valsorda
2012-06-26
1
-1
/
+1
|
\
\
|
*
|
Change a number of subtitle sequence to begin with one (instead of zero) for ...
Witchakorn Kamolpornwijit
2012-06-26
1
-1
/
+1
|
/
/
*
/
display a meaningful error message on rental videos (#359)
Filippo Valsorda
2012-06-22
3
-0
/
+5
|
/
*
Merge pull request #353 from FiloSottile/avconv
Filippo Valsorda
2012-06-03
3
-25
/
+32
|
\
|
*
normalize ffmpeg/avconv names printing
Filippo Valsorda
2012-06-03
3
-7
/
+8
|
*
check for avconv and ffmpeg, use as available; closes #344
Filippo Valsorda
2012-06-03
1
-19
/
+25
|
/
*
Merge pull request #352 from chocolateboy/decontaminate_stdout
Philipp Hagemeister
2012-05-31
4
-6
/
+7
|
\
|
*
don't corrupt stdout (-o -) in verbose mode
chocolateboy
2012-05-30
4
-6
/
+7
|
/
*
fixed a couple of Windows exe update bugs
Filippo Valsorda
2012-05-27
3
-6
/
+8
*
quiet zip in make compile
Philipp Hagemeister
2012-05-23
1
-1
/
+1
*
Fix Escapist IE
Philipp Hagemeister
2012-05-23
1
-1
/
+2
*
Merge pull request #342 from FiloSottile/master
Philipp Hagemeister
2012-05-22
15
-4249
/
+4262
|
\
|
*
reorganized the titles sanitizing: now title is the untouched title
Filippo Valsorda
2012-05-09
4
-63
/
+17
|
*
Introduced Trouble(Exception) for more elegant non-fatal errors handling
Filippo Valsorda
2012-05-09
2
-24
/
+30
|
*
merge upstream
Filippo Valsorda
2012-05-01
1
-7
/
+8
|
|
\
|
|
/
|
/
|
*
|
merge #336
Philipp Hagemeister
2012-04-19
1
-2
/
+4
*
|
Merge git://git.jankratochvil.net/youtube-dl
Philipp Hagemeister
2012-04-19
1
-2
/
+4
|
\
\
|
*
|
Add format #46 - WebM 1920x1080.
Jan Kratochvil
2012-04-16
1
-2
/
+4
*
|
|
Clean up superfluous whitespace
Philipp Hagemeister
2012-03-15
2
-12
/
+11
|
/
/
|
*
dropped the support for Python 2.5
Filippo Valsorda
2012-05-01
5
-126
/
+4
|
*
some HTMLParser bugfixes
Filippo Valsorda
2012-04-13
4
-5
/
+14
|
*
merged unescapeHTML branch; removed lxml dependency
Filippo Valsorda
2012-04-11
5
-57
/
+92
|
|
\
|
|
*
ignore parsing errors in get_element_by_id()
Filippo Valsorda
2012-04-10
2
-2
/
+8
|
|
*
removed the undocumented HTMLParser.unescape, replaced with _unescapeHTML; fi...
Filippo Valsorda - Campagna
2012-04-10
2
-28
/
+28
|
|
*
removed dependency from lxml: added IDParser
Filippo Valsorda - Campagna
2012-04-10
2
-76
/
+155
|
|
*
standardized the use of unescapeHTML; added clean_html()
Filippo Valsorda - Campagna
2012-04-10
1
-17
/
+15
|
|
/
|
/
|
|
*
better naming for the sub-modules
Filippo Valsorda - Campagna
2012-04-10
5
-5
/
+5
|
*
moved trivialjson to a separate file
Filippo Valsorda - Campagna
2012-04-10
2
-113
/
+114
|
*
wine-py2exe.sh to create the exe under linux (!!)
Filippo Valsorda - Campagna
2012-04-07
6
-1
/
+66
|
*
py2exe -U fix for Windows XP
Filippo Valsorda
2012-03-31
1
-1
/
+1
|
*
corrected -U to support new zipfile and exe (#153) formats
Filippo Valsorda
2012-03-31
4
-21
/
+66
|
*
's/ /\t/'
Filippo Valsorda
2012-03-30
1
-15
/
+15
|
*
moved increment_downloads and process_info calls from IEs to FD.download (#29...
Filippo Valsorda
2012-03-30
3
-336
/
+208
|
*
Added py2exe script
Filippo Valsorda
2012-03-25
1
-0
/
+32
[next]