aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/utils.py
Commit message (Expand)AuthorAgeFilesLines
...
* Add option `--alias`pukkandan2022-05-191-8/+14
* [cleanup] Minor fixespukkandan2022-05-181-1/+3
* [utils] `is_html`: Handle double BOMpukkandan2022-05-181-6/+5
* Bugfix for 591bb9d3553a4d7b453777c1e28e0948741e3b50pukkandan2022-05-171-4/+7
* Fix color in `-q -F`pukkandan2022-05-171-2/+14
* [cleanup] Misc cleanuppukkandan2022-05-171-36/+30
* [extractor] Use classmethod/property where possiblepukkandan2022-05-131-0/+1
* Fix `--date today`pukkandan2022-05-111-17/+15
* [cookies] Allow `cookiefile` to be a text streampukkandan2022-05-111-2/+22
* Bugfix for 59f943cd5097e9bdbc3cb3e6b5675e43d369341apukkandan2022-05-101-2/+1
* [cleanup] Minor fixes (See desc)pukkandan2022-05-091-44/+43
* Allow use of weaker ciphers with `--legacy-server-connect`pukkandan2022-05-071-6/+10
* Add support for SSL client certificate authentication (#3435)coletdev2022-05-021-0/+8
* Fix redirect HTTP method handling (#3577)coletdev2022-05-011-1/+13
* [utils] `locked_file`: Ignore illegal seek on `truncate` (#3610)Justin Keogh2022-05-011-1/+5
* [cleanup] Misc fixes (see desc)pukkandan2022-05-011-6/+6
* [XAttrMetadata] Refactor and document dependenciespukkandan2022-05-011-72/+41
* [utils] YoutubeDLCookieJar: Detect and reject JSON file (#3599)Lesmiscore2022-05-011-0/+4
* [cleanup] Misc fixespukkandan2022-04-291-1/+3
* `--match-filter -` to interactively ask for each videopukkandan2022-04-281-4/+8
* [utils] `write_string`: Workaround newline issue in `conhost`pukkandan2022-04-281-0/+4
* [compat/asyncio] Use `asyncio.all_tasks`pukkandan2022-04-261-4/+4
* Revert acbc64225006964cf52d316e007a77a1b5e2975bpukkandan2022-04-261-13/+8
* [utils] WebSocketsWrapper: Ignore warnings at websockets instantiationLesmiscore2022-04-251-6/+13
* [dependencies] Create module with all dependency importspukkandan2022-04-211-16/+9
* Don't imply `-s` for later stages of `-O`pukkandan2022-04-201-1/+1
* bugfix for a44ca5a470e09b5170fc9c3a46733f050fadbfae, 19a0394044bfad36cd665450...pukkandan2022-04-191-1/+1
* [cleanup] Misc cleanup and refactor (#2173)pukkandan2022-04-181-65/+38
* [utils] Fix WebSocketsWrapperpukkandan2022-04-151-0/+1
* [utils] certifi: Make sure the pem file existspukkandan2022-04-121-1/+2
* [cleanup] Misc cleanup (#2173)pukkandan2022-04-121-7/+7
* [cleanup] Sort importspukkandan2022-04-121-13/+9
* [cleanup] Upgrade syntaxpukkandan2022-04-121-54/+49
* [cleanup] Mark some compat variables for removal (#2173)pukkandan2022-04-121-26/+18
* [cleanup] Remove unused code paths (#2173)felix2022-04-121-226/+21
* [utils] locked_file: Do not give executable bits for newly created filesLesmiscore2022-04-101-1/+1
* [utils] `sanitize_path`: Fix when path is empty stringpukkandan2022-04-091-1/+1
* [test] Add `test_locked_file`pukkandan2022-04-071-2/+3
* [utils] locked_file: Fix non-blocking non-exclusive lockpukkandan2022-04-071-8/+5
* [utils] locked_file: Do not truncate files before locking (#2994)Justin Keogh2022-04-061-4/+19
* Do not lock downloading file on Windowspukkandan2022-04-051-0/+4
* Do not prevent download if locking is unsupportedpukkandan2022-04-051-44/+47
* [cleanup] Misc fixespukkandan2022-04-051-8/+11
* [niconico] Fix extraction of thumbnails and uploader (#3266)Lesmiscore (Naoya Ozaki)2022-04-011-2/+5
* [utils] `traverse_obj`: Allow filtering by valuepukkandan2022-03-311-3/+3
* [utils] Add `try_call`pukkandan2022-03-311-6/+10
* [ffmpeg] Cache version datapukkandan2022-03-291-1/+3
* [utils] Add `filter_dict`pukkandan2022-03-281-6/+6
* [youtube:tab] Fix duration extraction for shorts (#3171)coletdev2022-03-281-6/+6
* [outtmpl] Limit changes during sanitizationpukkandan2022-03-271-15/+19