qBittorrent v3.06 rss filter

Windows specific questions, problems.
Post Reply
nesmot

qBittorrent v3.06 rss filter

Post by nesmot »

Hi.

I'm trying to setup my rss to grab 720p's of a certain tv show, how should I make the filter look?

Code: Select all

tv show name 720p
What kind of regular expressions do I need, as I can't find any info on this.

*EDIT* By the way, i'm using Windows 7.
*EDIT2* Okay, after severals trials and erros I finally got it:

Code: Select all

tv show name.*720.*
Last edited by nesmot on Wed Nov 28, 2012 5:17 am, edited 1 time in total.
Dayman

Re: qBittorrent v3.06 rss filter

Post by Dayman »

You might want to read introduction part on QRegExp https://qt-project.org/doc/qt-4.7/qregexp.html
Post Reply