Page 1 of 1

MaxItems

PostPosted: Sun Jun 10, 2012 5:40 pm
by jhb50
I have a WebResource extracting from a long list of videos, however I don't want to waste cycles extracting videos that will never be used because the console value is set with a limit.

How do I get the Value that is set in the console so I can terminate my extraction at that point ?

Re: MaxItems

PostPosted: Sun Jun 10, 2012 11:38 pm
by zip
it comes as a parameter to the method in WebResource plugin. Look at Channel4 plugin to see how I've done the limiting.