this worked for me... i'm using v1.1 of the script
replace this line:
sayregexp "(?<=\"collectionId\":)\d+?(?=,)" ", " "}"
with:
sayregexp "(?<=\"collectionId\":\")\d+?(?=\")" ", " "}"
there is a new version here also which people might want to try:
this worked for me... i'm using v1.1 of the script
replace this line:
sayregexp "(?<=\"collectionId\":)\d+?(?=,)" ", " "}"
with:
sayregexp "(?<=\"collectionId\":\")\d+?(?=\")" ", " "}"
there is a new version here also which people might want to try: