Skip to content

Commit

Permalink
Add poedb.tw to import website list (#8401)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuanhsing authored Jan 19, 2025
1 parent 03c273b commit 732a169
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Modules/BuildSiteTools.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ buildSites.websiteList = {
},
{ label = "PastebinP.com", id = "pastebinProxy", matchURL = "pastebinp%.com/%w+", regexURL = "pastebinp%.com/(%w+)%s*$", downloadURL = "pastebinp.com/raw/%1", linkURL = "pastebin.com/%1" },
{ label = "Rentry.co", id = "rentry", matchURL = "rentry%.co/%w+", regexURL = "rentry%.co/(%w+)%s*$", downloadURL = "rentry.co/paste/%1/raw", linkURL = "rentry.co/%1" },
{ label = "poedb.tw", id = "PoEDB", matchURL = "poedb%.tw/.+", regexURL = "poedb%.tw/pob/(.+)%s*$", downloadURL = "poedb.tw/pob/%1/raw", codeOut = "", postUrl = "https://poedb.tw/pob/api/gen", postFields = "", linkURL = "poedb.tw/pob/%1" },
}

--- Uploads a PoB build code to a website
Expand Down Expand Up @@ -107,4 +108,4 @@ function buildSites.ParseImportLinkFromURI(uri)
end

return importLink
end
end

0 comments on commit 732a169

Please sign in to comment.