w35l3y / userscripts

Public userscripts to be used with Greasemonkey
http://gm.wesley.eti.br
GNU General Public License v3.0
44 stars 22 forks source link

JellyNeo Database: Multiple Pages? #23

Closed jacobkossman closed 9 years ago

jacobkossman commented 9 years ago

Does the functionality of this include multipage listing? Or was it meant to get a single page of items/one item? I've run it using cat as a parameter and it gets the first 99 items but doesn't go more than that.

Thanks.

w35l3y commented 9 years ago

Yes, just define pages: -1 and it should go through all pages recursively. This script will return only the first page by default. (pages: 0)