Fix RBT sauce example.
Previous version didn't work when there was a slash in the hash.
This commit is contained in:
parent
bf44a9fb13
commit
6de9ffe40c
@ -708,7 +708,7 @@ Config =
|
||||
#https://archive.4plebs.org/%board/search/image/%MD5/;text:View same on 4plebs /%board/;boards:<%=
|
||||
grunt.file.readJSON('src/Archive/archives.json').filter(function(x) {return x.uid === 3})[0].files.join(',')
|
||||
%>
|
||||
#https://rbt.asia/%board/image/%MD5;text:View same on RBT /%board/;boards:<%=
|
||||
#https://rbt.asia/%board/?task=search2&search_media_hash=%MD5;text:View same on RBT /%board/;boards:<%=
|
||||
grunt.file.readJSON('src/Archive/archives.json').filter(function(x) {return x.uid === 8})[0].files.join(',')
|
||||
%>
|
||||
"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user