diff --git a/setup.py b/setup.py index 508b27f37..15ba46395 100644 --- a/setup.py +++ b/setup.py @@ -83,6 +83,7 @@ else: else: params['scripts'] = ['bin/youtube-dl'] + class build_lazy_extractors(Command): description = 'Build the extractor lazy loading module' user_options = []