We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f5d64 commit cf31427Copy full SHA for cf31427
1 file changed
src/Modules/BuildSiteTools.lua
@@ -18,7 +18,7 @@ buildSites.websiteList = {
18
},
19
{
20
label = "poe.ninja", id = "PoeNinja", matchURL = "poe2?%.ninja/?p?o?e?2?/pob/%w+", regexURL = "poe2?%.ninja/?p?o?e?2?/pob/(%w+)%s*$", downloadURL = "poe.ninja/poe2/pob/raw/%1",
21
- codeOut = "", postUrl = "https://poe.ninja/poe2/pob/api/api_post.php", postFields = "api_paste_code=", linkURL="poe2?.ninja/?p?o?e?2?/pob/%1"
+ codeOut = "", postUrl = "https://poe.ninja/poe2/pob/api/upload", postFields = "code=", linkURL="poe2?.ninja/?p?o?e?2?/pob/%1"
22
23
24
label = "poe2db.tw", id = "PoE2DB", matchURL = "poe2db%.tw/.+", regexURL = "poe2db%.tw/pob/(.+)%s*$", downloadURL = "poe2db.tw/pob/%1/raw",
0 commit comments