Sauce: Update ImgOps URL format.
This commit is contained in:
parent
84e6510744
commit
e3a29abe8b
@ -535,6 +535,9 @@ Settings =
|
|||||||
set 'sauces', data['sauces'].replace(
|
set 'sauces', data['sauces'].replace(
|
||||||
/https:\/\/www\.deviantart\.com\/gallery\/#\/d%\$1%\$2;regexp:\/\^\\w\+_by_\\w\+\[_-\]d\(\[\\da-z\]\{6\}\)\\b\|\^d\(\[\\da-z\]\{6\}\)-\[\\da-z\]\{8\}-\//g,
|
/https:\/\/www\.deviantart\.com\/gallery\/#\/d%\$1%\$2;regexp:\/\^\\w\+_by_\\w\+\[_-\]d\(\[\\da-z\]\{6\}\)\\b\|\^d\(\[\\da-z\]\{6\}\)-\[\\da-z\]\{8\}-\//g,
|
||||||
'javascript:void(open("https://www.deviantart.com/"+%$1.replace(/_/g,"-")+"/art/"+parseInt(%$2,36)));regexp:/^\\w+_by_(\\w+)[_-]d([\\da-z]{6})\\b/'
|
'javascript:void(open("https://www.deviantart.com/"+%$1.replace(/_/g,"-")+"/art/"+parseInt(%$2,36)));regexp:/^\\w+_by_(\\w+)[_-]d([\\da-z]{6})\\b/'
|
||||||
|
).replace(
|
||||||
|
/\/\/imgops\.com\/%URL/g
|
||||||
|
'//imgops.com/start?url=%URL'
|
||||||
)
|
)
|
||||||
changes
|
changes
|
||||||
|
|
||||||
|
|||||||
@ -798,7 +798,7 @@ Config =
|
|||||||
|
|
||||||
# Other tools:
|
# Other tools:
|
||||||
#http://exif.regex.info/exif.cgi?imgurl=%URL
|
#http://exif.regex.info/exif.cgi?imgurl=%URL
|
||||||
#//imgops.com/%URL;types:gif,jpg,png
|
#//imgops.com/start?url=%URL;types:gif,jpg,png
|
||||||
#//www.gif-explode.com/%URL;types:gif
|
#//www.gif-explode.com/%URL;types:gif
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user