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
/
__init__.py
Age
Commit message (
Expand
)
Author
2013-12-03
Document disabling proxy (#1882)
Philipp Hagemeister
2013-12-03
[configuration] Undo code breakage
Philipp Hagemeister
2013-12-03
Correct configuration file locations
Philipp Hagemeister
2013-12-03
Add Windows configuration file locations (#1881)
Philipp Hagemeister
2013-12-03
Clarify --download-archive help (#1757)
Philipp Hagemeister
2013-12-02
Credit @dstftw for smotri IE
Philipp Hagemeister
2013-12-02
Add --socket-timeout option
Philipp Hagemeister
2013-11-30
Merge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister
2013-11-30
Clarify help of --write-pages (#1853)
Philipp Hagemeister
2013-11-29
Clarify --download-archive help
Philipp Hagemeister
2013-11-29
fix typo in help
Nicolas Kaiser
2013-11-26
Include the proxy in the parameters for YoutubeDL (fixes #1831)
Jaime Marquínez Ferrándiz
2013-11-25
Do not warn about fixed output template if --max-downloads is 1
Philipp Hagemeister
2013-11-24
Merge branch 'master' into opener-to-ydl
Philipp Hagemeister
2013-11-24
Credit @takuya0301 for niconico
Philipp Hagemeister
2013-11-22
Move the opener to the YoutubeDL object.
Philipp Hagemeister
2013-11-20
Credit @diffycat for anitube
Philipp Hagemeister
2013-11-20
import json for --dump-json
Philipp Hagemeister
2013-11-20
Add an option to dump json information
Mohamedh Fazal
2013-11-17
Save and restore console title (Fixes #1782)
Philipp Hagemeister
2013-11-13
Credit @saper for tvp IE (#1730)
Philipp Hagemeister
2013-11-13
Credit @jelly for gamekings extractor (#1759)
Philipp Hagemeister
2013-11-11
Clarify -c. Do not pass it in if you don't know what you're doing
Philipp Hagemeister
2013-11-09
Fix the documentation of '--autonumber-size' (#1743)
Jaime Marquínez Ferrándiz
2013-10-28
New debug option --write-pages
Philipp Hagemeister
2013-10-25
Document the %(format_id)s field for the output template
Jaime Marquínez Ferrándiz
2013-10-23
Hide the video password on verbose mode
Jaime Marquínez Ferrándiz
2013-10-18
Add new option --abort-on-error
Philipp Hagemeister
2013-10-18
Document %(format)s (#1612)
Philipp Hagemeister
2013-10-18
Add metavar to --cache-dir
Philipp Hagemeister
2013-10-18
Merge remote-tracking branch 'jaimeMF/format_selection'
Philipp Hagemeister
2013-10-15
Use upper-case for prefixes in help to signify bytes (#1043)
Philipp Hagemeister
2013-10-15
Merge remote-tracking branch 'alphapapa/master'
Philipp Hagemeister
2013-10-15
Do not import *
Philipp Hagemeister
2013-10-15
Credit @Elbandi for sztvhu
Philipp Hagemeister
2013-10-14
[youtube] Adds #1312 Download annotations
Jai Grimshaw
2013-10-11
Implement format selection in YoutubeDL
Jaime Marquínez Ferrándiz
2013-10-11
Add a PostProcessor for adding metadata to the file (closes #1570)
Jaime Marquínez Ferrándiz
2013-10-07
Fix the printing of the proxy map in debug mode
Jaime Marquínez Ferrándiz
2013-10-07
Move opener setup into a separate helper function
Philipp Hagemeister
2013-10-07
Restore warning when user forgets to quote URL (#1396)
Philipp Hagemeister
2013-10-06
Merge branch 'download-archive'
Philipp Hagemeister
2013-10-06
Allow users to specify an age limit (fixes #1545)
Philipp Hagemeister
2013-10-06
Add basic --download-archive option
Philipp Hagemeister
2013-10-02
Fix help of --cachedir
Philipp Hagemeister
2013-10-02
[youtube] Simplify cache_dir code (#1529)
Philipp Hagemeister
2013-10-02
Merge remote-tracking branch 'holomorph/master'
Philipp Hagemeister
2013-09-30
Support XDG base directory specification
Mark Oteiza
2013-09-30
implement --no-playlist to only download current video - closes #755
Filippo Valsorda
2013-09-29
[update] Look for .exe extension on Windows (Fixes #745)
Philipp Hagemeister
[next]