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

Unable to extract ref_path for miomio.tv #9680

Closed
SamuSoft opened this issue Jun 3, 2016 · 1 comment
Closed

Unable to extract ref_path for miomio.tv #9680

SamuSoft opened this issue Jun 3, 2016 · 1 comment

Comments

@SamuSoft
Copy link

@SamuSoft SamuSoft commented Jun 3, 2016

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2016.06.02.

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

Before submitting an issue make sure you have:

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

What is the purpose of your issue?

  • 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

Bug Report:

$ youtube-dl -v http://www.miomio.tv/watch/cc273997/
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'http://www.miomio.tv/watch/cc273997/']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.06.02
[debug] Python version 2.7.11 - Darwin-15.5.0-x86_64-i386-64bit
[debug] exe versions: ffmpeg 3.0.2, ffprobe 3.0.2
[debug] Proxy map: {}
[miomio.tv] 273997: Downloading webpage
ERROR: Unable to extract ref_path; 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 676, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 341, in extract
    return self._real_extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/miomio.py", line 53, in _real_extract
    r'src="(/mioplayer/[^"]+)"', webpage, 'ref_path')
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 644, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract ref_path; 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.
...
<end of log>

Description:

youtube-dl throws an "Unable to extract ref_path" error when passed miomio.tv links. This problem is not present for other tested sites, such as DailyMotion

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jun 3, 2016

Duplicate of #9605.

@dstftw dstftw closed this Jun 3, 2016
yan12125 added a commit that referenced this issue Aug 19, 2016
The test case is from #9680
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.