]> jfr.im git - yt-dlp.git/blobdiff - devscripts/lazy_load_template.py
[cleanup] Add more ruff rules (#10149)
[yt-dlp.git] / devscripts / lazy_load_template.py
index 626b85d6209ba4c49c00d388c52f2d500633371c..6f52165c5c551fe58d37d63696eb7c9660d588c2 100644 (file)
@@ -6,11 +6,12 @@
     age_restricted,
     bug_reports_message,
     classproperty,
+    variadic,
     write_string,
 )
 
 # These bloat the lazy_extractors, so allow them to passthrough silently
-ALLOWED_CLASSMETHODS = {'get_testcases', 'extract_from_webpage'}
+ALLOWED_CLASSMETHODS = {'extract_from_webpage', 'get_testcases', 'get_webpage_testcases'}
 _WARNED = False