Fix downloader

This commit is contained in:
BarsTiger
2023-10-18 12:29:59 +03:00
parent 9348f1c19b
commit d6868f6570
4 changed files with 40 additions and 14 deletions

View File

@@ -1,7 +1,8 @@
from .youtube import YouTube
from pytube.exceptions import AgeRestrictedError
youtube = YouTube()
__all__ = ['youtube']
__all__ = ['youtube', 'AgeRestrictedError']