]> jfr.im git - yt-dlp.git/blobdiff - devscripts/lazy_load_template.py
[devscripts] Script to generate changelog (#6220)
[yt-dlp.git] / devscripts / lazy_load_template.py
index 626b85d6209ba4c49c00d388c52f2d500633371c..c8815e01bc67fd1f9cb7d4f417daa8d883d7248f 100644 (file)
@@ -10,7 +10,7 @@
 )
 
 # 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