aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/networking/_urllib.py
Commit message (Expand)AuthorAgeFilesLines
* Bugfix for 59e92b1f1833440bb2190f847eb735cf0f90bc85Simon Sawicki2023-09-021-0/+2
* [rh/urllib] Simplify gzip decoding (#7611)Simon Sawicki2023-08-271-15/+3
* [networking] Remove dot segments during URL normalization (#7662)coletdjnz2023-07-281-3/+4
* [networking] Add strict Request extension checking (#7604)coletdjnz2023-07-231-0/+5
* [cleanup] Misc fixespukkandan2023-07-221-2/+2
* [networking] Fix POST requests with zero-length payloads (#7648)bashonly2023-07-201-1/+1
* [networking] Rewrite architecture (#2861)coletdjnz2023-07-151-45/+188
* [networking] Add module (#2861)pukkandan2023-07-151-0/+315