]> jfr.im git - yt-dlp.git/commit - yt_dlp/jsinterp.py
[cleanup] Misc fixes (see desc)
authorpukkandan <redacted>
Wed, 25 May 2022 12:23:46 +0000 (17:53 +0530)
committerpukkandan <redacted>
Sat, 11 Jun 2022 18:38:16 +0000 (00:08 +0530)
commit64fa820ccf61a7aea6c2a48b1362b3a4ec270cad
treea2b5d5f8e6bcb2bbcfe8dea06bb899a1943cff2f
parent56ba69e4c991e81a449882258be08d0b6b98c648
[cleanup] Misc fixes (see desc)

* [tvver] Fix bug in 6837633a4a614920b6e43ffc6b4b8590dca8c9d7 - Closes #4054
* [rumble] Fix tests - Closes #3976
* [make] Remove `cat` abuse - Closes #3989
* [make] Revert #3684 - Closes #3814
* [utils] Improve `get_elements_by_class` - Closes #3993
* [utils] Inherit `Namespace` from `types.SimpleNamespace`
* [utils] Use `re.fullmatch` for matching filters
* [jsinterp] Handle quotes in `_separate`
* [make_readme] Allow overshooting last line

Authored by: pukkandan, kwconder, MrRawes, Lesmiscore
.github/workflows/build.yml
Makefile
README.md
devscripts/make_readme.py
yt_dlp/YoutubeDL.py
yt_dlp/downloader/common.py
yt_dlp/extractor/rumble.py
yt_dlp/jsinterp.py
yt_dlp/utils.py