Add check for (NC) in parseSelect #738

Open
KasumiDev wants to merge 1 commit from KasumiDev/patch-1 into master
KasumiDev commented 2024-07-11 10:25:11 +00:00 (Migrated from github.com)

To support selections like 1 (NC) the parser needed a little change.

This will fix #737

Working (Tested):

  • Selection via "List Episodes"
  • Selection via Manual Input like 1 (NC)
  • Range Selection 1 (NC) - 9 (NC)
  • Download

So not everything works as of now but it let's us download those episodes as well

To support selections like `1 (NC)` the parser needed a little change. This will fix #737 Working (Tested): - [ ] Selection via "List Episodes" - [x] Selection via Manual Input like `1 (NC)` - [ ] Range Selection `1 (NC) - 9 (NC)` - [x] Download So not everything works as of now but it let's us download those episodes as well
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin KasumiDev/patch-1:KasumiDev/patch-1
git checkout KasumiDev/patch-1

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff KasumiDev/patch-1
git checkout master
git merge --ff-only KasumiDev/patch-1
git checkout KasumiDev/patch-1
git rebase master
git checkout master
git merge --no-ff KasumiDev/patch-1
git checkout master
git merge --squash KasumiDev/patch-1
git checkout master
git merge --ff-only KasumiDev/patch-1
git checkout master
git merge KasumiDev/patch-1
git push origin master
Sign in to join this conversation.
No description provided.