@@ -9,19 +9,19 @@ buildSites = { }
9
9
-- Import/Export websites list used in dropdowns
10
10
buildSites .websiteList = {
11
11
{
12
- label = " Pastebin.com " , id = " Pastebin " , matchURL = " pastebin%.com/%w +" , regexURL = " pastebin%.com/(%w +)%s*$" , downloadURL = " pastebin.com/raw /%1" ,
13
- codeOut = " " , postUrl = " https://pastebin.com/api/api_post.php " , postFields = " api_dev_key=c4757f22e50e65e21c53892fd8e0a9ff&api_paste_private=1&api_option=paste&api_paste_code= "
12
+ label = " pobb.in " , id = " POBBin " , matchURL = " pobb%.in/. +" , regexURL = " pobb%.in/(. +)%s*$" , downloadURL = " pobb.in/pob /%1" ,
13
+ codeOut = " https://pobb.in/ " , postUrl = " https://pobb.in/pob/ " , postFields = " "
14
14
},
15
- { label = " PastebinP.com" , id = " PastebinProxy" , matchURL = " pastebinp%.com/%w+" , regexURL = " pastebinp%.com/(%w+)%s*$" , downloadURL = " pastebinp.com/raw/%1" },
16
- { label = " Rentry.co" , id = " Rentry" , matchURL = " rentry%.co/%w+" , regexURL = " rentry%.co/(%w+)%s*$" , downloadURL = " rentry.co/paste/%1/raw" },
17
15
{
18
16
label = " PoeNinja" , id = " PoeNinja" , matchURL = " poe%.ninja/pob/%w+" , regexURL = " poe%.ninja/pob/(%w+)%s*$" , downloadURL = " poe.ninja/pob/raw/%1" ,
19
17
codeOut = " " , postUrl = " https://poe.ninja/pob/api/api_post.php" , postFields = " api_paste_code="
20
18
},
21
19
{
22
- label = " pobb.in " , id = " POBBin " , matchURL = " pobb%.in/. +" , regexURL = " pobb%.in/(. +)%s*$" , downloadURL = " pobb.in/pob /%1" ,
23
- codeOut = " https://pobb.in/ " , postUrl = " https://pobb.in/pob/ " , postFields = " "
20
+ label = " Pastebin.com " , id = " pastebin " , matchURL = " pastebin%.com/%w +" , regexURL = " pastebin%.com/(%w +)%s*$" , downloadURL = " pastebin.com/raw /%1" ,
21
+ codeOut = " " , postUrl = " https://pastebin.com/api/api_post.php " , postFields = " api_dev_key=c4757f22e50e65e21c53892fd8e0a9ff&api_paste_private=1&api_option=paste&api_paste_code= "
24
22
},
23
+ { label = " PastebinP.com" , id = " pastebinProxy" , matchURL = " pastebinp%.com/%w+" , regexURL = " pastebinp%.com/(%w+)%s*$" , downloadURL = " pastebinp.com/raw/%1" },
24
+ { label = " Rentry.co" , id = " rentry" , matchURL = " rentry%.co/%w+" , regexURL = " rentry%.co/(%w+)%s*$" , downloadURL = " rentry.co/paste/%1/raw" },
25
25
}
26
26
27
27
--- Uploads a PoB build code to a website
0 commit comments