Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Episode filtering not working correctly for specific show. #290

Closed
Penthious opened this issue Dec 26, 2023 · 1 comment
Closed

Episode filtering not working correctly for specific show. #290

Penthious opened this issue Dec 26, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Penthious
Copy link

Describe the bug
When trying to download Darling in the Franxx using episode filtering its downloading episodes outside of the filter.

IE my filter should only download episodes 25 and up, but when I run the script it starts downloading episode 24

To Reproduce
Steps / command to reproduce the behavior:

$ crunchy-cli --etp-rt "xxxx" archive --skip-existing -a ja-JP -a en-US -r worst -o "{series_name}-_-{season_number}-_-{episode_number}-_-{title}.mkv" https://www.crunchyroll.com/series/GY8VEQ95Y/darling-in-the-franxx[S1E25-]

Expected behavior
To not download any show

Screenshots
image

Client (please complete the following information):

  • OS: Windows
  • Version: crunchy-cli 3.1.1

Additional context
Add any other context about the problem here.

@Penthious Penthious added the bug Something isn't working label Dec 26, 2023
@bytedream
Copy link
Member

Crunchyroll is internally mislabeling the episode number which crunchy-cli uses to filter the episodes. Crunchyroll has 3 different approaches to label episode numbers but no one has a 100% accuracy.
In your case, only the number which is intended to be shown to the user correctly says E24, all others, including the number crunchy-cli uses to filter episodes, are reporting that the episode is episode 25. I won't add a fix for this case, unless this happens for more series.

@bytedream bytedream closed this as not planned Won't fix, can't repro, duplicate, stale Jan 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants