index
:
youtube-dl.git
debian
master
upstream
packaging youtube-dl for debian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
youtube_dl
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
New debug option --write-pages
Philipp Hagemeister
2013-10-28
1
-0
/
+4
*
Document the %(format_id)s field for the output template
Jaime Marquínez Ferrándiz
2013-10-25
1
-1
/
+2
*
Hide the video password on verbose mode
Jaime Marquínez Ferrándiz
2013-10-23
1
-1
/
+1
*
Add new option --abort-on-error
Philipp Hagemeister
2013-10-18
1
-0
/
+3
*
Document %(format)s (#1612)
Philipp Hagemeister
2013-10-18
1
-1
/
+3
*
Add metavar to --cache-dir
Philipp Hagemeister
2013-10-18
1
-1
/
+1
*
Merge remote-tracking branch 'jaimeMF/format_selection'
Philipp Hagemeister
2013-10-18
1
-1
/
+1
|
\
|
*
Implement format selection in YoutubeDL
Jaime Marquínez Ferrándiz
2013-10-11
1
-1
/
+1
*
|
Use upper-case for prefixes in help to signify bytes (#1043)
Philipp Hagemeister
2013-10-15
1
-2
/
+2
*
|
Merge remote-tracking branch 'alphapapa/master'
Philipp Hagemeister
2013-10-15
1
-1
/
+1
|
\
\
|
*
|
Clarify that download rate is in bytes per second
alphapapa
2013-07-13
1
-1
/
+1
*
|
|
Do not import *
Philipp Hagemeister
2013-10-15
1
-5
/
+31
*
|
|
Credit @Elbandi for sztvhu
Philipp Hagemeister
2013-10-15
1
-0
/
+1
*
|
|
[youtube] Adds #1312 Download annotations
Jai Grimshaw
2013-10-14
1
-0
/
+4
|
|
/
|
/
|
*
|
Add a PostProcessor for adding metadata to the file (closes #1570)
Jaime Marquínez Ferrándiz
2013-10-11
1
-0
/
+5
*
|
Fix the printing of the proxy map in debug mode
Jaime Marquínez Ferrándiz
2013-10-07
1
-2
/
+7
*
|
Move opener setup into a separate helper function
Philipp Hagemeister
2013-10-07
1
-21
/
+33
*
|
Restore warning when user forgets to quote URL (#1396)
Philipp Hagemeister
2013-10-07
1
-0
/
+2
*
|
Merge branch 'download-archive'
Philipp Hagemeister
2013-10-06
1
-0
/
+4
|
\
\
|
*
|
Add basic --download-archive option
Philipp Hagemeister
2013-10-06
1
-0
/
+4
*
|
|
Allow users to specify an age limit (fixes #1545)
Philipp Hagemeister
2013-10-06
1
-0
/
+4
|
/
/
*
|
Fix help of --cachedir
Philipp Hagemeister
2013-10-02
1
-1
/
+1
*
|
[youtube] Simplify cache_dir code (#1529)
Philipp Hagemeister
2013-10-02
1
-7
/
+1
*
|
Merge remote-tracking branch 'holomorph/master'
Philipp Hagemeister
2013-10-02
1
-3
/
+13
|
\
\
|
*
|
Support XDG base directory specification
Mark Oteiza
2013-09-30
1
-3
/
+13
*
|
|
implement --no-playlist to only download current video - closes #755
Filippo Valsorda
2013-09-30
1
-0
/
+2
|
/
/
*
|
[update] Look for .exe extension on Windows (Fixes #745)
Philipp Hagemeister
2013-09-29
1
-1
/
+1
*
|
Remove debugging code
Philipp Hagemeister
2013-09-24
1
-1
/
+1
*
|
Add option --no-cache-dir
Philipp Hagemeister
2013-09-24
1
-3
/
+8
*
|
Allow opts.cachedir == None to disable cache
Philipp Hagemeister
2013-09-24
1
-1
/
+1
*
|
[youtube] Actually pass in cachedir option
Philipp Hagemeister
2013-09-22
1
-1
/
+2
*
|
[youtube] Improve cache and add an option to print the extracted signatures
Philipp Hagemeister
2013-09-22
1
-0
/
+6
*
|
Abort if extractaudio is given without a variable extension (#1470)
Philipp Hagemeister
2013-09-21
1
-0
/
+4
*
|
Credit @Ruirize for newgrounds
Philipp Hagemeister
2013-09-18
1
-0
/
+1
*
|
Clarify -i help (#1453)
Philipp Hagemeister
2013-09-18
1
-1
/
+1
*
|
Always correct encoding when writing to sys.stderr (Fixes #1435)
Philipp Hagemeister
2013-09-16
1
-10
/
+10
*
|
Now --all-sub is a modifier to --write-sub and --write-auto-sub (closes #1412)
Jaime Marquínez Ferrándiz
2013-09-14
1
-0
/
+5
*
|
Credit @iemejia
Jaime Marquínez Ferrándiz
2013-09-11
1
-0
/
+1
*
|
Merge branch 'master' into subtitles_rework
Ismael Mejia
2013-09-06
1
-5
/
+21
|
\
\
|
*
|
Credit @Huarong for tv.sohu.com
Jaime Marquínez Ferrándiz
2013-09-04
1
-0
/
+1
|
*
|
add support for "-f mp4" for YouTube
Allan Zhou
2013-08-30
1
-1
/
+1
|
*
|
Hide the password and username in verbose mode (closes #1089)
Jaime Marquínez Ferrándiz
2013-08-28
1
-3
/
+13
|
*
|
Fix platform name in Python 2 with --verbose (Closes #1228)
Philipp Hagemeister
2013-08-28
1
-1
/
+2
|
*
|
Delete default user agent (Fixes #1309)
Philipp Hagemeister
2013-08-27
1
-0
/
+4
|
*
|
Allow to specify multiple subtitles languages separated by commas (closes #518)
Jaime Marquínez Ferrándiz
2013-08-23
1
-4
/
+8
*
|
|
[subtitles] fixed multiple subtitles language separated by comma after merge
Ismael Mejia
2013-09-06
1
-4
/
+8
*
|
|
Merge branch 'master' into subtitles_rework
Ismael Mejia
2013-08-28
1
-0
/
+4
|
\
\
\
|
|
/
/
|
*
|
Add a post processor for embedding subtitles in mp4 videos (closes #1052)
Jaime Marquínez Ferrándiz
2013-08-23
1
-0
/
+4
*
|
|
Merge branch 'master' into subtitles_rework
Ismael Mejia
2013-08-22
1
-2
/
+5
|
\
\
\
|
|
/
/
|
*
|
[subtitles] separated subtitle options in their own group
Ismael Mejia
2013-08-22
1
-12
/
+15
[next]