9 lines
149 B
Python
9 lines
149 B
Python
from pytubefix.exceptions import AgeRestrictedError
|
|
|
|
from .youtube import YouTube
|
|
|
|
youtube = YouTube()
|
|
|
|
|
|
__all__ = ["youtube", "AgeRestrictedError"]
|