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

filter setting cannot be saved #31

Closed
wynzz opened this issue Jun 6, 2018 · 9 comments
Closed

filter setting cannot be saved #31

wynzz opened this issue Jun 6, 2018 · 9 comments

Comments

@wynzz
Copy link

wynzz commented Jun 6, 2018

文件大小限制不起作用/无法保存设置
The setting of filter for file size cannot be saved .

@raidenii
Copy link

Same issue here, even with release 0.5.
e.g. Set a minimum file size that triggers Aria2c to 1,048,576 bytes (10MBytes), and for the excluded file type, type application/x-bittorrent, yet torrent files downloads are still intercepted by Aria2 Integration.

@RossWang
Copy link
Owner

For the excluded file type, try other sites (ex. rarbg).
Some servers do not send us file type.

@raidenii
Copy link

I tested it with rarbg.

@raidenii
Copy link

For file type filtering, it seems that this extension will not accept more than 1 file type. I suppose the format is one file type each line in that textbox?
E.g., If I tried to exclude two file types, .torrent and .txt, I put

application/x-bittorrent
text/plain

Yet both file types are still intercepted. If I put only application/x-bittorrent, then the filter works.

@RossWang
Copy link
Owner

Because I am lazy, it does not support multi-line input.

You can type application\/x-bittorrent|text\/plain to do the same things.

Details at https://regex101.com/

@raidenii
Copy link

Oh OK, good to know it's a one-liner.
How about size filtering? I can confirm that size filtering is still not working.

@raidenii
Copy link

Actually I tried and no. Still, the file type after the pipe were intercepted.

@RossWang
Copy link
Owner

Actually I tried and no. Still, the file type after the pipe were intercepted.

Make sure there is only one line in the text area. (without \n)

@raidenii
Copy link

Thanks, that works.

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

No branches or pull requests

3 participants