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

[bug] Cannot download from Funimation #21167

Closed
blackoutworm opened this issue May 20, 2019 · 1 comment
Closed

[bug] Cannot download from Funimation #21167

blackoutworm opened this issue May 20, 2019 · 1 comment
Labels

Comments

@blackoutworm
Copy link

@blackoutworm blackoutworm commented May 20, 2019

Funimation is giving me the error "Unable to extract al:web:url;", whatever that means.
Before you ask, yes my funimation login credentials are correct.
And I'm also on the latest version.

@dstftw dstftw closed this May 20, 2019
@dstftw dstftw added the incomplete label May 20, 2019
@blackoutworm
Copy link
Author

@blackoutworm blackoutworm commented Jul 10, 2019

I know this is an old issue, but here's the error youtube-dl gives me in case it's fixable:

Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 796, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 530, in extract
ie_result = self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/funimation.py", line 100, in _real_extract
], webpage, fatal=True)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 1135, in _html_search_meta
html, display_name, fatal=fatal, group='content', **kwargs)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 1014, 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 1005, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract al:web:url;

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
2 participants
You can’t perform that action at this time.