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

wcvb.com / hearst communications #10548

Open
10 of 11 tasks
bhopps1 opened this issue Jul 24, 2024 · 0 comments
Open
10 of 11 tasks

wcvb.com / hearst communications #10548

bhopps1 opened this issue Jul 24, 2024 · 0 comments
Labels
site-request Request to support a new website

Comments

@bhopps1
Copy link

bhopps1 commented Jul 24, 2024

DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE

  • I understand that I will be blocked if I intentionally remove or skip any mandatory* field

Checklist

Region

USA

Example URLs

https://www.wcvb.com/article/boat-whale-rye-nh-capsized-video/61678814

Provide a description that is worded well enough to be understood

I was able to get the video by using video download helper in firefox on linux (without the extra extension) and copying the url from their gui then pasting it into yt-dlp but not with the url used in the cli output below. I'm guessing based on the name, Lumier (french/canadian/new england), in the id for the video in the HTML that the web developer for this site is local to New Hampshire, USA so the issue may be specific to this particular wite but maybe you can somehow add support for other hearst media news sites in the same code change. I'm using yt-dlp version 2024.07.23.232906. Please and thank you.

Provide verbose output that clearly demonstrates the problem

  • Run your yt-dlp command with -vU flag added (yt-dlp -vU <your command line>)
  • If using API, add 'verbose': True to YoutubeDL params instead
  • Copy the WHOLE output (starting with [debug] Command-line config) and insert it below

Complete Verbose Output

[debug] Command-line config: ['-vU', 'https://www.wcvb.com/article/boat-whale-rye-nh-capsized-video/61678814']
[debug] Encodings: locale UTF-8, fs utf-8, pref UTF-8, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version [email protected] from yt-dlp/yt-dlp-nightly-builds [1a34a802f] (zip)
[debug] Python 3.8.10 (CPython x86_64 64bit) - Linux-5.15.0-113-generic-x86_64-with-glibc2.29 (OpenSSL 1.1.1f  31 Mar 2020, glibc 2.31)
[debug] exe versions: ffmpeg 4.2.7, ffprobe 4.2.7
[debug] Optional libraries: Crypto-broken 2.6.1, certifi-2019.11.28, requests-2.31.0, secretstorage-2.3.1, sqlite3-3.31.1, urllib3-1.25.8
[debug] Proxy map: {}
[debug] Request Handlers: urllib
[debug] Loaded 1829 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp-nightly-builds/releases/latest
Latest version: [email protected] from yt-dlp/yt-dlp-nightly-builds
yt-dlp is up to date ([email protected] from yt-dlp/yt-dlp-nightly-builds)
[generic] Extracting URL: https://www.wcvb.com/article/boat-whale-rye-nh-capsized-video/61678814
[generic] 61678814: Downloading webpage
WARNING: [generic] Falling back on generic information extractor
[generic] 61678814: Extracting information
[debug] Looking for embeds
ERROR: Unsupported URL: https://www.wcvb.com/article/boat-whale-rye-nh-capsized-video/61678814
Traceback (most recent call last):
  File "../../tools/yt-dlp/yt_dlp/YoutubeDL.py", line 1626, in wrapper
    return func(self, *args, **kwargs)
  File "../../tools/yt-dlp/yt_dlp/YoutubeDL.py", line 1761, in __extract_info
    ie_result = ie.extract(url)
  File "../../tools/yt-dlp/yt_dlp/extractor/common.py", line 740, in extract
    ie_result = self._real_extract(url)
  File "../../tools/yt-dlp/yt_dlp/extractor/generic.py", line 2526, in _real_extract
    raise UnsupportedError(url)
yt_dlp.utils.UnsupportedError: Unsupported URL: https://www.wcvb.com/article/boat-whale-rye-nh-capsized-video/61678814
@bhopps1 bhopps1 added site-request Request to support a new website triage Untriaged issue labels Jul 24, 2024
@bashonly bashonly changed the title wcvb.com wcvb.com / hearst communications Jul 24, 2024
@bashonly bashonly removed the triage Untriaged issue label Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
site-request Request to support a new website
Projects
None yet
Development

No branches or pull requests

2 participants