]> jfr.im git - yt-dlp.git/commit
[cleanup] Minor fixes (See desc)
authorpukkandan <redacted>
Mon, 9 May 2022 11:54:28 +0000 (17:24 +0530)
committerpukkandan <redacted>
Mon, 9 May 2022 12:29:26 +0000 (17:59 +0530)
commit0f06bcd7591332937fdec497d6cbb4914358bc79
treed202c952782c1ea96277f60ca55dcb182e0a1916
parentd239db030671b9445c77c7d8cb190ba5fee76b96
[cleanup] Minor fixes (See desc)

* [youtube] Fix `--youtube-skip-dash-manifest`
* [build] Use `$()` in `Makefile`. Closes #3684
* Fix bug in 385ffb467b2285e85a2a5495b90314ba1f8e0700
* Fix bug in 43d7f5a5d0c77556156a3f8caa6976d3908a1e38
* [cleanup] Remove unnecessary `utf-8` from `str.encode`/`bytes.decode`
* [utils] LazyList: Expose unnecessarily "protected" attributes
and other minor cleanup
35 files changed:
Makefile
devscripts/make_readme.py
devscripts/make_supportedsites.py
devscripts/update-formulae.py
test/helper.py
test/test_InfoExtractor.py
test/test_YoutubeDLCookieJar.py
test/test_aes.py
test/test_compat.py
test/test_http.py
test/test_socks.py
test/test_subtitles.py
test/test_update.py.disabled
test/test_utils.py
yt_dlp/YoutubeDL.py
yt_dlp/aes.py
yt_dlp/cookies.py
yt_dlp/downloader/external.py
yt_dlp/downloader/f4m.py
yt_dlp/downloader/hls.py
yt_dlp/downloader/http.py
yt_dlp/downloader/ism.py
yt_dlp/downloader/mhtml.py
yt_dlp/downloader/niconico.py
yt_dlp/downloader/websocket.py
yt_dlp/downloader/youtube_live_chat.py
yt_dlp/extractor/dplay.py
yt_dlp/extractor/generic.py
yt_dlp/extractor/youtube.py
yt_dlp/postprocessor/common.py
yt_dlp/postprocessor/xattrpp.py
yt_dlp/socks.py
yt_dlp/update.py
yt_dlp/utils.py
yt_dlp/webvtt.py