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

[Misc] Small extraction updates #32944

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

[Misc] Small extraction updates #32944

wants to merge 11 commits into from

Conversation

dirkf
Copy link
Contributor

@dirkf dirkf commented Oct 7, 2024

Boilerplate: own/yt-dlp code, bug fix

Please follow the guide below

  • You will be asked some questions, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your pull request (like that [x])
  • Use Preview tab to see how your pull request will actually look like

Before submitting a pull request make sure you have:

In order to be accepted and merged into youtube-dl each piece of code must be in public domain or released under Unlicense. Check one of the following options:

  • I am the original author of this code and I am willing to release it under Unlicense except for code from yt-dlp for which this or the below have already been asserted
  • I am not the original author of this code but it is in public domain or released under Unlicense (provide reliable evidence)

What is the purpose of your pull request?

  • Bug fix
  • Improvement
  • New extractor
  • New feature

Description of your pull request and other information

Portmanteau PR for various small fixes, per commits.

* correct logic in _download_webpage() hook (yt-dlp/yt-dlp#4432)
* improve error message.
* update site list
* support page with player data in <iframe>
* use `_search_json()`
* improve "not found" detection
* improve title extraction
* reproduce CSS .classname behaviour ("bar" matches "bar", "foo bar baz", etc)
* add tests
…rict

* template extression should be evaluated with the same strict-ness
* support "renamed" flashvars variable
* use `_search_json()
* support `rnd` query parameter
* extract tags, categories, age_limit, more thumbnails`
* closes ytdl-org#31007
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

Successfully merging this pull request may close these issues.

Extraction Failure: Unable to Retrieve Video Formats from Filemoon.sx filemoon.sx No video formats found'
1 participant