File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -248,8 +248,8 @@ Scrapes a web page and extracts versions using regex.
248248{
249249 "parser" : " html" ,
250250 "html" : {
251- "url" : " https://flansmod .com/download " ,
252- "regex" : " (?P<version>[0-9]+(?:\\ .[0-9]+)+) for(?: MC)? (?P<mc>[0-9]+(\\ .[0-9]+)+)"
251+ "url" : " https://example .com/downloads " ,
252+ "regex" : " Mod (?P<version>[0-9]+(?:\\ .[0-9]+)+) for MC (?P<mc>[0-9]+(?: \\ .[0-9]+)+)"
253253 }
254254}
255255```
Original file line number Diff line number Diff line change 983983 }
984984 },
985985 "Flan'sMod" : {
986- "parser" : " html " ,
986+ "parser" : " cfwidget " ,
987987 "active" : true ,
988- "html " : {
989- "url " : " https://flansmod.com/download " ,
990- "regex" : " (?P<version> [0-9]+(?:\\ .[0-9]+)+) for(?: MC)? (?P<mc >[0-9]+(\\ .[0-9]+)+) "
988+ "curse " : {
989+ "id " : " 317310 " ,
990+ "regex" : " Flan(?:'s Mod| \\ .s \\ .Mod)- [0-9]+(?:\\ .[0-9]+)+-(?P<version >[0-9]+(?: \\ .[0-9]+)+(?:-[a-z]+(?: \\ .[0-9]+)?)?)(?:-all)? \\ .jar "
991991 }
992992 },
993993 "LagGoggles" : {
You can’t perform that action at this time.
0 commit comments