aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/YoutubeDL.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14225 from Tithen-Firion/openload-phantomjs-methodYen Chi Hsuan2017-09-161-0/+2
|\
| * [phantomjs] add exe version to debug infoTithen-Firion2017-08-031-0/+2
* | Merge pull request #12909 from remitamine/raw-subYen Chi Hsuan2017-09-131-21/+22
|\ \
| * | [YoutubeDL] write raw subtitle filesRemita Amine2017-04-291-21/+22
| |/
* | [YoutubeDL] Ensure dir existence for each requested format (closes #14116)Sergey M․2017-09-051-8/+16
* | [YoutubeDL] Sanitize byte string format URLs (#13951)Sergey M․2017-08-171-3/+5
* | [YoutubeDL] Make sure format id is not emptySergey M․2017-08-121-1/+1
* | [YoutubeDL] Improve default format specification (closes #13704)Sergey M․2017-07-231-8/+23
* | [YoutubeDL] Do not override id, extractor and extractor_key in url_transparentSergey M․2017-07-211-1/+1
* | [YoutubeDL] PEP 8Sergey M․2017-07-151-2/+3
* | [YoutubeDL] Don't expand env variables in meta fields (closes #13637)Sergey M․2017-07-141-1/+14
* | 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