Add ED File Host

This commit is contained in:
Seenko 2017-03-18 21:28:50 -03:00 committed by GitHub
parent 4a2afc4d42
commit 2314397164

View file

@ -67,6 +67,7 @@ public class Pomf : FileUploader
new PomfUploader("https://cocaine.ninja/upload.php"),
new PomfUploader("https://comfy.moe/upload.php"),
new PomfUploader("https://desu.sh/upload.php", "https://a.desu.sh"),
new PomfUploader("https://edfile.pro/upload/archive"),
new PomfUploader("https://filebox.moe/upload.php"),
new PomfUploader("https://filebunker.pw/upload.php"),
new PomfUploader("http://g.zxq.co/upload.php", "http://y.zxq.co"),
@ -197,4 +198,4 @@ public override string ToString()
}
}
}
}
}