Update URL of pomf.lesderid.net to p.fuwafuwa.moe

The preferred domain name of pomf.lesderid.net was recently changed to p.fuwafuwa.moe. The old domain still works (both uploading new files and downloading existing ones), but might be deprecated at some point in the (far) future.

Sorry for the commit noise.
This commit is contained in:
Les De Ridder 2016-05-11 02:52:26 +02:00
parent 572868bd02
commit beb74ec4ac

View file

@ -79,7 +79,7 @@ public class Pomf : FileUploader
new PomfUploader("https://sugoi.vidyagam.es/upload.php"),
new PomfUploader("http://up.che.moe/upload.php", "http://cdn.che.moe"),
new PomfUploader("https://filebunker.pw/upload.php"),
new PomfUploader("https://pomf.lesderid.net/upload.php")
new PomfUploader("https://p.fuwafuwa.moe/upload.php")
};
public PomfUploader Uploader { get; private set; }
@ -188,4 +188,4 @@ public override string ToString()
}
}
}
}
}