about summary refs log tree commit diff
path: root/youtube_dl/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* [workflows/ci.yml] Restore test support for Py 3.2dirkf2023-07-051-5/+3
|
* Introduce --output-na-placeholder (closes #27896)Sergey M․2021-01-221-0/+1
|
* Output batch filename when it could not be read (#21915)cantandwont2019-08-011-1/+1
|
* Fix W504 and disable W503 (closes #20863)Sergey M․2019-05-111-8/+8
|
* Check for valid --min-sleep-interval when --max-sleep-interval is specifiedJesse de Zwart2019-03-211-0/+2
|
* Start moving to ytdl-orgSergey M․2019-03-111-1/+1
|
* Improve geo bypass mechanismSergey M․2018-05-021-0/+1
| | | | | | * Introduce geo bypass context * Add ability to bypass based on IP blocks in CIDR notation * Introduce --geo-bypass-ip-block
* Revert "Respect --prefer-insecure while updating (closes #15497)"Sergey M․2018-02-271-1/+1
| | | | This reverts commit 7d2b4aa04790b51a0b2b717eed618296115061a8.
* Respect --prefer-insecure while updating (closes #15497)Sergey M․2018-02-181-1/+1
|
* Introduce --http-chunk-sizeSergey M․2018-02-031-0/+6
|
* [options] Accept lrc as a subtitle conversion target format (closes #14292)Yen Chi Hsuan2017-09-231-1/+1
|
* Introduce --keep-fragmentsSergey M․2017-04-241-0/+1
|
* Use expand_path where appropriate (closes #12556)Sergey M․2017-03-261-4/+4
|
* [postprocessor/ffmpeg] Add support for flacPhilipp Hagemeister2017-03-161-1/+1
| | | | Requested at http://stackoverflow.com/q/42828041/35070
* [__init__] Fix missing subtitles if --add-metadata is used (#12423)Yen Chi Hsuan2017-03-111-5/+10
| | | | The previous fix for #5594 is incorrect
* [__init__] Metadata should be added after conversionYen Chi Hsuan2017-03-061-3/+5
| | | | Fixes #5594
* Suppress help for all deprecated options and print warning when usedSergey M․2017-02-241-0/+3
|
* Rename bypass geo restriction optionsSergey M․2017-02-191-2/+2
|
* Add experimental geo restriction bypass mechanismSergey M․2017-02-191-0/+2
| | | | Based on faking X-Forwarded-For HTTP header
* New parameter --playlist-random to randomize playlist download order. Fixes ↵Thomas Christlieb2017-01-311-0/+1
| | | | #11889
* [options] Refactor autonumber options and add validation (closes #727, ↵Sergey M․2017-01-291-0/+6
| | | | closes #2702, closes #9362)
* added --autonumber-start NUMBER as a command line option to be able to ↵Costy Petrisor2017-01-291-0/+1
| | | | offset the index at which autonumber formats filenames
* Improve custom config support (closes #10648)Sergey M․2016-12-311-2/+1
|
* Add option --config-locationFabian Stahl2016-12-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | 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
* Update coding style after pycodestyle 2.1.0Yen Chi Hsuan2016-11-171-0/+1
| | | | | | | | | | 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
* Add explanatory commentFooBarQuaxx2016-11-161-1/+1
|
* Strip only args urlsMAA2016-11-161-2/+1
|
* Unify coding cookieDéstin Reed2016-10-031-1/+1
|
* [__init__] Fix lost xattr if --embed-thumbnail usedYen Chi Hsuan2016-10-021-2/+4
| | | | | Reported at https://github.com/rg3/youtube-dl/issues/9054#issuecomment-250451823
* [downloader/http] Use write_xattr function for --xattr-set-filesizeYen Chi Hsuan2016-10-011-6/+0
|
* [adobepass] rename --ap-mso-list option to --ap-list-msoRemita Amine2016-09-141-2/+2
|
* [ap] improve adobe pass names and parse error handlingRemita Amine2016-09-141-3/+5
|
* [adobepass] remove unnecessary optionRemita Amine2016-09-141-3/+0
|
* [adobepass] add specific options for adobe pass authenticationRemita Amine2016-09-131-0/+15
| | | | | | | - 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
* [adobepass] add an option to specify mso_id and support for ROGERS TV ↵Remita Amine2016-09-121-0/+1
| | | | Provider(closes #10606)
* Introduce --skip-unavailable-fragmentsSergey M․2016-09-031-0/+1
|
* Add more checks for --min/max-sleep-interval arguments and use more ↵Sergey M․2016-08-091-4/+8
| | | | idiomatic naming
* Add --max-sleep-interval (Closes #9930)singh-pratyush962016-08-091-0/+7
|
* Rename --cn-verfication-proxy to --geo-verification-proxyYen Chi Hsuan2016-07-031-0/+2
| | | | | | | And deprecate the former one Since commit f1388739002a7fd1e8e9c41b642734786fc6c391, this option is not limited to China websites, so rename it.
* [__init__] Use write_string instead of compat_string (Closes #9689)Sergey M․2016-06-051-5/+4
|
* [__init__] Simplify colon presence checkSergey M․2016-05-111-1/+1
|
* Bugfix: Allow colons in custom HTTP header values.teemuy2016-05-111-1/+1
|
* Expanduser for more options with input filesSergey M․2016-05-081-1/+1
|
* Expand user's home in batch file path.Kevin Deldycke2016-05-071-1/+3
|
* [options] Add --fragment-retries optionSergey M․2016-03-191-5/+12
|
* Add --mark-watched feature (Closes #5054)Sergey M․2016-03-011-0/+1
|
* Add --hls-use-mpegts optionJaime Marquínez Ferrándiz2016-01-301-0/+1
| | | | | 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.
* Using internal openerDavid Ben Zakai2015-11-101-1/+1
|
* Adding proxy to update procedureDavid Ben Zakai2015-11-101-1/+1
|
* [__init__] Use compat_shlex_splitSergey M․2015-09-051-3/+3
|