Merge pull request #2373 from Seenko/Seenko-Add-EDFile

Add ED File Host
This commit is contained in:
Jaex 2017-03-19 03:00:12 +02:00 committed by GitHub
commit 57d7b57ce4

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()
}
}
}
}
}