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

[request] URL download mask list #2

Closed
iDolmatov opened this issue Aug 14, 2019 · 3 comments
Closed

[request] URL download mask list #2

iDolmatov opened this issue Aug 14, 2019 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@iDolmatov
Copy link

Download URL mask.
Example whitelist:
/original/
Example blacklist:
domen.yy/profile/*

@CryShana CryShana self-assigned this Aug 14, 2019
@CryShana CryShana added the enhancement New feature or request label Aug 14, 2019
@CryShana
Copy link
Owner

Thank you for the request. This is pretty easy to implement, so I might add it either today or tomorrow.

@CryShana
Copy link
Owner

I have now implemented this - it is called URL patterns.

Every file URL is now compared to every URL pattern. At least one pattern must be matched to continue.

Check the following release:
https://github.com/CryShana/CryCrawler/releases/tag/v1.0.3

@CryShana
Copy link
Owner

The file URL pattern matching only applies to file URLs when downloading files.

I have now added a URL pattern blacklist that applies to all URLs.

https://github.com/CryShana/CryCrawler/releases/tag/v1.0.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants