* [extractor/bilibili] Fix path "/audio/auxxxxx" download return 403
* [RAI] Added checks for DRM protected content (PR #27657)
reviewed by pukkandan (https://github.com/yt-dlp/yt-dlp/pull/150)
* [RAI] Extend formats with direct http mp4 link (PR #27990)
* initial support for creating direct mp4 link
* improved regexes and info extraction
* added "connection: close" to request headers
* updated to https://github.com/yt-dlp/yt-dlp/pull/208
* [RAI] Fix extraction of http formats
From https://github.com/yt-dlp/yt-dlp/pull/3272
Closes https://github.com/yt-dlp/yt-dlp/issues/3270
Authored by: nixxo
* Disable blank issues
* [Youtube] Fix "n" descrambling for player fae06c11
Resolves#30856.
* [KTH] Add new extractor for KTH play (#30885)
* Implement extractor for KTH play
* Make KTH Play url regex more relaxed
* [streamcz] Remove empty `'{}'.format()` for Py2.6
Use `'-join()'` here, or `{0}`, ..., in general.
* [doc] Clarify test naming
Co-authored-by: lihan7 <lihan7@xiaomi.com>
Co-authored-by: nixxo <nixxo@protonmail.com>
Co-authored-by: dirkf <fieldhouse@gmx.net>
Co-authored-by: Árni Dagur <arni@dagur.eu>