Update BuildSiteTools.lua (#9006)
* Update BuildSiteTools.lua Fixes Bug Report #8996 Cleans up commit #8967 that introduced the bug. * Update BuildSiteTools.lua "Proper" .lua pattern matching.
This commit is contained in:
@@ -13,7 +13,7 @@ buildSites.websiteList = {
|
||||
codeOut = "https://pobb.in/", postUrl = "https://pobb.in/pob/", postFields = "", linkURL = "pobb.in/%1"
|
||||
},
|
||||
{
|
||||
label = "PoeNinja", id = "PoeNinja", matchURL = "poe%.ninja/?p?o?e?1?/pob/%w+", regexURL = "poe%.ninja(/?p?o?e?1?)/pob/(%w+)%s*$", downloadURL = "poe.ninja%1/pob/raw/%2",
|
||||
label = "PoeNinja", id = "PoeNinja", matchURL = "poe%.ninja/?p?o?e?1?/pob/%w+", regexURL = "poe%.ninja/?p?o?e?1?/pob/(%w+)%s*$", downloadURL = "poe.ninja/poe1/pob/raw/%1",
|
||||
codeOut = "", postUrl = "https://poe.ninja/poe1/pob/api/upload", postFields = "code=", linkURL="poe.ninja/poe1/pob/%1"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user