Thread: [Solved] 4chan file names
View Single Post
  #35  
Old 04.12.2020, 11:03
Derp Derp is offline
JD VIP
 
Join Date: Oct 2011
Posts: 336
Default

Quote:
Originally Posted by Jiaz View Post
Any Eventscripter Scripts active?
No.
Quote:
Is this screenshot from download or linkcrawler?
Linkgrabber.

Found the culprit: A "learned file extension" Linkcrawler-rule from over five years ago.
Code:
{
  "enabled" : true,
  "cookies" : null,
  "updateCookies" : true,
  "logging" : false,
  "maxDecryptDepth" : 1,
  "id" : 1434728570583,
  "name" : "Learned file extension:webm",
  "pattern" : "(?i).*\\.webm($|\\?.*$)",
  "rule" : "DIRECTHTTP",
  "packageNamePattern" : null,
  "passwordPattern" : null,
  "formPattern" : null,
  "deepPattern" : null,
  "rewriteReplaceWith" : null
}
Adding it to the new install also leads to missing hashes.
No idea why the rule is even in there, because webm was added to the default supported extensions nine years ago.

Shouldn't be happening even with that rule in place, right?

Last edited by Derp; 04.12.2020 at 11:18.
Reply With Quote