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
...
|
*
|
Merged, modified and compiled Dailymotion pull request #446 by @Steap
Filippo Valsorda
2012-09-30
3
-2
/
+2
|
*
|
DailymotionIE: There is not necessarily an underscore in a Dailymotion URL.
Cyril Roelandt
2012-09-30
1
-1
/
+1
|
*
|
DailymotionIE: some videos do not use the "hqURL", "sdURL", "ldURL" keywords....
Cyril Roelandt
2012-09-30
1
-1
/
+3
*
|
|
Fix doc of extractor field
Philipp Hagemeister
2012-10-01
1
-1
/
+1
|
/
/
*
|
Updated youtube-dl.exe
Filippo Valsorda
2012-09-29
1
-0
/
+0
*
|
Merge pull request #403 from FiloSottile/re_VERBOSE
Filippo Valsorda
2012-09-29
1
-2
/
+24
|
\
\
|
*
|
Made the YouTubeIE regex verbose/commented
Filippo Valsorda
2012-08-20
1
-2
/
+23
|
|
/
*
|
Not all Dailymotion videos have an hqURL, now downloads highest quality avail...
Filippo Valsorda
2012-09-29
2
-4
/
+7
*
|
Fixed DailymotionIE, now downloads high-def mp4s, which might be too much (?)
Filippo Valsorda
2012-09-29
2
-9
/
+7
*
|
adding new --output replacements. Thanks @danut007ro (closes #442)
Filippo Valsorda
2012-09-29
4
-9
/
+24
*
|
added new FAQ on exe dependency
Filippo Valsorda
2012-09-29
1
-0
/
+4
*
|
New FAQ: What is this binary file? (+ small fix to other one)
Filippo Valsorda
2012-09-28
1
-2
/
+6
*
|
update default UA string (Closes #390)
Philipp Hagemeister
2012-09-27
1
-1
/
+1
*
|
Add recent breakage to FAQ (Closes #433)
Philipp Hagemeister
2012-09-27
3
-0
/
+52
*
|
Add new field "extractor" to the info dictionary
Philipp Hagemeister
2012-09-27
1
-1
/
+1
*
|
Merge pull request #425 from danut007ro/master
Philipp Hagemeister
2012-09-27
1
-0
/
+1
|
\
\
|
*
|
Provider (youtube, etc) is now saved in info_dict, so template filename can b...
danut007ro
2012-09-27
1
-2
/
+3
|
*
|
Removed provider (mistake) and add provider parameter to process_info
danut007ro
2012-09-27
2
-26
/
+2
|
*
|
Merge branch 'master' of https://github.com/rg3/youtube-dl
danut007ro
2012-09-26
1
-1
/
+1
|
|
\
\
|
*
|
|
Every extractor also return it's name.
danut007ro
2012-09-26
1
-0
/
+24
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #432 from cryzed/master
Philipp Hagemeister
2012-09-27
1
-1
/
+1
|
\
\
\
|
*
|
|
Fixed YouTube playlist parsing
cryzed
2012-09-27
1
-1
/
+1
*
|
|
|
Let Makefile use youtube-dl source code instead of compiled binary
Philipp Hagemeister
2012-09-27
4
-7
/
+7
*
|
|
|
Improve option definitions
Philipp Hagemeister
2012-09-27
1
-6
/
+6
*
|
|
|
Merge remote-tracking branch 'FiloSottille/vbr'
Philipp Hagemeister
2012-09-27
5
-9
/
+23
|
\
\
\
\
|
*
|
|
|
tweaked the --audio-quality input validation/specification
Filippo Valsorda
2012-08-19
4
-3
/
+7
|
*
|
|
|
changed --audio-quality behaviour to support both CBR and VBR
Filippo Valsorda
2012-07-14
4
-6
/
+13
*
|
|
|
|
Merge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister
2012-09-27
1
-1
/
+6
|
\
\
\
\
\
|
*
\
\
\
\
Merge pull request #405 from hdclark/master
Philipp Hagemeister
2012-09-27
1
-1
/
+6
|
|
\
\
\
\
\
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
Added support for custom user agents.
hdclark
2012-08-22
1
-1
/
+6
|
|
|
|
/
/
|
|
|
/
|
|
*
|
/
|
|
original test video
Philipp Hagemeister
2012-09-27
2
-0
/
+0
|
/
/
/
/
*
|
|
|
Merge remote-tracking branch 'FiloSottille/automation'
Philipp Hagemeister
2012-09-27
10
-36
/
+272
|
\
\
\
\
|
*
|
|
|
add PREFIX option to make install
Filippo Valsorda
2012-09-26
1
-2
/
+3
|
*
|
|
|
moved make release to devscripts/release.sh
Filippo Valsorda
2012-09-25
4
-11
/
+12
|
*
|
|
|
A more "make-esque" Makefile with file targets and dependencies
Filippo Valsorda
2012-08-03
1
-31
/
+31
|
*
|
|
|
added one-step realese script 'make release version=nn' - closes #158
Filippo Valsorda
2012-08-01
1
-1
/
+11
|
*
|
|
|
added automatically generated bash-completion; closes #191
Filippo Valsorda
2012-08-01
2
-2
/
+22
|
*
|
|
|
auto-generating manpage from README.md (closes #151); redesigned Makefile
Filippo Valsorda
2012-08-01
5
-32
/
+226
|
*
|
|
|
Merge branch 'joehillen/master' - pull request #381
Filippo Valsorda
2012-08-01
2
-1
/
+4
|
|
\
\
\
\
|
|
*
|
|
|
Added install target to Makefile.
joehillen
2012-07-22
2
-1
/
+4
*
|
|
|
|
|
Merge remote-tracking branch 'FiloSottille/supports'
Philipp Hagemeister
2012-09-27
3
-28
/
+148
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Re-engineered XNXXIE to actually exit on ERRORs even with -i
Filippo Valsorda
2012-08-19
3
-27
/
+21
|
*
|
|
|
|
|
Merge pull request #398 from tempname/master
Filippo Valsorda
2012-08-19
2
-1
/
+72
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
bugfix and standarize the youku.com support
Filippo Valsorda
2012-08-19
4
-267
/
+2
|
*
|
|
|
|
|
|
Merge pull request #395 from thesues/master
Filippo Valsorda
2012-08-19
3
-0
/
+391
|
|
\
\
\
\
\
\
\
|
|
*
\
\
\
\
\
\
Merge branch 'master' of github.com:thesues/youtube-dl
dongmao zhang
2012-08-10
1
-1
/
+3
|
|
|
\
\
\
\
\
\
\
|
|
|
*
|
|
|
|
|
|
add www.youku.com support
dongmao zhang
2012-08-09
3
-0
/
+133
|
|
*
|
|
|
|
|
|
|
merge
dongmao zhang
2012-08-09
3
-2
/
+256
|
|
*
|
|
|
|
|
|
|
fix 0a->0A bug
dongmao zhang
2012-08-09
1
-3
/
+3
|
|
*
|
|
|
|
|
|
|
youku default to download hd2 video
dongmao zhang
2012-08-09
2
-4
/
+20
[prev]
[next]