aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/utils.py
Commit message (Expand)AuthorAgeFilesLines
...
* [extractor/rai] Add raisudtirol extractor (#4524)nixxo2022-08-021-0/+1
* [utils] sanitize_open: Allow any IO stream as stdoutpukkandan2022-07-311-1/+3
* [utils, cleanup] Consolidate known media extensionspukkandan2022-07-311-16/+16
* [extractor/archiveorg] Improve handling of formats (#4461)coletdjnz2022-07-291-0/+1
* [youtube,twitch] Allow waiting for channels to become livepukkandan2022-07-261-0/+8
* Reject entire playlists faster with `--match-filter`pukkandan2022-07-261-1/+1
* Remove Python 3.6 supportpukkandan2022-07-181-1/+2
* Fix a904a7f8c6edc42046f0a78fb279739d500d4887pukkandan2022-07-151-24/+7
* Allow users to specify encoding in each config files (#4357)Lesmiscore2022-07-151-10/+52
* [utils] Fix `get_domain`pukkandan2022-07-131-1/+5
* [utils, cleanup] Refactor parse_codecspukkandan2022-07-111-18/+17
* [cleanup] Misc cleanuppukkandan2022-07-091-7/+16
* Do not load system certificates when `certifi` is usedpukkandan2022-07-071-11/+12
* [options] Fix aliases to `--config-location`pukkandan2022-07-011-6/+9
* Fix bug in 612f2be5d3924540158dfbe5f25d841f04cff8c6Lesmiscore2022-06-301-1/+1
* [cleanup] Misc cleanuppukkandan2022-06-291-5/+4
* [update] Ability to set a maximum version for specific variantspukkandan2022-06-291-6/+37
* [cleanup] Fix some typos (#4194)crazymoose777562022-06-261-1/+1
* [extractor] Fix `_create_request` when headers is Nonepukkandan2022-06-251-2/+2
* [compat] Remove deprecated functions from core codepukkandan2022-06-251-47/+42
* [cleanup] Consistent style for file headspukkandan2022-06-251-3/+2
* [compat] Remove more functionspukkandan2022-06-251-65/+59
* [utils] Fix inconsistent default handling between HTTP and HTTPS requests (#4...coletdev2022-06-241-1/+1
* Fix playlist error handlingpukkandan2022-06-221-0/+2
* [update] Expose more functionality to APIpukkandan2022-06-211-3/+4
* [utils] `ExtractorError`: Fix `exc_info`pukkandan2022-06-201-0/+2
* Bugfix for 7b2c3f47c6b586a208655fcfc716bba3f8619d1epukkandan2022-06-201-7/+7
* [cleanup] Miscpukkandan2022-06-201-29/+37
* [docs] Improvementspukkandan2022-06-201-1/+1
* [extractor/BiliIntl] Fix metadata extractionpukkandan2022-06-201-0/+4
* Improve error handling of bad config filespukkandan2022-06-181-0/+2
* [cleanup, utils] Don't use kwargs for `format_field`pukkandan2022-06-181-3/+3
* [cleanup] Minor fixes (#4096)christoph-heinrich2022-06-171-1/+1
* Add option `--lazy-playlist` to process entries as they are receivedpukkandan2022-06-171-44/+37
* Add slicing notation to `--playlist-items`pukkandan2022-06-171-0/+152
* [utils] `Popen`: Refactor to use contextmanagerpukkandan2022-06-161-17/+25
* [utils] `locked_file`: Fix for PyPy on Windowspukkandan2022-06-131-1/+2
* [cleanup] Misc fixes (see desc)pukkandan2022-06-121-21/+12
* [cleanup] Misc fixespukkandan2022-06-111-4/+4
* Add option `--download-sections` to download video partiallypukkandan2022-06-071-0/+17
* [extractor] Add `_search_json`pukkandan2022-06-061-0/+13
* [cleanup] Misc fixespukkandan2022-06-031-3/+6
* [utils] Send HTTP/1.1 ALPN extension (#3889)coletdev2022-05-281-0/+7
* [cleanup] Misc fixes and cleanuppukkandan2022-05-271-29/+32
* `--config-location -` to provide options interactivelypukkandan2022-05-271-0/+9
* [build, cleanup] Refactorpukkandan2022-05-221-2/+2
* [cleanup] Miscpukkandan2022-05-211-41/+32
* [utils] Fix bug in 0b9c08b47bb5e95c21b067044ace4e824d19a9c2pukkandan2022-05-201-1/+18
* [utils] Improve performance using `functools.cache`pukkandan2022-05-191-2/+5
* [utils] `ISO3166Utils`: Add `EU` and `AP`pukkandan2022-05-191-0/+3