X-Git-Url: https://jfr.im/git/yt-dlp.git/blobdiff_plain/e5458d1d88fcc81011ab19ba610c4b37946c9fa9..add96eb9f84cfffe85682bf2fb85135746994ee8:/devscripts/lazy_load_template.py diff --git a/devscripts/lazy_load_template.py b/devscripts/lazy_load_template.py index 626b85d62..6f52165c5 100644 --- a/devscripts/lazy_load_template.py +++ b/devscripts/lazy_load_template.py @@ -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