I downloading from RSS torrent, but in the rss there is some special character “[” that split the title, and I don’t know how to read it from regexp. for example:
<title>
<![CDATA[ Episode 1 Equator 2005 Power of an Ocean mHD BluRay DD2.0 x264-HDPP[Good Quality] ]]>
</title>
<title>
<![CDATA[ Episode 1 Equator 2005 Power of an Ocean mHD BluRay DD2.0 x264-HDPP[Best Quality] ]]>
</title>
When do the regexp like this:
accept:
- Best Quality
from: title
in flexget it will only show the name look like:
Episode 1 Equator 2005 Power of an Ocean mHD BluRay DD2.0 x264-HDPP
It won’t accept that string I want to. Any strings before “[” will accept to download.
So how can I make flexget read all the string on title? The string Best Quality is a small description that RSS show up.
1 post - 1 participant