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

Strange Bug while trying List video formats #308

Open
SpodeMaster opened this issue Jun 4, 2021 · 1 comment
Open

Strange Bug while trying List video formats #308

SpodeMaster opened this issue Jun 4, 2021 · 1 comment

Comments

@SpodeMaster
Copy link

L:\other youtube>youtube-dlc.exe -F https://youtu.be/7J4_pfLQlac
[youtube] 7J4_pfLQlac: Downloading webpage
[youtube] 7J4_pfLQlac: Downloading embed webpage
Traceback (most recent call last):
File "c:\users\colosus\appdata\local\programs\python\python38\lib\runpy.py", line 193, in _run_module_as_main
return run_code(code, main_globals, None,
File "c:\users\colosus\appdata\local\programs\python\python38\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "C:\Users\colosus\AppData\Local\Programs\Python\Python38\Scripts\youtube-dlc.exe_main
.py", line 7, in
File "c:\users\colosus\appdata\local\programs\python\python38\lib\site-packages\youtube_dlc_init
.py", line 487, in main
real_main(argv)
File "c:\users\colosus\appdata\local\programs\python\python38\lib\site-packages\youtube_dlc_init
.py", line 477, in _real_main
retcode = ydl.download(all_urls)
File "c:\users\colosus\appdata\local\programs\python\python38\lib\site-packages\youtube_dlc\YoutubeDL.py", line 2103, in download
res = self.extract_info(
File "c:\users\colosus\appdata\local\programs\python\python38\lib\site-packages\youtube_dlc\YoutubeDL.py", line 830, in extract_info
ie_result = ie.extract(url)
File "c:\users\colosus\appdata\local\programs\python\python38\lib\site-packages\youtube_dlc\extractor\common.py", line 532, in extract
ie_result = self._real_extract(url)
File "c:\users\colosus\appdata\local\programs\python\python38\lib\site-packages\youtube_dlc\extractor\youtube.py", line 1873, in _real_extract
playable_in_embed = re.search(r'{\"playableInEmbed\":(?P[^\,]+)', ext)
File "c:\users\colosus\appdata\local\programs\python\python38\lib\re.py", line 199, in search
return _compile(pattern, flags).search(string)
TypeError: expected string or bytes-like object

@liamengland1
Copy link

This project is abandoned, use https://github.com/yt-dlp/yt-dlp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants