You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\ZOHAIB\Downloads\Compressed\youtube.py-2.1.0\youtube.py-2.1.0\e
xamples\test.py", line 8, in
streams = Video("https://www.youtube.com/watch?v=B6_iQvaIjXw").streams
File "..\youtube_main_.py", line 103, in init
self.Prefetch()
File "..\youtube_main_.py", line 117, in Prefetch
self.fmts , self.issig, self.video_info = Get_video_info(self.http,self.vid
eo_info_url)
File "..\youtube\Extract.py", line 83, in Get_video_info
raise VideoInfo(f"Video Info not found <{url}> please contact <{issues}>
, help us make it more stable for everyone")
youtube.Error.VideoInfo: Video Info not found <https://youtube.com/get_video_inf
o?video_id=B6_iQvaIjXw&ps=default&eurl=https://www.youtube.com/watch?v=B6_iQvaIj
Xw&hl=en_US&html5=1&c=TVHTML5&cver=6.20180913> please contact <https://github.co
m/youtube-py/youtube.py/issues>, help us make it more stable for everyone
The text was updated successfully, but these errors were encountered:
When i am trying to download test video it returns video info not found.
Video Info not found <https://youtube.com/get_video_info?video_id=B6_iQvaIjXw&ps
=default&eurl=https://www.youtube.com/watch?v=B6_iQvaIjXw&hl=en_US&html5=1&c=TVH
TML5&cver=6.20180913> please contact <https://github.com/youtube-py/youtube.py/i
ssues>
Traceback (most recent call last):
File "..\youtube\Extract.py", line 72, in Get_video_info
Fdata = {unquote(o.split("=")[0]):unquote(o.split("=")[1]) for o in r.split(
"&")}
File "..\youtube\Extract.py", line 72, in
Fdata = {unquote(o.split("=")[0]):unquote(o.split("=")[1]) for o in r.split(
"&")}
IndexError: list index out of range
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\ZOHAIB\Downloads\Compressed\youtube.py-2.1.0\youtube.py-2.1.0\e
xamples\test.py", line 8, in
streams = Video("https://www.youtube.com/watch?v=B6_iQvaIjXw").streams
File "..\youtube_main_.py", line 103, in init
self.Prefetch()
File "..\youtube_main_.py", line 117, in Prefetch
self.fmts , self.issig, self.video_info = Get_video_info(self.http,self.vid
eo_info_url)
File "..\youtube\Extract.py", line 83, in Get_video_info
raise VideoInfo(f"Video Info not found <{url}> please contact <{issues}>
, help us make it more stable for everyone")
youtube.Error.VideoInfo: Video Info not found <https://youtube.com/get_video_inf
o?video_id=B6_iQvaIjXw&ps=default&eurl=https://www.youtube.com/watch?v=B6_iQvaIj
Xw&hl=en_US&html5=1&c=TVHTML5&cver=6.20180913> please contact <https://github.co
m/youtube-py/youtube.py/issues>, help us make it more stable for everyone
The text was updated successfully, but these errors were encountered: