Thread: [Solved] www.soundsnap.com
View Single Post
  #1  
Old 23.11.2020, 19:18
MrBojangles_ MrBojangles_ is offline
Junior Loader
 
Join Date: May 2020
Posts: 13
Default www.soundsnap.com

Hi,

I was using a linkcrawler rule kindly provided by psp to automate downloads from soundsnap.com, but this has now stopped working. The original rule is here:

[ {
"enabled" : true,
"cookies" : [ [ "PHPSESSID", "*****" ] ],
"updateCookies" : false,
"logging" : true,
"maxDecryptDepth" : 0,
"id" : 1606151296069,
"name" : "soundsnap.com example rule single audio download via loggin cookie",
"pattern" : "https?://(www\\.)?soundsnap\\.com/audio/download/.+",
"rule" : "DIRECTHTTP",
"packageNamePattern" : null,
"passwordPattern" : null,
"formPattern" : null,
"deepPattern" : null,
"rewriteReplaceWith" : null
} ]

Even after logging out and in and using the correct php sessionid I keep getting an error.

I'd be very grateful if someone could help - I can pm login details for the site on request.
Reply With Quote