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

[ie/crunchyroll:show] Implement language filter extractor arg #10067

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Grub4K
Copy link
Member

@Grub4K Grub4K commented May 30, 2024

IMPORTANT: PRs without the template will be CLOSED

Description of your pull request and other information

Speedup for language selection (--match-filters language=ja-JP => --extractor-args crunchyrollbetashow:language=ja-jp) as per #9867 (comment).

Template

Before submitting a pull request make sure you have:

In order to be accepted and merged into yt-dlp each piece of code must be in public domain or released under Unlicense. Check all of the following options that apply:

  • I am the original author of this code and I am willing to release it under Unlicense

What is the purpose of your pull request?

  • Fix or improvement to an extractor (Make sure to add/update tests)

@@ -1791,6 +1791,9 @@ The following extractors use this feature:
#### crunchyrollbeta (Crunchyroll)
* `hardsub`: One or more hardsub versions to extract (in order of preference), or `all` (default: `None` = no hardsubs will be extracted), e.g. `crunchyrollbeta:hardsub=en-US,de-DE`

#### crunchyrollbetashow (Crunchyroll)
* `language`: The language variants to extract, or `all` (default: `all`)
Copy link
Member

@bashonly bashonly May 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe add an example like above?

Suggested change
* `language`: The language variants to extract, or `all` (default: `all`)
* `language`: The language variants to extract, or `all` (default: `all`), e.g. `crunchyrollbetashow:language=en-US,de-DE`

@bashonly bashonly added site-request Request to support a new website site-enhancement Feature request for some website and removed site-request Request to support a new website labels May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
site-enhancement Feature request for some website
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants