Merge pull request #2043 from Ninn0x4F/master

Update Pomf.cs
This commit is contained in:
Jaex 2016-11-05 23:56:38 +02:00 committed by GitHub
commit ad82039a6e

View file

@ -77,7 +77,8 @@ public class Pomf : FileUploader
new PomfUploader("http://up.che.moe/upload.php", "http://cdn.che.moe"), new PomfUploader("http://up.che.moe/upload.php", "http://cdn.che.moe"),
new PomfUploader("https://filebunker.pw/upload.php"), new PomfUploader("https://filebunker.pw/upload.php"),
new PomfUploader("https://p.fuwafuwa.moe/upload.php"), new PomfUploader("https://p.fuwafuwa.moe/upload.php"),
new PomfUploader("https://pomf.gocataclysm.com/upload.php") new PomfUploader("https://pomf.gocataclysm.com/upload.php"),
new PomfUploader("https://desu.sh/upload.php")
}; };
public PomfUploader Uploader { get; private set; } public PomfUploader Uploader { get; private set; }