aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/utils/_legacy.py
Commit message (Collapse)AuthorAgeFilesLines
* [networking] Remove dot segments during URL normalization (#7662)coletdjnz2023-07-281-1/+3
| | | | | | | This implements RFC3986 5.2.4 remove_dot_segments during the URL normalization process. Closes #3355, #6526 Authored by: coletdjnz
* [compat, networking] Deprecate old functions (#2861)coletdjnz2023-07-151-1/+61
| | | | Authored by: coletdjnz, pukkandan
* [cleanup] Miscpukkandan2023-06-211-1/+5
| | | | | Closes #6288, Closes #7197, Closes #7265, Closes #7353, Closes #5773 Authored by: mikf, freezboltz, pukkandan
* [cookies] Move `YoutubeDLCookieJar` to cookies module (#7091)coletdjnz2023-05-271-0/+3
| | | Authored by: coletdjnz
* [core] Deprecate internal `Youtubedl-no-compression` header (#6876)coletdjnz2023-05-201-0/+10
| | | Authored by: coletdjnz
* [cleanup, utils] Split into submodules (#7090)coletdjnz2023-05-201-0/+163
Closes https://github.com/yt-dlp/yt-dlp/pull/2173 Authored by: pukkandan, coletdjnz Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>