Fix downloader
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
from .youtube import YouTube
|
||||
from pytube.exceptions import AgeRestrictedError
|
||||
|
||||
|
||||
youtube = YouTube()
|
||||
|
||||
|
||||
__all__ = ['youtube']
|
||||
__all__ = ['youtube', 'AgeRestrictedError']
|
||||
|
||||
Reference in New Issue
Block a user