Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-11 | Fix W504 and disable W503 (closes #20863) | Sergey M․ | |
2019-03-21 | Check for valid --min-sleep-interval when --max-sleep-interval is specified | Jesse de Zwart | |
2019-03-11 | Start moving to ytdl-org | Sergey M․ | |
2018-05-02 | Improve geo bypass mechanism | Sergey M․ | |
* Introduce geo bypass context * Add ability to bypass based on IP blocks in CIDR notation * Introduce --geo-bypass-ip-block | |||
2018-02-27 | Revert "Respect --prefer-insecure while updating (closes #15497)" | Sergey M․ | |
This reverts commit 7d2b4aa04790b51a0b2b717eed618296115061a8. | |||
2018-02-18 | Respect --prefer-insecure while updating (closes #15497) | Sergey M․ | |
2018-02-03 | Introduce --http-chunk-size | Sergey M․ | |
2017-09-23 | [options] Accept lrc as a subtitle conversion target format (closes #14292) | Yen Chi Hsuan | |
2017-04-24 | Introduce --keep-fragments | Sergey M․ | |
2017-03-26 | Use expand_path where appropriate (closes #12556) | Sergey M․ | |
2017-03-16 | [postprocessor/ffmpeg] Add support for flac | Philipp Hagemeister | |
Requested at http://stackoverflow.com/q/42828041/35070 | |||
2017-03-11 | [__init__] Fix missing subtitles if --add-metadata is used (#12423) | Yen Chi Hsuan | |
The previous fix for #5594 is incorrect | |||
2017-03-06 | [__init__] Metadata should be added after conversion | Yen Chi Hsuan | |
Fixes #5594 | |||
2017-02-24 | Suppress help for all deprecated options and print warning when used | Sergey M․ | |
2017-02-19 | Rename bypass geo restriction options | Sergey M․ | |
2017-02-19 | Add experimental geo restriction bypass mechanism | Sergey M․ | |
Based on faking X-Forwarded-For HTTP header | |||
2017-01-31 | New parameter --playlist-random to randomize playlist download order. Fixes ↵ | Thomas Christlieb | |
#11889 | |||
2017-01-29 | [options] Refactor autonumber options and add validation (closes #727, ↵ | Sergey M․ | |
closes #2702, closes #9362) | |||
2017-01-29 | added --autonumber-start NUMBER as a command line option to be able to ↵ | Costy Petrisor | |
offset the index at which autonumber formats filenames | |||
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-11-17 | Update coding style after pycodestyle 2.1.0 | Yen Chi Hsuan | |
In pycodestyle 2.1.0, E305 was introduced, which requires two blank lines after top level declarations, too. See https://github.com/PyCQA/pycodestyle/issues/400 See also #10689; thanks @stepshal for first mentioning this issue and initial patches | |||
2016-11-16 | Add explanatory comment | FooBarQuaxx | |
2016-11-16 | Strip only args urls | MAA | |
2016-10-03 | Unify coding cookie | Déstin Reed | |
2016-10-02 | [__init__] Fix lost xattr if --embed-thumbnail used | Yen Chi Hsuan | |
Reported at https://github.com/rg3/youtube-dl/issues/9054#issuecomment-250451823 | |||
2016-10-01 | [downloader/http] Use write_xattr function for --xattr-set-filesize | Yen Chi Hsuan | |
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-09 | Add more checks for --min/max-sleep-interval arguments and use more ↵ | Sergey M․ | |
idiomatic naming | |||
2016-08-09 | Add --max-sleep-interval (Closes #9930) | singh-pratyush96 | |
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-06-05 | [__init__] Use write_string instead of compat_string (Closes #9689) | Sergey M․ | |
2016-05-11 | [__init__] Simplify colon presence check | Sergey M․ | |
2016-05-11 | Bugfix: Allow colons in custom HTTP header values. | teemuy | |
2016-05-08 | Expanduser for more options with input files | Sergey M․ | |
2016-05-07 | Expand user's home in batch file path. | Kevin Deldycke | |
2016-03-19 | [options] Add --fragment-retries option | Sergey M․ | |
2016-03-01 | Add --mark-watched feature (Closes #5054) | 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. | |||
2015-11-10 | Using internal opener | David Ben Zakai | |
2015-11-10 | Adding proxy to update procedure | David Ben Zakai | |
2015-09-05 | [__init__] Use compat_shlex_split | Sergey M․ | |
2015-07-11 | Handle postprocessor_args similarly to external_downloader_args | 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․ | |