Merge pull request #1111 from neko/patch-2

pomf.io changes
This commit is contained in:
Jaex 2015-11-12 03:44:24 +02:00
commit 4699995bbd

View file

@ -54,7 +54,7 @@ public class Pomf : FileUploader
// new PomfUploader("https://pantsu.cat/upload.php"),
new PomfUploader("https://pomf.cat/upload.php", "http://a.pomf.cat"),
new PomfUploader("http://pomf.hummingbird.moe/upload.php", "http://a.pomf.hummingbird.moe"),
new PomfUploader("http://pomf.io/upload.php"),
new PomfUploader("https://pomf.io/upload.php"),
new PomfUploader("http://pomf.pl/upload.php"),
// new PomfUploader("https://pomf.se/upload.php", "https://a.pomf.se"),
// new PomfUploader("https://sheesh.in/upload.php"),
@ -150,4 +150,4 @@ private class PomfFile
public string size { get; set; }
}
}
}
}