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

Correct regex escaping for renaming subtitle tags #351

Merged
merged 2 commits into from
Oct 7, 2023

Conversation

EspadaV8
Copy link

@EspadaV8 EspadaV8 commented Oct 3, 2023

Credit for this goes to https://github.com/bambanah

The online python tester I used didn't correctly check the escaping of the \, so they actually need to be doubled up (see: #349 (comment)).

I have tested this with a Python REPL and can confirm that the previous code does have an issue and the updated code works.

Credit for this goes to https://github.com/bambanah

The online python tester I used didn't correctly check the escaping of the `\`, so they actually need to be doubled up (see: Unmanic#349 (comment)).

I have tested this with a Python REPL and can confirm that the previous code does have an issue and the updated code works.
@Josh5
Copy link
Contributor

Josh5 commented Oct 7, 2023

This can't be merged without incrementing the plugin version

@EspadaV8
Copy link
Author

EspadaV8 commented Oct 7, 2023

This can't be merged without incrementing the plugin version

Ah yes, sorry, you mentioned that in Discord but I forgot. Bumped what I assume is the correct version number 😊

@Josh5 Josh5 merged commit b5e5f35 into Unmanic:official Oct 7, 2023
@EspadaV8 EspadaV8 deleted the patch-2 branch January 15, 2024 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants