aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/options.py
Commit message (Collapse)AuthorAgeFilesLines
* [options] Changed wording for --list-formatsYen Chi Hsuan2015-11-281-1/+1
| | | | As proposed by @dstftw at 9bff48a0e7128b4d274a5dab4aaac8da0c900ede
* [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
| | | | It wasn't clear what automatic word mean.
* [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 ↵Sergey M․2015-07-111-3/+3
| | | | downloader option
* 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 ↵Aurélio A. Heckert2015-06-301-2/+2
| | | | | | | | attribute
| * 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
| | | | | | | | | | | | | | | | | | | | | | | | As the "LG Time Machine" (a (not so) smart TV) has a limitation for video dimensions (as for codecs), I take to implement an extra parameter `--pp-params` where we can send extra parameterization for the video converter (post-processor). Example: ``` $ youtube-dl --recode-video=xvid --pp-params='-s 720x480' -c https://www.youtube.com/watch?v=BE7Qoe2ZiXE ``` That works fine on a 4yo LG Time Machine. Closes #5733
* | Merge pull request #6097 from dstftw/union-itags-from-multiple-dashmpdSergey M.2015-06-291-1/+1
|\ \ | | | | | | [youtube] Extract formats from multiple DASH manifests (Closes #6093)
| * | [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
| * | Add `--force-generic-extractor`Sergey M․2015-06-121-0/+4
| |/ | | | | | | | | | | | | | | | | | | For some extractors that are hard to workout a good _VALID_URL we use very vague and unrestrictive ones, e.g. just allowing anything after hostname and capturing part of URL as id. If some of these extractors happen to have an video embed of some different hoster or platform and this scenario was not handled in extractor itself we end up with inability to download this embed until extractor is fixed to support embed of this kind. Forcing downloader to use the generic extractor can be a neat temporary solution for this problem. Example: FiveTV extractor with Tvigle embed - http://www.5-tv.ru/rabota/broadcasts/48/
* / [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
| | | | | It doesn't work well with 'bestvideo' and 'bestaudio' because they are usually before the max quality. Format filters should be used instead, they are more flexible and don't require the requested quality to exist for each video.
* Move the documentation for the `--format` option to the manpageJaime Marquínez Ferrándiz2015-04-191-26/+1
| | | | It's too big for beeing embedded in the help message and it's easier to edit in the markdown file.
* [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 ↵Sergey M․2015-04-041-98/+98
|\ | | | | | | tuexss-patch-1
| * Clean up of --help outputtestbonn2015-03-251-98/+98
| | | | | | For consistency and readability
* | 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
| | | | | | | | * Remove the 'songtitle' field, 'title' can be used instead. * Remove newlines in the help text, for consistency with other options. * Add 'from __future__ import unicode_literals'. * Call '__init__' from the parent class. * Add test for the format_to_regex method
* Add metadata from title parserphiresky2015-03-141-0/+9
| | | | (Closes #5125)
* [options] Rename --dump-intermediate-pages to --dump-pages for consistence ↵Philipp Hagemeister2015-03-081-1/+1
| | | | with --write-pages
* [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 ↵Jaime Marquínez Ferrándiz2015-02-281-2/+2
| | | | available (python >= 3.3)
* 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
|\ | | | | | | (Closes PR #4964)
| * Improve subtitles supportJaime Marquínez Ferrándiz2015-02-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | For each language the extractor builds a list with the available formats sorted (like for video formats), then YoutubeDL selects one of them using the '--sub-format' option which now allows giving the format preferences (for example 'ass/srt/best'). For each format the 'url' field can be set so that we only download the contents if needed, or if the contents needs to be processed (like in crunchyroll) the 'data' field can be used. The reasons for this change are: * We weren't checking that the format given with '--sub-format' was available, checking it in each extractor would be repetitive. * It allows to easily support giving a format preference. * The subtitles were automatically downloaded in the extractor, but I think that if you use for example the '--dump-json' option you want to finish as fast as possible. Currently only the ted extractor has been updated, but the old system still works.
* | [downloader] Add --hls-prefer-native to use the native HLS downloader (#4966)Philipp Hagemeister2015-02-171-0/+4
| |
* | [ffmpeg] Add --ffmpeg-locationPhilipp Hagemeister2015-02-161-0/+4
|/
* [options] Add alias --dump-header for --print-trafficPhilipp Hagemeister2015-02-101-1/+1
|
* [options] Add --no-colorPhilipp Hagemeister2015-02-101-0/+5
|
* [YoutubeDL] Add generic video filtering (Fixes #4916)Philipp Hagemeister2015-02-101-0/+19
| | | | This functionality is intended to eventually encompass the current format filtering.
* Use snake_case instead of camelCasePhilipp Hagemeister2015-02-101-12/+12
|