X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=devscripts%2Fmake_lazy_extractors.py;h=19114d30d1aa59e394e0c35e7ec9446eb4969c56;hb=582be3584761030bfbee13b0c6ea9e6ce2c8a790;hp=9a79c2bc5a6d57f6de31be45b29807e36bd8e12f;hpb=5b6a74856babce30e9e72701259f790322281d3a;p=youtube-dl diff --git a/devscripts/make_lazy_extractors.py b/devscripts/make_lazy_extractors.py index 9a79c2bc5..19114d30d 100644 --- a/devscripts/make_lazy_extractors.py +++ b/devscripts/make_lazy_extractors.py @@ -59,6 +59,7 @@ def build_lazy_ie(ie, name): s += make_valid_template.format(valid_url=ie._make_valid_url()) return s + # find the correct sorting and add the required base classes so that sublcasses # can be correctly created classes = _ALL_CLASSES[:-1]