aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/options.py
Commit message (Expand)AuthorAgeFilesLines
* [options] Add --no-mark-watched (#5054)Sergey M․2016-03-011-0/+4
* Add --mark-watched feature (Closes #5054)Sergey M․2016-03-011-0/+4
* [refactor] Single quotes consistencySergey M․2016-02-141-1/+1
* [options] Add missing closing parenthesisSergey M․2016-01-301-1/+1
* Add --hls-use-mpegts optionJaime Marquínez Ferrándiz2016-01-301-0/+5
* [options] Clarify language tagsSergey M․2016-01-231-1/+1
* [options] Prefer --convert-subs spellingSergey M․2015-12-301-1/+1
* [options] Changed wording for --list-formatsYen Chi Hsuan2015-11-281-1/+1
* [options] Clarify --list-formats needs videos (closes #7669)Yen Chi Hsuan2015-11-271-1/+1
* Clarify that automatic subtitles are generated.Rastislav Barlik2015-11-161-1/+1
* [options] Cleanup double spaces in help textsYen Chi Hsuan2015-10-021-2/+2
* [options] Use compat_shlex_splitSergey M․2015-09-051-2/+2
* [options] Clarify extractors supporting videopasswordSergey M․2015-09-011-1/+1
* [options] Fix a typo (#6307)Sergey M․2015-07-211-1/+1
* Revert xvid to avi and make docs to be similar to existing external downloade...Sergey M․2015-07-111-3/+3
* Merge branch 'master' of https://github.com/aurium/youtube-dl into aurium-masterSergey M․2015-07-111-1/+5
|\
| * Rename --pp-params to --postprocessor-args and access value as super class at...Aurélio A. Heckert2015-06-301-2/+2
| * Use shlex.split for --pp-params and update related docs.Aurélio A. Heckert2015-06-161-2/+2
| * Adds support for XviD output with extra parametrizationAurélio A. Heckert2015-06-091-1/+5
* | Merge pull request #6097 from dstftw/union-itags-from-multiple-dashmpdSergey M.2015-06-291-1/+1
|\ \
| * | [options] Clarify --youtube-skip-dash-manifestSergey M․2015-06-271-1/+1
* | | [options] Add missing whitespace and split linesSergey M․2015-06-271-1/+2
|/ /
* | Merge pull request #5961 from dstftw/force-generic-extractorSergey M.2015-06-241-0/+4
|\ \
| * | Add `--force-generic-extractor`Sergey M․2015-06-121-0/+4
| |/
* / [options] Add missing whitespace for --fixup descriptionSergey M․2015-06-151-1/+1
|/
* [options] Clarify `--list-extractors` (Closes #5916)Sergey M․2015-06-071-1/+1
* Clarify that --dump-pages encodes the pages using base64 (#5781)Jaime Marquínez Ferrándiz2015-05-221-1/+1
* [options] Clarify `--metadata-from-title` additional templatesSergey M․2015-05-211-1/+1
* [options] Clarify `--write-annotations` helpSergey M․2015-05-021-1/+1
* Add ability to embed subtitles in mkv files (closes #5434)Nikoli2015-05-011-1/+1
* Remove the --max-quality optionJaime Marquínez Ferrándiz2015-04-251-4/+0
* Move the documentation for the `--format` option to the manpageJaime Marquínez Ferrándiz2015-04-191-26/+1
* [options] Fix file based configurations for python 2 (Closes #5401)Sergey M․2015-04-121-7/+8
* [options] Fix load info help stringSergey M․2015-04-041-1/+1
* [options] `Number` is a verb hereSergey M․2015-04-041-1/+1
* [options] extractor is lowercaseSergey M․2015-04-041-1/+1
* [options] Restore some stringsSergey M․2015-04-041-2/+2
* Merge branch 'patch-1' of https://github.com/tuexss/youtube-dl into tuexss-pa...Sergey M․2015-04-041-98/+98
|\
| * Clean up of --help outputtestbonn2015-03-251-98/+98
* | Do not encode outtmpl twice (Closes #5288)Sergey M․2015-04-041-1/+2
|/
* [options] Handle special characters in argv (Fixes #5157)Philipp Hagemeister2015-03-241-0/+5
* [metadatafromtitle] Some improvements and cleanupJaime Marquínez Ferrándiz2015-03-141-3/+3
* Add metadata from title parserphiresky2015-03-141-0/+9
* [options] Rename --dump-intermediate-pages to --dump-pages for consistence wi...Philipp Hagemeister2015-03-081-1/+1
* [letv] Add --cn-verification-proxy (Closes #5077)Philipp Hagemeister2015-03-031-0/+6
* [downloader/external] Add support for custom options (Fixes #4885, closes #5098)Philipp Hagemeister2015-03-021-1/+5
* Use shutil.get_terminal_size for getting the terminal width if it's available...Jaime Marquínez Ferrándiz2015-02-281-2/+2
* Add postprocessor for converting subtitles (closes #4954)Jaime Marquínez Ferrándiz2015-02-281-0/+4
* [options] Add --yes-playlist as inverse of --no-playlist (Fixes #5051)Philipp Hagemeister2015-02-241-0/+4
* Merge branch 'subtitles-rework'Jaime Marquínez Ferrándiz2015-02-231-2/+2
|\