"labelenum" type in Scraper Settings
#1
Okay I've been playing around with the labelenum type and it appears to me that it can't be used for conditionals, only $INFO[] type vars within the scraper. Is this correct or am I missing something?
The reason I am asking is Rotten Tomatoes has three types of ratings (default, cream of the crop and community ratings) and I would like to add the ability to select which one to scrape. It doesn't make much sense to have three separate Boolean values, especially as you then induce the possibility of overwriting if more than one Boolean value is true.

Thanks.
Reply
#2
correct, not possible atm. can be faked with relative ease though.stuff the value in your input buffer and require it at the start of the input for the relevant expression to match.
Reply
#3
spiff Wrote:correct, not possible atm. can be faked with relative ease though.stuff the value in your input buffer and require it at the start of the input for the relevant expression to match.

Thanks for the workaround, I'll give that a shot.
Reply

Logout Mark Read Team Forum Stats Members Help
"labelenum" type in Scraper Settings0