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