1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-03 23:43:21 -04:00

[cleanup] Minor fixes

This commit is contained in:
pukkandan
2022-05-18 09:04:30 +05:30
parent 80e8493ee7
commit 21633673c3
8 changed files with 26 additions and 18 deletions

View File

@@ -869,6 +869,7 @@ def main(argv=None):
from .extractor import gen_extractors, list_extractors
__all__ = [
'main',
'YoutubeDL',