Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video Info not found #69

Open
shoaibhassan0 opened this issue Dec 10, 2021 · 0 comments
Open

Video Info not found #69

shoaibhassan0 opened this issue Dec 10, 2021 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@shoaibhassan0
Copy link

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

@MayankFawkes MayankFawkes added bug Something isn't working help wanted Extra attention is needed labels Dec 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants