Skip to content

Commit

Permalink
fix: pobb.in match pattern for importing (#4401)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dullson authored Jun 2, 2022
1 parent 8fa6089 commit 18dba29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modules/BuildSiteTools.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildSites.websiteList = {
codeOut = "", postUrl = "https://poe.ninja/pob/api/api_post.php", postFields = "api_paste_code="
},
{
label = "pobb.in", id = "POBBin", matchURL = "pobb%.in/%w+", regexURL = "pobb%.in/([%w-_]+)%s*$", downloadURL = "pobb.in/pob/%1",
label = "pobb.in", id = "POBBin", matchURL = "pobb%.in/[%w-_]+", regexURL = "pobb%.in/([%w-_]+)%s*$", downloadURL = "pobb.in/pob/%1",
codeOut = "https://pobb.in/", postUrl = "https://pobb.in/pob/", postFields = ""
},
}
Expand Down

0 comments on commit 18dba29

Please sign in to comment.