We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While XMODITS is designed for bulk extraction, it would be convenient to specify what kind of files it should rip.
Internally, if "Strict Loading" is checked, then it will only allow files with the supported extensions:
With custom filtering, it will be possible for the end user to finely tune these values.
Additionally, there will also be more properties to filter by:
When filtering by filename, these properties will suffice:
Though, adding regex support can improve flexibility.
The text was updated successfully, but these errors were encountered:
B0ney
No branches or pull requests
While XMODITS is designed for bulk extraction, it would be convenient to specify what kind of files it should rip.
Internally, if "Strict Loading" is checked, then it will only allow files with the supported extensions:
With custom filtering, it will be possible for the end user to finely tune these values.
Additionally, there will also be more properties to filter by:
When filtering by filename, these properties will suffice:
Though, adding regex support can improve flexibility.
The text was updated successfully, but these errors were encountered: