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

feat(indexers): add SkipTheCommericals #625

Merged
merged 4 commits into from Jan 6, 2023

Conversation

zze0s
Copy link
Collaborator

@zze0s zze0s commented Jan 6, 2023

Add STC.

Playground: https://regex101.com/r/wP53rX/2

Ref #1.

@zze0s zze0s added backend Backend enhancement New feature or request indexers irc labels Jan 6, 2023
Copy link
Collaborator

@martylukyy martylukyy left a comment

Choose a reason for hiding this comment

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

Looks good.
For the next time i would probably do .* instead of .+ in case for some unknown reason the type capture group is empty for example.
With .* it will not error in case the parenthesis are empty. .+ will result in line not matching expected regex pattern.

@zze0s zze0s merged commit 409dc23 into develop Jan 6, 2023
@zze0s zze0s deleted the feat/indexers-add-skipthecommericals branch January 6, 2023 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend enhancement New feature or request indexers irc
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants