Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Exclude dubs in crunchyroll download #18235
Comments
|
I think Crunchyroll specifies the language in the format IDs. If that is the case, you'll be able to do something like https://github.com/rg3/youtube-dl#format-selection describes format selection in great detail. If the language isn't specified in the formats but it is somewhere else in the metadata, you might be able to use the |
|
Ah, thanks.
and further down...
So a filter for [format_id*=jaJP] seems to work. Problem is it still goes through every single file and errors if specified format is not available. This means a need for -i and much extra wait time while it goes through each video. It keeps it entirely automated past giving the URL, at least. |
|
A possible solution/workaround might be to use the Also given the country code in playlists is working (should be fixed soon) you could filter a bit by that. |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.11.18. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
Description of your issue, suggested solution and other information
Is there a simple way to exclude dubs (or choose a specific one) from a crunchyroll download?
Durara, for example, has both Japanese and English available, but there is only a single page - so it should be downloading everything in both languages if I point youtube-dl to that url.
Dragon Maid would be even worse without a filter, since it has a total of 5 languages.
I could of course choose each episode I want to download individually (and will if I have to), but I'm looking for something I can add to the command line to do it automatically.