[yt-dlp] Check common code in extractor subpackage with stubtest (#14682)

This commit is contained in:
Brian Schubert
2025-10-08 13:48:18 +02:00
committed by GitHub
parent 3542650a05
commit b4dc047307
4 changed files with 59 additions and 39 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Extractors will not be stubbed at this time.
yt_dlp.extractor.*
yt_dlp.extractor\.(?!__init__|common*).*
# Postprocessors will not be stubbed at this time.
yt_dlp.postprocessor.*
# Won't be covered.