Skip to content

Commit 6aa5e56

Browse files
authored
Update __init__.py
1 parent 06163b7 commit 6aa5e56

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
from youtubesearchpython.__future__.search import Search, VideosSearch, ChannelsSearch, PlaylistsSearch, CustomSearch, ChannelSearch
2-
from youtubesearchpython.__future__.extras import Video, Playlist, Suggestions, Hashtag, Comments, Transcript, Channel
3-
from youtubesearchpython.__future__.streamurlfetcher import StreamURLFetcher
1+
from youtubesearchpython.aio.search import Search, VideosSearch, ChannelsSearch, PlaylistsSearch, CustomSearch, ChannelSearch
2+
from youtubesearchpython.aio.extras import Video, Playlist, Suggestions, Hashtag, Comments, Transcript, Channel
3+
from youtubesearchpython.aio.streamurlfetcher import StreamURLFetcher
44
from youtubesearchpython.core.utils import *
55
from youtubesearchpython.core.constants import *
66

77

88
__title__ = 'youtube-search-python'
9-
__version__ = '2.0.0+master'
9+
__version__ = '2.0.0+master'
1010
__author__ = 'Prakhar'
1111
__license__ = 'MIT'

0 commit comments

Comments
 (0)