Case sensetive regex but downcase filename.

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
mbosner Offline
Junior Member
Posts: 38
Joined: Nov 2009
Reputation: 0
Post: #1
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
find quote
mbosner Offline
Junior Member
Posts: 38
Joined: Nov 2009
Reputation: 0
Post: #2
After some minutes going through the ScraperParser i figured out that the cs attribute can disable case sensetivity.
find quote