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

[Libsyn] ERROR: Unable to extract episode title #20229

Closed
Geremia opened this issue Mar 3, 2019 · 0 comments
Closed

[Libsyn] ERROR: Unable to extract episode title #20229

Geremia opened this issue Mar 3, 2019 · 0 comments

Comments

@Geremia
Copy link

Geremia commented Mar 3, 2019

$ youtube-dl_video --verbose https://pintswithaquinas.com/podcast/ed-feser-responds-to-richard-dawkins-on-thomas-5-ways/
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--no-warnings', '-if', 'bestvideo[height<=480]+bestaudio/best[height<=480]', '--verbose', 'https://pintswithaquinas.com/podcast/ed-feser-responds-to-richard-dawkins-on-thomas-5-ways/']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.03.01
[debug] Python version 3.7.2 (CPython) - Linux-4.19.25-x86_64-AMD_Ryzen_Threadripper_2990WX_32-Core_Processor-with-slackware-14.2
[debug] exe versions: ffmpeg 3.4.2, ffprobe 3.4.2
[debug] Proxy map: {}
[generic] ed-feser-responds-to-richard-dawkins-on-thomas-5-ways: Requesting header
[generic] ed-feser-responds-to-richard-dawkins-on-thomas-5-ways: Downloading webpage
[generic] ed-feser-responds-to-richard-dawkins-on-thomas-5-ways: Extracting information
[Libsyn] 5845689: Downloading webpage
ERROR: Unable to extract episode title; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "/usr/lib64/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 794, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib64/python3.7/site-packages/youtube_dl/extractor/common.py", line 508, in extract
    ie_result = self._real_extract(url)
  File "/usr/lib64/python3.7/site-packages/youtube_dl/extractor/libsyn.py", line 51, in _real_extract
    r'(?:<div class="episode-title">|<h4>)([^<]+)</', webpage, 'episode title')
  File "/usr/lib64/python3.7/site-packages/youtube_dl/extractor/common.py", line 983, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract episode title; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
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

1 participant