moved from custom pytube to pytubefix

This commit is contained in:
hhh
2024-11-02 00:10:13 +02:00
parent 6826c7fd63
commit 1b1f217b75
26 changed files with 16 additions and 5992 deletions

View File

@@ -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"]