dirkf
dirkf
So the page posted by @CanisHelix looks like a proper video page. But the extractor is looking for a Wistia video ID, either in an actual URL like `https://wistia.com/embed/.../ID` or...
There are two factors to this problem: 1. the site has a new version and the field that was being targeted for `uploader_id` is no longer there; 2. the extraction...
The `uploader_id` can be found in the new site with the same basic pattern, but changing `thumb-member-username` in the pattern to `(?:thumb-member-username|media-meta-member)`. Anyone updating the extractor should run the tests...
Fixed in https://github.com/ytdl-org/youtube-dl/commit/82e4eca711a128138ed0b84ddb4321e403d56340
If we're doing this, let's align it with the PhantomJS support in yt-dlp so that either package can be used. Other extractors might have a use for a JS interpreter...
The [lack of a plausible alternative](https://github.com/ytdl-org/youtube-dl/issues/30661#issuecomment-1047297990) is why we have the built-in mini-JS interpreter. In some applications there is no "browser the user normally uses". Also mentioned [here](https://github.com/yt-dlp/yt-dlp/commit/600f09249f64f0318ddd831032b47c1a05637165#r81105697) is this...
Doesn't calling `js_to_json()` do this (not that it's been an issue yet)? Perhaps that only handles certain contexts? Otherwise, I think the `QUOTES` system ought to be adaptable for this...
Duplicate of #30765, except Py3 instead of Py2. If you had reported this using the [Broken site support template](https://github.com/ytdl-org/youtube-dl/issues/new?assignees=&labels=&template=1_broken_site.md), you would have been prompted to check existing issues.
The original report was made a few days ago, but no Pluralsight user has been able to work on debugging the problem yet. Generally, commercial courseware sites are difficult to...
Comment https://github.com/ytdl-org/youtube-dl/issues/30818#issuecomment-1087836864 still applies. If any progress is being made issue #30765 will be updated. See also https://github.com/yt-dlp/yt-dlp/issues/4570.