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
/
options.py
Age
Commit message (
Expand
)
Author
2015-07-21
[options] Fix a typo (#6307)
Sergey M․
2015-07-11
Revert xvid to avi and make docs to be similar to existing external downloade...
Sergey M․
2015-07-11
Merge branch 'master' of https://github.com/aurium/youtube-dl into aurium-master
Sergey M․
2015-06-30
Rename --pp-params to --postprocessor-args and access value as super class at...
Aurélio A. Heckert
2015-06-29
Merge pull request #6097 from dstftw/union-itags-from-multiple-dashmpd
Sergey M.
2015-06-27
[options] Clarify --youtube-skip-dash-manifest
Sergey M․
2015-06-27
[options] Add missing whitespace and split lines
Sergey M․
2015-06-24
Merge pull request #5961 from dstftw/force-generic-extractor
Sergey M.
2015-06-16
Use shlex.split for --pp-params and update related docs.
Aurélio A. Heckert
2015-06-15
[options] Add missing whitespace for --fixup description
Sergey M․
2015-06-12
Add `--force-generic-extractor`
Sergey M․
2015-06-09
Adds support for XviD output with extra parametrization
Aurélio A. Heckert
2015-06-07
[options] Clarify `--list-extractors` (Closes #5916)
Sergey M․
2015-05-22
Clarify that --dump-pages encodes the pages using base64 (#5781)
Jaime Marquínez Ferrándiz
2015-05-21
[options] Clarify `--metadata-from-title` additional templates
Sergey M․
2015-05-02
[options] Clarify `--write-annotations` help
Sergey M․
2015-05-01
Add ability to embed subtitles in mkv files (closes #5434)
Nikoli
2015-04-25
Remove the --max-quality option
Jaime Marquínez Ferrándiz
2015-04-19
Move the documentation for the `--format` option to the manpage
Jaime Marquínez Ferrándiz
2015-04-12
[options] Fix file based configurations for python 2 (Closes #5401)
Sergey M․
2015-04-04
[options] Fix load info help string
Sergey M․
2015-04-04
[options] `Number` is a verb here
Sergey M․
2015-04-04
[options] extractor is lowercase
Sergey M․
2015-04-04
[options] Restore some strings
Sergey M․
2015-04-04
Merge branch 'patch-1' of https://github.com/tuexss/youtube-dl into tuexss-pa...
Sergey M․
2015-04-04
Do not encode outtmpl twice (Closes #5288)
Sergey M․
2015-03-25
Clean up of --help output
testbonn
2015-03-24
[options] Handle special characters in argv (Fixes #5157)
Philipp Hagemeister
2015-03-14
[metadatafromtitle] Some improvements and cleanup
Jaime Marquínez Ferrándiz
2015-03-14
Add metadata from title parser
phiresky
2015-03-08
[options] Rename --dump-intermediate-pages to --dump-pages for consistence wi...
Philipp Hagemeister
2015-03-03
[letv] Add --cn-verification-proxy (Closes #5077)
Philipp Hagemeister
2015-03-02
[downloader/external] Add support for custom options (Fixes #4885, closes #5098)
Philipp Hagemeister
2015-02-28
Use shutil.get_terminal_size for getting the terminal width if it's available...
Jaime Marquínez Ferrándiz
2015-02-28
Add postprocessor for converting subtitles (closes #4954)
Jaime Marquínez Ferrándiz
2015-02-24
[options] Add --yes-playlist as inverse of --no-playlist (Fixes #5051)
Philipp Hagemeister
2015-02-23
Merge branch 'subtitles-rework'
Jaime Marquínez Ferrándiz
2015-02-17
[downloader] Add --hls-prefer-native to use the native HLS downloader (#4966)
Philipp Hagemeister
2015-02-16
Improve subtitles support
Jaime Marquínez Ferrándiz
2015-02-16
[ffmpeg] Add --ffmpeg-location
Philipp Hagemeister
2015-02-10
[options] Add alias --dump-header for --print-traffic
Philipp Hagemeister
2015-02-10
[options] Add --no-color
Philipp Hagemeister
2015-02-10
[YoutubeDL] Add generic video filtering (Fixes #4916)
Philipp Hagemeister
2015-02-10
Use snake_case instead of camelCase
Philipp Hagemeister
2015-02-09
[options] Mention asr as possible filter
Sergey M․
2015-02-09
[options] Update help on string comparisons
Sergey M․
2015-02-02
[options] Mark --fixup as non-experimental and correct its help
Philipp Hagemeister
2015-01-26
[YoutubeDL] Allow format filtering by fps
Philipp Hagemeister
2015-01-25
Add --xattr-set-filesize option (Fixes #1348)
Philipp Hagemeister
2015-01-25
[options] Add support for infinite retries (Fixes #507)
Philipp Hagemeister
[next]