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

OnDemandKorea Cannot Pull Videos #26818

Open
kairushinjuu opened this issue Oct 6, 2020 · 7 comments
Open

OnDemandKorea Cannot Pull Videos #26818

kairushinjuu opened this issue Oct 6, 2020 · 7 comments

Comments

@kairushinjuu
Copy link

kairushinjuu commented Oct 6, 2020

Checklist

  • [✓] I'm reporting a broken site support
  • [✓] I've verified that I'm running youtube-dl version 2020.09.20
  • [✓] I've checked that all provided URLs are alive and playable in a browser
  • [✓] I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • [✓] I've searched the bugtracker for similar issues including closed ones

Verbose log

youtube-dl.exe --verbose https://www.ondemandkorea.com/nokdu-flower-e02-1.html
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', 'https://www.ondemandkorea.com/nokdu-flower-e02-1.html']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2020.09.20
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.18362
[debug] exe versions: none
[debug] Proxy map: {}
[debug] Using fake IP 99.239.165.161 (CA) as X-Forwarded-For.
[OnDemandKorea] nokdu-flower-e02-1: Downloading webpage
ERROR: Unable to extract jw config; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type  youtube-dl -U  to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpksi3o1r1\build\youtube_dl\YoutubeDL.py", line 797, in extract_info
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpksi3o1r1\build\youtube_dl\extractor\common.py", line 532, in extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpksi3o1r1\build\youtube_dl\extractor\ondemandkorea.py", line 52, in _real_extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpksi3o1r1\build\youtube_dl\extractor\common.py", line 1010, in _search_regex
youtube_dl.utils.RegexNotFoundError: Unable to extract jw config; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type  youtube-dl -U  to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

Description

Is the error I am getting, I believe this is due to the regex being updated, but I am not knowledgeable on the subject.

@october262
Copy link

use generic extractor > youtube-dl --force-generic-extractor https://www.ondemandkorea.com/nokdu-flower-e02-1.html

@kairushinjuu
Copy link
Author

Thanks that got me further, however I am now getting this error message
[generic] nokdu-flower-e04-1: Requesting header WARNING: Forcing on generic information extractor. [generic] nokdu-flower-e04-1: Downloading webpage [generic] nokdu-flower-e04-1: Extracting information ERROR: Unsupported URL: https://www.ondemandkorea.com/nokdu-flower-e04-1.html I thought this was due to needing a premium account when I tried putting in both parameters got the same message youtube-dl.exe -u USERNAME -p PASSWORD --force... any suggestions?

@october262
Copy link

do you have ffmpeg installed ??

@kairushinjuu
Copy link
Author

kairushinjuu commented Oct 8, 2020 via email

@october262
Copy link

october262 commented Oct 8, 2020

don't use the username & password option just use youtube-dl --force-generic-extractor https://www.ondemandkorea.com/nokdu-flower-e04-1.html
the video downloads just fine for me this way

@kartara
Copy link

kartara commented Oct 16, 2020

Thanks October, that actually worked! :)

@IsaacMercado
Copy link

This is already fixed in #25877 to download it without the need for an additional command, but they have not done the merge

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

4 participants