mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-09 23:52:52 +08:00
setup.py: add missing blank line.
This commit is contained in:
parent
32616c14cc
commit
fd3b7464da
1
setup.py
1
setup.py
@ -83,6 +83,7 @@ else:
|
|||||||
else:
|
else:
|
||||||
params['scripts'] = ['bin/youtube-dl']
|
params['scripts'] = ['bin/youtube-dl']
|
||||||
|
|
||||||
|
|
||||||
class build_lazy_extractors(Command):
|
class build_lazy_extractors(Command):
|
||||||
description = 'Build the extractor lazy loading module'
|
description = 'Build the extractor lazy loading module'
|
||||||
user_options = []
|
user_options = []
|
||||||
|
Loading…
Reference in New Issue
Block a user