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

[nowvideo] ERROR: Unable to extract filekey #10414

Closed
suppanaico opened this issue Aug 23, 2016 · 1 comment
Closed

[nowvideo] ERROR: Unable to extract filekey #10414

suppanaico opened this issue Aug 23, 2016 · 1 comment
Labels

Comments

@suppanaico
Copy link

@suppanaico suppanaico commented Aug 23, 2016

  • I've verified and I assure that I'm running youtube-dl 2016.08.22

  • At least skimmed through README and most notably FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other
$ youtube-dl -v http://www.nowvideo.li/video/1bb262a07cd3f
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'http://www.nowvideo.li/video/1bb262a07cd3f']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.08.22
[debug] Python version 2.7.3 - Linux-3.5.0-51-generic-i686-with-Ubuntu-12.10-quantal
[debug] exe versions: avconv 0.8.10-6, avprobe 0.8.10-6, ffmpeg 2.3.3-, ffprobe 2.3.3-, rtmpdump 2.4
[debug] Proxy map: {}
[nowvideo] 1bb262a07cd3f: Downloading video page
[nowvideo] 1bb262a07cd3f: Downloading continue to the video page
ERROR: Unable to extract filekey; 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 691, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 347, in extract
    return self._real_extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/novamov.py", line 79, in _real_extract
    filekey = extract_filekey()
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/novamov.py", line 55, in extract_filekey
    self._FILEKEY_REGEX, webpage, 'filekey', default=default)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 650, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract filekey; 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

I visit http://www.nowvideo.li/video/1bb262a07cd3f and after 4 ads/popup, i can watch the video correctly with chrome browser.
So i run
$ youtube-dl -U
and
$ youtube-dl -v http://www.nowvideo.li/video/1bb262a07cd3f
but it doesn't work.

Thanks!

@yan12125 yan12125 mentioned this issue Sep 2, 2016
4 of 8 tasks complete
@yan12125 yan12125 added the broken-IE label Sep 2, 2016
@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Sep 2, 2016

To developers: nowvideo now uses HTML5 . I'm not sure whether other novamov sites are doing the same. Need feedback from #10472.

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.