aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* [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
* [__init__] Fix missing subtitles if --add-metadata is used (#12423)Yen Chi Hsuan2017-03-111-5/+10
* [__init__] Metadata should be added after conversionYen Chi Hsuan2017-03-061-3/+5
* 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
* New parameter --playlist-random to randomize playlist download order. Fixes #...Thomas Christlieb2017-01-311-0/+1
* [options] Refactor autonumber options and add validation (closes #727, closes...Sergey M․2017-01-291-0/+6
* added --autonumber-start NUMBER as a command line option to be able to offset...Costy Petrisor2017-01-291-0/+1
* Improve custom config support (closes #10648)Sergey M․2016-12-311-2/+1
* Add option --config-locationFabian Stahl2016-12-311-0/+1
* Update coding style after pycodestyle 2.1.0Yen Chi Hsuan2016-11-171-0/+1
* 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
* [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
* [adobepass] add an option to specify mso_id and support for ROGERS TV Provide...Remita Amine2016-09-121-0/+1
* Introduce --skip-unavailable-fragmentsSergey M․2016-09-031-0/+1
* Add more checks for --min/max-sleep-interval arguments and use more idiomatic...Sergey M․2016-08-091-4/+8
* 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
* [__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
* 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
* Handle postprocessor_args similarly to external_downloader_argsSergey M․2015-07-111-1/+4
* Revert xvid to avi and make docs to be similar to existing external downloade...Sergey M․2015-07-111-1/+1
* Merge branch 'master' of https://github.com/aurium/youtube-dl into aurium-masterSergey M․2015-07-111-1/+2
|\
| * Simplify `postprocessor_args` transmission to PP base classAurélio A. Heckert2015-07-011-1/+1
| * Rename --pp-params to --postprocessor-args and access value as super class at...Aurélio A. Heckert2015-06-301-5/+1
| * Use shlex.split for --pp-params and update related docs.Aurélio A. Heckert2015-06-161-2/+4
| * Adds support for XviD output with extra parametrizationAurélio A. Heckert2015-06-091-1/+4
* | Add `--force-generic-extractor`Sergey M․2015-06-121-0/+1
|/
* [postprocessor/embedthumbnail] Use thumbnails downloaded by YoutubeDLYen Chi Hsuan2015-05-141-1/+7
* ExecAfterDownloadPP, YoutubeDL: remove unused parametersJaime Marquínez Ferrándiz2015-05-101-2/+0