Better Rate-Limits

Added Logger to DownloadClient
This commit is contained in:
2023-05-22 21:38:23 +02:00
parent 7b6253de0f
commit 30b6c4680b
2 changed files with 32 additions and 13 deletions

View File

@ -28,7 +28,7 @@ public class MangaDex : Connector
{(byte)RequestType.AtHomeServer, 40},
{(byte)RequestType.Cover, 250},
{(byte)RequestType.Author, 250}
});
}, logger);
}
public override Publication[] GetPublications(string publicationTitle = "")