Update Pomf.cs

This commit is contained in:
Jaex 2018-06-06 13:38:03 +03:00 committed by GitHub
parent 9142f9050e
commit d03f5bf81c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,6 @@ public class Pomf : FileUploader
public static List<PomfUploader> Uploaders = new List<PomfUploader>()
{
//new PomfUploader("https://pomf.se/upload.php"),
new PomfUploader("https://catgirl.pw/upload.php"),
new PomfUploader("https://comfy.moe/upload.php"),
new PomfUploader("https://doko.moe/upload.php"),
new PomfUploader("https://edfile.pro/upload/archive"),
@ -79,7 +78,8 @@ public class Pomf : FileUploader
//new PomfUploader("https://sugoi.vidyagam.es/upload.php"), - dangerous site
new PomfUploader("https://up.asis.io/upload.php", "http://dl.asis.io"),
new PomfUploader("https://void.cat/upload.php"),
new PomfUploader("https://vidga.me/upload.php")
new PomfUploader("https://vidga.me/upload.php"),
new PomfUploader("https://catgirl.pw/upload.php")
};
public PomfUploader Uploader { get; private set; }