aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/YoutubeDL.py
Commit message (Expand)AuthorAgeFilesLines
* Keep in sync with ffmpeg's current malformed AAC bitstream wording (closes #1...Sergey M․2017-07-091-2/+2
* [YoutubeDL] Skip malformed formats for better extraction robustnessSergey M․2017-06-231-4/+12
* [YoutubeDL] Sanitize more fields (#13313)Sergey M․2017-06-081-15/+37
* [YoutubeDL] Don't emit ANSI escape codes on WindowsCeruleanSky2017-06-031-6/+7
* [YoutubeDL] Force restrict filenames when no locale is set for python 2 as we...Sergey M․2017-05-091-2/+2
* [YoutubeDL] Fix output template for missing timestamp (closes #12796)Sergey M․2017-04-241-1/+1
* [YoutubeDL] Apply expand_path after output template substitutionSergey M․2017-04-161-2/+1
* [YoutubeDL] Propagate overridden metadata to IE results of type url (closes #...Sergey M․2017-04-161-1/+8
* improve coding styleRemita Amine2017-04-121-1/+1
* [YoutubeDL] Return early when extraction of url_transparent failsSergey M․2017-03-311-0/+6
* Use expand_path where appropriate (closes #12556)Sergey M․2017-03-261-3/+3
* [YoutubeDL] Allow multiple input URLs to be used with stdout as output templateSergey M․2017-03-191-0/+1
* [YoutubeDL] Don't sanitize identifiers (closes #12317)Sergey M․2017-03-011-1/+1
* Suppress help for all deprecated options and print warning when usedSergey M․2017-02-241-2/+12
* [YoutubeDL] Add more numeric fields for NA substitution in outtmplSergey M․2017-02-231-0/+1
* [YoutubeDL] Rewrite outtmpl for playlist_index and autonumber for backward co...Sergey M․2017-02-231-4/+16
* [YoutubeDL] Add support for string formatting operations in output templateSergey M․2017-02-231-1/+35
* Rename bypass geo restriction optionsSergey M․2017-02-191-3/+2
* Add faked X-Forwarded-For to formats' HTTP headersSergey M․2017-02-191-0/+14
* Add experimental geo restriction bypass mechanismSergey M․2017-02-191-0/+17
* New parameter --playlist-random to randomize playlist download order. Fixes #...Thomas Christlieb2017-01-311-0/+5
* added --autonumber-start NUMBER as a command line option to be able to offset...Costy Petrisor2017-01-291-1/+1
* [YoutubeDL] Improve protocol auto determining (closes #11720)Sergey M․2017-01-151-1/+1
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-1/+1
* add Basic support for Smooth Streaming protocol(#8118)Remita Amine2016-11-021-1/+1
* Unify coding cookieDéstin Reed2016-10-031-1/+1
* [YoutubeDL] Improve Adobe Pass options' wordingSergey M․2016-09-151-3/+3
* [ap] improve adobe pass names and parse error handlingRemita Amine2016-09-141-1/+1
* [adobepass] add specific options for adobe pass authenticationRemita Amine2016-09-131-1/+3
* [adobepass] add an option to specify mso_id and support for ROGERS TV Provide...Remita Amine2016-09-121-0/+1
* [YoutubeDL] check only for None Value in thumbnails sortingRemita Amine2016-08-251-2/+4
* [YoutubeDL] add fallback value for thumbnails values in thumbnails sortingRemita Amine2016-08-251-2/+2
* [YoutubeDL] Autocalculate ext when ext is NoneSergey M․2016-08-211-2/+2
* [YoutubeDL] Disable newline conversion when writing subtitlesYen Chi Hsuan2016-08-111-0/+2
* Preserve line endings for downloaded subtitle fileslkho2016-08-101-1/+1
* Fix --min/max-sleep-interval wordingSergey M․2016-08-091-5/+10
* Add --max-sleep-interval (Closes #9930)singh-pratyush962016-08-091-1/+5
* [YoutubeDL] Fix incomplete formats checkSergey M․2016-07-161-4/+3
* [YoutubeDL] Fix format selection with filters (Closes #10083)Sergey M․2016-07-161-16/+47
* Rename --cn-verfication-proxy to --geo-verification-proxyYen Chi Hsuan2016-07-031-2/+7
* [YoutubeDL] Force string conversion on non string video idsSergey M․2016-06-091-0/+4
* Don't hardcode errno constantJakub Wilk2016-05-141-1/+1
* [YoutubeDL] Sanitize url for url and url_transparent extraction resultsSergey M․2016-05-141-0/+1
* [utils] Register SOCKS protocols in urllib and support SOCKS4AYen Chi Hsuan2016-05-101-0/+3
* Expanduser for more options with input filesSergey M․2016-05-081-0/+1
* [YoutubeDL] Skip non-relevant field types when building output templateSergey M․2016-05-021-1/+1
* [YoutubeDL] Properly process unable-to-download-error on python2Sergey M․2016-05-021-1/+1
* Add --hls-prefer-ffmpegSergey M․2016-04-211-1/+3
* lazy extractors: Output if it's enabled in the verbose logJaime Marquínez Ferrándiz2016-04-081-1/+3
* Delay initialization of InfoExtractors until they are neededJaime Marquínez Ferrándiz2016-04-081-4/+6