fix: ranking page duplicate refresh

This commit is contained in:
2020-05-15 02:14:47 +08:00
parent f83f533f5f
commit b5f19b0f30
14 changed files with 58 additions and 32 deletions

View File

@@ -450,7 +450,7 @@ namespace Pixiview.Utils
public const string QueryTypeKey = "query_type";
public const string QueryDateKey = "query_date";
public const int MaxThreads = 3;
public const int MaxThreads = 6;
public const string Referer = "https://www.pixiv.net/";
public const string RefererIllust = "https://www.pixiv.net/artworks/{0}";
public const string RefererIllustRanking = "https://www.pixiv.net/ranking.php?{0}";