summaryrefslogtreecommitdiffstats
path: root/youtube_dl/YoutubeDL.py
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Sergey M․2017-02-231-4/+16
| | | | compatibility
* [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
| | | | Based on faking X-Forwarded-For HTTP header
* New parameter --playlist-random to randomize playlist download order. Fixes ↵Thomas Christlieb2017-01-311-0/+5
| | | | #11889
* added --autonumber-start NUMBER as a command line option to be able to ↵Costy Petrisor2017-01-291-1/+1
| | | | offset the index at which autonumber formats filenames
* [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
| | | | | | | - 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)
* [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
| | | | | | By default io.open() convert all '\n' occurrences to '\r\n' when writing files. If the content already contains '\r\n', it will be converted to '\r\r\n', breaking some video players.
* 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
| | | | | | | And deprecate the former one Since commit f1388739002a7fd1e8e9c41b642734786fc6c391, this option is not limited to China websites, so rename it.
* [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
| | | | | The value of ENOENT is architecture-dependent, so don't assume it's always 2.
* [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
|
* [YoutubeDL] Sanitize single thumbnail URLSergey M․2016-04-081-1/+4
|
* [YoutubeDL] Fix sanitizing subtitles' urlSergey M․2016-03-281-1/+2
|
* [YoutubeDL] Sort importsSergey M․2016-03-261-5/+5
|
* [YoutubeDL] Sanitize final URLs (Closes #8991)Sergey M․2016-03-261-0/+5
|
* [YoutubeDL] Improve _format_noteSergey M․2016-03-201-1/+1
|
* Added format_id to the filers on -f.John Peel2016-03-181-1/+1
|
* [YoutubeDL] check for --list-thumbnails immediately after processing themremitamine2016-03-131-10/+6
|
* [YoutubeDL] Improve _format_noteSergey M․2016-03-101-1/+3
|