Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-31 | Improve custom config support (closes #10648) | Sergey M․ | |
2016-12-31 | Add option --config-location | Fabian Stahl | |
A configfile can now be passed to youtube_dl. undo changes Raise parser error if file not found, change to user_conf change metavar hand helptext for --configfile Fix help for --configfile Update help for --configfile Numbering placeholder in configfile error msg minor fix Change option --configfile top --config-file Fix -config-file error | |||
2016-12-31 | [README.md] Fix spelling and harmonize line length | David Haberthür | |
2016-09-15 | [options] Actually print Adobe Pass options sections in --help | Sergey M․ | |
2016-09-15 | [options] Improve Adobe Pass wording | Sergey M․ | |
2016-09-14 | [adobepass] rename --ap-mso-list option to --ap-list-mso | Remita Amine | |
2016-09-14 | [ap] improve adobe pass names and parse error handling | Remita Amine | |
2016-09-14 | [adobepass] remove unnecessary option | Remita Amine | |
2016-09-13 | [adobepass] add specific options for adobe pass authentication | Remita Amine | |
- add --ap-username and --ap-password option to specify TV provider username and password in the cmd line - add --ap-retries option to limit the number of retries - add --list-ap-msi-ids to list the supported TV Providers | |||
2016-09-12 | [adobepass] add an option to specify mso_id and support for ROGERS TV ↵ | Remita Amine | |
Provider(closes #10606) | |||
2016-09-03 | Introduce --skip-unavailable-fragments | Sergey M․ | |
2016-08-18 | [options] Remove output template description from --help | Sergey M․ | |
Same reasons as for --format | |||
2016-08-09 | Fix --min/max-sleep-interval wording | Sergey M․ | |
2016-08-09 | Add --max-sleep-interval (Closes #9930) | singh-pratyush96 | |
2016-08-02 | [options] Hide --password=secret in verbose output | Philipp Hagemeister | |
2016-07-09 | [options] Rollback old behavior for configuratio files' encoding | Sergey M․ | |
Until agreed with some solution | |||
2016-07-07 | [options] Do not decode Unicode on Python 2.x | Philipp Hagemeister | |
The configuration file contents are being returned as unicode now, so decoding them is no longer necessary. (Run python2 with -3 to see the warning before this commit) | |||
2016-07-03 | Rename --cn-verfication-proxy to --geo-verification-proxy | Yen Chi Hsuan | |
And deprecate the former one Since commit f1388739002a7fd1e8e9c41b642734786fc6c391, this option is not limited to China websites, so rename it. | |||
2016-07-01 | [options] Accept quoted string across multiple lines (#9940) | Jaime Marquínez Ferrándiz | |
Like: -f " bestvideo+bestaudio/ best " | |||
2016-06-06 | [options] Add --load-info-json alias for symmetry with --write-info-json | Sergey M․ | |
2016-05-30 | [options] Add --limit-rate alias for rate limiting option | Sergey M․ | |
Closes #9644 In order to follow regular --verb-noun pattern and better conformity with wget and curl | |||
2016-05-10 | [options] Update --proxy description for SOCKS proxies | Yen Chi Hsuan | |
2016-04-21 | Add --hls-prefer-ffmpeg | Sergey M․ | |
2016-04-21 | [options] Remove experimental mark for --hls-prefer-native | Sergey M․ | |
2016-03-23 | Merge pull request #8898 from dstftw/fragment-retries | Sergey M | |
Add --fragment-retries option (Fixes #8466) | |||
2016-03-20 | [postprocessort/ffmpeg] Allow embedding webvtt into webm (Closes #8874) | Sergey M․ | |
2016-03-19 | [options] Add --fragment-retries option | Sergey M․ | |
2016-03-01 | [options] Add --no-mark-watched (#5054) | Sergey M․ | |
2016-03-01 | Add --mark-watched feature (Closes #5054) | Sergey M․ | |
2016-02-14 | [refactor] Single quotes consistency | Sergey M․ | |
2016-01-30 | [options] Add missing closing parenthesis | Sergey M․ | |
2016-01-30 | Add --hls-use-mpegts option | Jaime Marquínez Ferrándiz | |
When using the mpegts container hls vidoes can be played while being downloaded (useful if you are recording a live stream). VLC and mpv play them file, but QuickTime doesn't. | |||
2016-01-23 | [options] Clarify language tags | Sergey M․ | |
2015-12-30 | [options] Prefer --convert-subs spelling | Sergey M․ | |
2015-11-28 | [options] Changed wording for --list-formats | Yen Chi Hsuan | |
As proposed by @dstftw at 9bff48a0e7128b4d274a5dab4aaac8da0c900ede | |||
2015-11-27 | [options] Clarify --list-formats needs videos (closes #7669) | Yen Chi Hsuan | |
2015-11-16 | Clarify that automatic subtitles are generated. | Rastislav Barlik | |
It wasn't clear what automatic word mean. | |||
2015-10-02 | [options] Cleanup double spaces in help texts | Yen Chi Hsuan | |
2015-09-05 | [options] Use compat_shlex_split | Sergey M․ | |
2015-09-01 | [options] Clarify extractors supporting videopassword | Sergey M․ | |
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 ↵ | Sergey M․ | |
downloader option | |||
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 ↵ | Aurélio A. Heckert | |
attribute | |||
2015-06-29 | Merge pull request #6097 from dstftw/union-itags-from-multiple-dashmpd | Sergey M. | |
[youtube] Extract formats from multiple DASH manifests (Closes #6093) | |||
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. | |
Add --force-generic-extractor | |||
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․ | |