Update Pomf.cs

This commit is contained in:
x 2015-10-24 22:09:37 -04:00
parent 4c8cf9f547
commit 52064875c8

View file

@ -52,7 +52,8 @@ public class Pomf : FileUploader
new PomfUploader("pomf.io", "http://pomf.io/upload.php"),
new PomfUploader("pomf.pl", "http://pomf.pl/upload.php"),
//new PomfUploader("pomf.se", "https://pomf.se/upload.php", "https://a.pomf.se"),
new PomfUploader("up.che.moe", "http://up.che.moe/upload.php", "http://cdn.che.moe")
new PomfUploader("up.che.moe", "http://up.che.moe/upload.php", "http://cdn.che.moe"),
new PomfUploader("nigger.cat", "http://nigger.cat/upload.php", "http://a.nigger.cat")
};
public static PomfUploader DefaultUploader
@ -115,4 +116,4 @@ private class PomfFile
public string size { get; set; }
}
}
}
}