MDImageServer
public enum MDImageServer : String, Codable
Known “official” MangaDex image servers
These can be useful if you do not want to use a MD@Home node
-
Default official image server
Declaration
Swift
case uploads = "https://uploads.mangadex.org"
-
Image server s2
Declaration
Swift
case s2 = "https://s2.mangadex.org"
-
Image server s5
Important
The certificate of this server is currently expired so it cannot be usedDeclaration
Swift
case s5 = "https://s5.mangadex.org"