nning / transmission-rss

Adds torrents from RSS feeds to Transmission web frontend
GNU General Public License v3.0
450 stars 47 forks source link

How shoud the regexp work? #103

Open GeorgeR1989 opened 4 years ago

GeorgeR1989 commented 4 years ago

Can you please provide more details regarding how to filter using the regexp? (foor|bar) is not fully working....

If you have a list of following items: Ubuntu.18.04.LTS Ubuntu.16.04.6.LTS Ubuntu.16.04.5.LTS Ubuntu.16.04.4.LTS

and Ubuntu.16.04.5.LTS should be obtained, how should the regexp query look like?

Ubuntu|16.04.5|LTS

I tried like this, but it downloads all of them.

Also, the starring doesn't work. *16.04.5*

Give me an error on parsing.

Thanks, George

Jimmy-Z commented 3 years ago

https://en.wikipedia.org/wiki/Regular_expression https://regex101.com/