Hi,
i just stumbled upon a problem:
The regex is case sensetive but the filename in $$1 for CreateSearchUrl is downcased.
Is it possible to get the original filename or at least the supposed movie name (without date etc.) within CreateSearchUrl or GetSearchResults ?
Or to get the regex case insensitive - maybe using a expression switch ?
Is there a list with all prefilled $$ variables within a scraper method?
Thx
Martin
Case sensetive regex but downcase filename.
mbosner
Junior Member Posts: 38 Joined: Nov 2009 Reputation: 0 |
2011-03-28 02:18
Post: #1
|
| find quote |
mbosner
Junior Member Posts: 38 Joined: Nov 2009 Reputation: 0 |
2011-03-29 02:34
Post: #2
After some minutes going through the ScraperParser i figured out that the cs attribute can disable case sensetivity.
|
| find quote |

Search
Help