pixiv: fix preview_urls to use correct url (#3891).

This commit is contained in:
evazion
2018-09-11 23:55:46 -05:00
parent d5c7de84a3
commit 37fc215d75
2 changed files with 5 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ module Sources
end
should "get the preview size image url" do
assert_equal("https://i.pximg.net/c/240x240/img-master/img/2017/11/21/05/12/37/65981735_p0.jpg", @site.preview_url)
assert_equal("https://i.pximg.net/c/240x240/img-master/img/2017/11/21/05/12/37/65981735_p0_master1200.jpg", @site.preview_url)
end
should "get the page count" do