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
Traceback (most recent call last):
File "/src/script.py", line 13, in
yt = YouTube(args.youtube_url)
File "/usr/local/lib/python3.10/site-packages/pytube/main.py", line 71, in init
self.video_id = extract.video_id(url)
File "/usr/local/lib/python3.10/site-packages/pytube/extract.py", line 133, in video_id
return regex_search(r"(?:v=|/)([0-9A-Za-z_-]{11}).", url, group=1)
File "/usr/local/lib/python3.10/site-packages/pytube/helpers.py", line 129, in regex_search
raise RegexMatchError(caller="regex_search", pattern=pattern)
pytube.exceptions.RegexMatchError: regex_search: could not find match for (?:v=|/)([0-9A-Za-z_-]{11}).
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/src/script.py", line 13, in
yt = YouTube(args.youtube_url)
File "/usr/local/lib/python3.10/site-packages/pytube/main.py", line 71, in init
self.video_id = extract.video_id(url)
File "/usr/local/lib/python3.10/site-packages/pytube/extract.py", line 133, in video_id
return regex_search(r"(?:v=|/)([0-9A-Za-z_-]{11}).", url, group=1)
File "/usr/local/lib/python3.10/site-packages/pytube/helpers.py", line 129, in regex_search
raise RegexMatchError(caller="regex_search", pattern=pattern)
pytube.exceptions.RegexMatchError: regex_search: could not find match for (?:v=|/)([0-9A-Za-z_-]{11}).
The text was updated successfully, but these errors were encountered: