aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/utils/_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor/camfm] Add extractors (#7083)garret2023-05-291-0/+1
| | | Authored by: garret1317
* [core] Support decoding multiple content encodings (#7142)coletdjnz2023-05-271-29/+32
| | | Authored by: coletdjnz
* [cookies] Move `YoutubeDLCookieJar` to cookies module (#7091)coletdjnz2023-05-271-130/+0
| | | Authored by: coletdjnz
* [core] Improve HTTP redirect handling (#7094)coletdjnz2023-05-271-38/+21
| | | | | | | Aligns HTTP redirect handling with what browsers commonly do and RFC standards. Fixes issues https://github.com/yt-dlp/yt-dlp/commit/afac4caa7db30804bebac33e53c3cb0237958224 missed. Authored by: coletdjnz
* Update to ytdl-commit-d1c6c5pukkandan2023-05-241-2/+10
| | | | | | | | | | | [YouTube] [core] Improve platform debug log, based on yt-dlp https://github.com/ytdl-org/youtube-dl/commit/d1c6c5c4d618fa950813c0c71aede34a5ac851e9 Except: * 6ed34338285f722d0da312ce0af3a15a077a3e2a [jsinterp] Add short-cut evaluation for common expression * There was no performance improvement when tested with https://github.com/ytdl-org/youtube-dl/issues/30641 * e8de54bce50f6f77a4d7e8e80675f7003d5bf630 [core] Handle `/../` sequences in HTTP URLs * We plan to implement this differently
* [devscripts/cli_to_api] Add scriptpukkandan2023-05-241-2/+4
|
* [core] Deprecate internal `Youtubedl-no-compression` header (#6876)coletdjnz2023-05-201-17/+6
| | | Authored by: coletdjnz
* [cleanup, utils] Split into submodules (#7090)coletdjnz2023-05-201-0/+6104
Closes https://github.com/yt-dlp/yt-dlp/pull/2173 Authored by: pukkandan, coletdjnz Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>