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
*
FFmpegPostProcessor: print the command line used if the --verbose option is g...
Jaime Marquínez Ferrándiz
2013-10-12
2
-0
/
+7
*
Merge pull request #1590 from joeyadams/master
Jaime Marquínez Ferrándiz
2013-10-12
1
-1
/
+1
|
\
|
*
Fix Brightcove detection when another Flash object is on the page
Joey Adams
2013-10-11
1
-1
/
+1
|
/
*
Merge pull request #1558 from rzhxeo/cinemassacre
Jaime Marquínez Ferrándiz
2013-10-11
1
-60
/
+36
*
Merge branch 'cinemassacre' of github.com:rzhxeo/youtube-dl into rzhxeo-cinem...
Jaime Marquínez Ferrándiz
2013-10-11
2
-0
/
+116
|
\
|
*
[CinemassacreIE] Use MD5 to check in TEST description
rzhxeo
2013-10-05
1
-1
/
+1
|
*
[CinemassacreIE] Remove docstring from class
rzhxeo
2013-10-05
1
-1
/
+0
|
*
[CinemassacreIE] Add support for other embed methods
rzhxeo
2013-10-05
1
-6
/
+22
|
*
Add CinemassacreIE
rzhxeo
2013-10-05
2
-0
/
+101
*
|
[arte] Prepare for generic format support (#980)
Jaime Marquínez Ferrándiz
2013-10-11
1
-6
/
+16
*
|
[nhl] Add an extractor for videocenter's categories (#1586)
Jaime Marquínez Ferrándiz
2013-10-11
3
-20
/
+91
*
|
Make sure it only runs rtmpdump one time in test mode and return True if the ...
Jaime Marquínez Ferrándiz
2013-10-11
1
-3
/
+4
*
|
Merge pull request #1565 from rzhxeo/rtmpdump_test
Jaime Marquínez Ferrándiz
2013-10-11
1
-0
/
+2
|
\
\
|
*
|
Remove test parameter from _download_with_rtmpdump
rzhxeo
2013-10-06
1
-4
/
+3
|
*
|
Only download 1 sec. with rtmpdump in test mode
rzhxeo
2013-10-06
1
-2
/
+5
|
|
/
*
|
Add a PostProcessor for adding metadata to the file (closes #1570)
Jaime Marquínez Ferrándiz
2013-10-11
2
-0
/
+38
*
|
[yahoo] Download the info from another page
Jaime Marquínez Ferrándiz
2013-10-10
1
-0
/
+15
*
|
[gamespot] Mark as broken (#1587)
Jaime Marquínez Ferrándiz
2013-10-10
1
-0
/
+1
*
|
[mtv] Strip the description
Jaime Marquínez Ferrándiz
2013-10-10
1
-1
/
+1
*
|
Add an extractor for faz.net (closes #1582)
Jaime Marquínez Ferrándiz
2013-10-10
2
-0
/
+61
*
|
Don't add extractors with IE_DESC set to False to the page of supported sites.
Jaime Marquínez Ferrándiz
2013-10-10
1
-3
/
+4
*
|
Add an extractor for video.nhl.com (closes #1586)
Jaime Marquínez Ferrándiz
2013-10-10
3
-0
/
+61
*
|
release 2013.10.09
Philipp Hagemeister
2013-10-09
1
-1
/
+1
*
|
[youtube] Do not recognize attribution link as user (Fixes #1573)
Philipp Hagemeister
2013-10-09
1
-1
/
+1
*
|
Merge pull request #1584 from wingsuit/master
Jaime Marquínez Ferrándiz
2013-10-09
1
-1
/
+1
|
\
\
|
*
|
Tiny tpo
Tom
2013-10-09
1
-1
/
+1
*
|
|
[youtube] set the 'name' parameter in the subtitles url (fixes #1577)
Jaime Marquínez Ferrándiz
2013-10-09
1
-0
/
+1
|
/
/
*
|
[vevo] Some improvements (fixes #1580)
Jaime Marquínez Ferrándiz
2013-10-08
1
-23
/
+47
*
|
Fix the printing of the proxy map in debug mode
Jaime Marquínez Ferrándiz
2013-10-07
1
-2
/
+7
*
|
Simplify test setup
Philipp Hagemeister
2013-10-07
2
-14
/
+2
*
|
Move opener setup into a separate helper function
Philipp Hagemeister
2013-10-07
1
-21
/
+33
*
|
release 2013.10.07
Philipp Hagemeister
2013-10-07
2
-1
/
+4
*
|
[jeuxvideo] Improve code quality (fixes #1567)
Philipp Hagemeister
2013-10-07
1
-16
/
+21
*
|
Restore warning when user forgets to quote URL (#1396)
Philipp Hagemeister
2013-10-07
3
-4
/
+19
*
|
[vimeo] Recognize urls ending in a slash (fixes #1242)
Jaime Marquínez Ferrándiz
2013-10-06
1
-1
/
+1
*
|
[redtube] add age_limit
Philipp Hagemeister
2013-10-06
1
-4
/
+9
*
|
Merge branch 'download-archive'
Philipp Hagemeister
2013-10-06
3
-0
/
+132
|
\
\
|
*
|
Remove superfluous parenthesis
Philipp Hagemeister
2013-10-06
1
-1
/
+1
|
*
|
Add basic --download-archive option
Philipp Hagemeister
2013-10-06
3
-0
/
+132
*
|
|
Merge branch 'age_limit'
Philipp Hagemeister
2013-10-06
7
-3
/
+81
|
\
\
\
|
*
|
|
Call extracted property age_limit everywhere
Philipp Hagemeister
2013-10-06
4
-4
/
+4
|
*
|
|
Allow users to specify an age limit (fixes #1545)
Philipp Hagemeister
2013-10-06
7
-3
/
+81
*
|
|
|
[generic] Clarify error messages
Philipp Hagemeister
2013-10-06
1
-3
/
+3
*
|
|
|
release 2013.10.06
Philipp Hagemeister
2013-10-06
1
-1
/
+1
*
|
|
|
[viddler] Add basic support (Fixes #1520)
Philipp Hagemeister
2013-10-06
3
-1
/
+66
|
/
/
/
*
/
/
Move try_rm to test helpers
Philipp Hagemeister
2013-10-06
2
-19
/
+26
|
/
/
*
|
Merge remote-tracking branch 'origin/tox'
Philipp Hagemeister
2013-10-05
2
-0
/
+6
|
\
\
|
*
|
add tox configuration file for easy testing
Filippo Valsorda
2013-10-05
2
-0
/
+6
*
|
|
[fixup] remove unnecessary commented function
Filippo Valsorda
2013-10-05
1
-6
/
+0
|
/
/
*
|
add capability to suppress expected warnings in tests
Filippo Valsorda
2013-10-05
3
-4
/
+20
[next]