-
-
Notifications
You must be signed in to change notification settings - Fork 601
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
Regex anime #8728
Regex anime #8728
Conversation
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the WalkthroughThe recent updates involve refining regex patterns in Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 1
Configuration used: CodeRabbit UI
Files selected for processing (1)
- sickchill/oldbeard/name_parser/regexes.py (1 hunks)
Additional comments: 1
sickchill/oldbeard/name_parser/regexes.py (1)
- 220-223: The regex pattern update from "HorribleSubs" to a more generic ".+?" pattern and the renaming of the identifier from "anime_horriblesubs" to "anime_ultimate-abs" aligns with the PR objectives to enhance flexibility in parsing anime release names. This change should indeed make the pattern more inclusive and adaptable to various naming conventions. However, it's crucial to ensure that the new pattern does not introduce any unintended matches due to its broad nature. Testing with a diverse set of anime release names is recommended to verify the pattern's effectiveness and to ensure it does not produce false positives.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (1)
- sickchill/oldbeard/name_parser/regexes.py (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- sickchill/oldbeard/name_parser/regexes.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (1)
- sickchill/oldbeard/name_parser/regexes.py (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- sickchill/oldbeard/name_parser/regexes.py
This pull request is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Keep it going |
This issue has now been unmarked as "stale" |
date format check change to 4 digit year, with 1 or 2 digit month and day just to allow a little flexibility if they come back with single digit values. This enables shows with YYYY MM DD to be recognised when not previously if the show name had a YYYY string as part of the name. |
This pull request is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue has now been unmarked as "stale" |
This pull request is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
adjust the old deprecated HorribleSubs to a more generic with
-
between show and absolute episode numberSummary by CodeRabbit