mirror of
https://github.com/soimort/you-get.git
synced 2025-02-11 12:42:29 +03:00
youtube fix
This commit is contained in:
parent
120d7e63e7
commit
0e8d9e54e5
@ -205,7 +205,7 @@ class YouTube(VideoExtractor):
|
||||
self.streams[stream_id]['src'] = [src]
|
||||
self.streams[stream_id]['size'] = urls_size(self.streams[stream_id]['src'])
|
||||
|
||||
site = "YouTube.com"
|
||||
site = YouTube()
|
||||
site_info = "YouTube.com"
|
||||
download = site.download_by_url
|
||||
download_playlist = site.download_playlist_by_url
|
||||
|
Loading…
Reference in New Issue
Block a user