]> jfr.im git - yt-dlp.git/blobdiff - Makefile
[extractor/youtube] Improve nsig function name extraction
[yt-dlp.git] / Makefile
index ca7d641ab832bf37d971e177ca472ea40d6bfa5a..b1ac0e7d68466c6388dd0437318678cb48e73dcf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,7 @@ offlinetest: codetest
        $(PYTHON) -m pytest -k "not download"
 
 # XXX: This is hard to maintain
-CODE_FOLDERS = yt_dlp yt_dlp/downloader yt_dlp/extractor yt_dlp/postprocessor yt_dlp/compat
+CODE_FOLDERS = yt_dlp yt_dlp/downloader yt_dlp/extractor yt_dlp/postprocessor yt_dlp/compat yt_dlp/compat/urllib yt_dlp/utils yt_dlp/dependencies
 yt-dlp: yt_dlp/*.py yt_dlp/*/*.py
        mkdir -p zip
        for d in $(CODE_FOLDERS) ; do \