Skallwar / suckit

Suck the InTernet
Apache License 2.0
728 stars 40 forks source link

Only download certain filetypes #194

Open bulvara opened 2 years ago

bulvara commented 2 years ago

How may I filter for filetypes like *.png without using the regex?

Skallwar commented 2 years ago

You can't. For now I find the regex more powerful than just a list of filetypes since it can be used for other filtering too.

I might be wrong so if you have an example of a use case where you can't easily express the behavior you expect from suckit using the current command line argument please tell us 😉