Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | [YoutubeDL] Do not override id, extractor and extractor_key in url_transparent | Sergey M․ | 2017-07-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | All these meta fields must be borrowed from final extractor that actually performs extraction. This commit fixes extractor id in download archives for url_transparent downloads. Previously, 'transparent' extractor was erroneously used for extractor archive id, e.g. 'eggheadlesson 4n8ugwwj5t' instead of 'wistia 4n8ugwwj5t'. | |||||
* | | [YoutubeDL] PEP 8 | Sergey M․ | 2017-07-15 | 1 | -2/+3 | |
| | | ||||||
* | | [YoutubeDL] Don't expand env variables in meta fields (closes #13637) | Sergey M․ | 2017-07-14 | 1 | -1/+14 | |
| | | ||||||
* | | Keep in sync with ffmpeg's current malformed AAC bitstream wording (closes ↵ | Sergey M․ | 2017-07-09 | 1 | -2/+2 | |
| | | | | | | | | #13587) | |||||
* | | [YoutubeDL] Skip malformed formats for better extraction robustness | Sergey M․ | 2017-06-23 | 1 | -4/+12 | |
| | | ||||||
* | | [YoutubeDL] Sanitize more fields (#13313) | Sergey M․ | 2017-06-08 | 1 | -15/+37 | |
| | | ||||||
* | | [YoutubeDL] Don't emit ANSI escape codes on Windows | CeruleanSky | 2017-06-03 | 1 | -6/+7 | |
| | | ||||||
* | | [YoutubeDL] Force restrict filenames when no locale is set for python 2 as ↵ | Sergey M․ | 2017-05-09 | 1 | -2/+2 | |
|/ | | | | well (#13027) | |||||
* | [YoutubeDL] Fix output template for missing timestamp (closes #12796) | Sergey M․ | 2017-04-24 | 1 | -1/+1 | |
| | ||||||
* | [YoutubeDL] Apply expand_path after output template substitution | Sergey M․ | 2017-04-16 | 1 | -2/+1 | |
| | | | | | | os.path.expandvars translates '%%' into '%' making output template invalid. Before: '%%(ext)s' -(expand path)-> '%(ext)s' -(outtmpl subst.)-> 'mp4' After: '%%(ext)s' -(outtmpl subst.)-> '%(ext)s' -(expand path)-> '%(ext)s' | |||||
* | [YoutubeDL] Propagate overridden metadata to IE results of type url (closes ↵ | Sergey M․ | 2017-04-16 | 1 | -1/+8 | |
| | | | | #11163) | |||||
* | improve coding style | Remita Amine | 2017-04-12 | 1 | -1/+1 | |
| | ||||||
* | [YoutubeDL] Return early when extraction of url_transparent fails | Sergey M․ | 2017-03-31 | 1 | -0/+6 | |
| | ||||||
* | Use expand_path where appropriate (closes #12556) | Sergey M․ | 2017-03-26 | 1 | -3/+3 | |
| | ||||||
* | [YoutubeDL] Allow multiple input URLs to be used with stdout as output template | Sergey M․ | 2017-03-19 | 1 | -0/+1 | |
| | ||||||
* | [YoutubeDL] Don't sanitize identifiers (closes #12317) | Sergey M․ | 2017-03-01 | 1 | -1/+1 | |
| | ||||||
* | Suppress help for all deprecated options and print warning when used | Sergey M․ | 2017-02-24 | 1 | -2/+12 | |
| | ||||||
* | [YoutubeDL] Add more numeric fields for NA substitution in outtmpl | Sergey M․ | 2017-02-23 | 1 | -0/+1 | |
| | ||||||
* | [YoutubeDL] Rewrite outtmpl for playlist_index and autonumber for backward ↵ | Sergey M․ | 2017-02-23 | 1 | -4/+16 | |
| | | | | compatibility | |||||
* | [YoutubeDL] Add support for string formatting operations in output template | Sergey M․ | 2017-02-23 | 1 | -1/+35 | |
| | ||||||
* | Rename bypass geo restriction options | Sergey M․ | 2017-02-19 | 1 | -3/+2 | |
| | ||||||
* | Add faked X-Forwarded-For to formats' HTTP headers | Sergey M․ | 2017-02-19 | 1 | -0/+14 | |
| | ||||||
* | Add experimental geo restriction bypass mechanism | Sergey M․ | 2017-02-19 | 1 | -0/+17 | |
| | | | | Based on faking X-Forwarded-For HTTP header | |||||
* | New parameter --playlist-random to randomize playlist download order. Fixes ↵ | Thomas Christlieb | 2017-01-31 | 1 | -0/+5 | |
| | | | | #11889 | |||||
* | added --autonumber-start NUMBER as a command line option to be able to ↵ | Costy Petrisor | 2017-01-29 | 1 | -1/+1 | |
| | | | | offset the index at which autonumber formats filenames | |||||
* | [YoutubeDL] Improve protocol auto determining (closes #11720) | Sergey M․ | 2017-01-15 | 1 | -1/+1 | |
| | ||||||
* | Fix "invalid escape sequences" error on Python 3.6 | Yen Chi Hsuan | 2017-01-06 | 1 | -1/+1 | |
| | ||||||
* | add Basic support for Smooth Streaming protocol(#8118) | Remita Amine | 2016-11-02 | 1 | -1/+1 | |
| | ||||||
* | Unify coding cookie | Déstin Reed | 2016-10-03 | 1 | -1/+1 | |
| | ||||||
* | [YoutubeDL] Improve Adobe Pass options' wording | Sergey M․ | 2016-09-15 | 1 | -3/+3 | |
| | ||||||
* | [ap] improve adobe pass names and parse error handling | Remita Amine | 2016-09-14 | 1 | -1/+1 | |
| | ||||||
* | [adobepass] add specific options for adobe pass authentication | Remita Amine | 2016-09-13 | 1 | -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 Amine | 2016-09-12 | 1 | -0/+1 | |
| | | | | Provider(closes #10606) | |||||
* | [YoutubeDL] check only for None Value in thumbnails sorting | Remita Amine | 2016-08-25 | 1 | -2/+4 | |
| | ||||||
* | [YoutubeDL] add fallback value for thumbnails values in thumbnails sorting | Remita Amine | 2016-08-25 | 1 | -2/+2 | |
| | ||||||
* | [YoutubeDL] Autocalculate ext when ext is None | Sergey M․ | 2016-08-21 | 1 | -2/+2 | |
| | ||||||
* | [YoutubeDL] Disable newline conversion when writing subtitles | Yen Chi Hsuan | 2016-08-11 | 1 | -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 files | lkho | 2016-08-10 | 1 | -1/+1 | |
| | ||||||
* | Fix --min/max-sleep-interval wording | Sergey M․ | 2016-08-09 | 1 | -5/+10 | |
| | ||||||
* | Add --max-sleep-interval (Closes #9930) | singh-pratyush96 | 2016-08-09 | 1 | -1/+5 | |
| | ||||||
* | [YoutubeDL] Fix incomplete formats check | Sergey M․ | 2016-07-16 | 1 | -4/+3 | |
| | ||||||
* | [YoutubeDL] Fix format selection with filters (Closes #10083) | Sergey M․ | 2016-07-16 | 1 | -16/+47 | |
| | ||||||
* | Rename --cn-verfication-proxy to --geo-verification-proxy | Yen Chi Hsuan | 2016-07-03 | 1 | -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 ids | Sergey M․ | 2016-06-09 | 1 | -0/+4 | |
| | ||||||
* | Don't hardcode errno constant | Jakub Wilk | 2016-05-14 | 1 | -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 results | Sergey M․ | 2016-05-14 | 1 | -0/+1 | |
| | ||||||
* | [utils] Register SOCKS protocols in urllib and support SOCKS4A | Yen Chi Hsuan | 2016-05-10 | 1 | -0/+3 | |
| | ||||||
* | Expanduser for more options with input files | Sergey M․ | 2016-05-08 | 1 | -0/+1 | |
| | ||||||
* | [YoutubeDL] Skip non-relevant field types when building output template | Sergey M․ | 2016-05-02 | 1 | -1/+1 | |
| | ||||||
* | [YoutubeDL] Properly process unable-to-download-error on python2 | Sergey M․ | 2016-05-02 | 1 | -1/+1 | |
| |