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

Funimation Extractor, Unable to extract al:web:url Error #26905

Closed
XxUnkn0wnxX opened this issue Oct 16, 2020 · 1 comment
Closed

Funimation Extractor, Unable to extract al:web:url Error #26905

XxUnkn0wnxX opened this issue Oct 16, 2020 · 1 comment
Labels

Comments

@XxUnkn0wnxX
Copy link

@XxUnkn0wnxX XxUnkn0wnxX commented Oct 16, 2020

Checklist

  • I'm reporting a broken site support issue
  • 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 bug reports including closed ones
  • I've read bugs section in FAQ

Verbose log

[debug] System config: []
[debug] User config: ['--netrc']
[debug] Custom config: []
[debug] Command-line args: ['-n', '--no-check-certificate', '--user-agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36', '--audio-quality', '0', '--audio-format', 'aac', '-f', 'best', '--verbose', 'https://www.funimation.com/shows/assault-lily-bouquet/lily-of-the-valley-return-of-happiness/?qid=']
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8
[debug] youtube-dl version 2020.09.20
[debug] Python version 3.8.5 (CPython) - macOS-10.15.7-x86_64-i386-64bit
[debug] exe versions: avconv 12.3, avprobe 12.3, ffmpeg 4.3.1, ffprobe 4.3.1, rtmpdump 2.4
[debug] Proxy map: {}
[Funimation] Logging in
[Funimation] lily-of-the-valley-return-of-happiness: Downloading webpage
WARNING: [Funimation] lily-of-the-valley-return-of-happiness: Failed to parse JSON Expecting value: line 1 column 1 (char 0)
ERROR: Unable to extract al:web:url; 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 "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 797, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 532, in extract
    ie_result = self._real_extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/funimation.py", line 96, in _real_extract
    player_url = self._html_search_meta([
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 1138, in _html_search_meta
    return self._html_search_regex(
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 1019, in _html_search_regex
    res = self._search_regex(pattern, string, name, default, fatal, flags, group)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 1010, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract al:web:url; 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.

Command:

youtube-dl -n --no-check-certificate --user-agent "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36" --audio-quality 0 --audio-format aac -f best --verbose "https://www.funimation.com/shows/assault-lily-bouquet/lily-of-the-valley-return-of-happiness/?qid="

Description

it seems Funimation has added session keys to their m3u8 playlist files, Mentioned here: anidl/funimation-downloader-nx#32 (comment)

FFmpeg also has issues downloading as well

Screen Shot 2020-10-17 at 1 04 55 am
Screen Shot 2020-10-17 at 1 05 17 am

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

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.