mirror of
https://github.com/wassname/FanFicFare.git
synced 2026-09-10 11:40:24 +08:00
Add to FimF cover_exclusion_regexp and smaller cover when href not found.
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ try:
|
||||
export = False
|
||||
img = Image()
|
||||
img.load(data)
|
||||
|
||||
|
||||
owidth, oheight = img.size
|
||||
nwidth, nheight = sizes
|
||||
scaled, nwidth, nheight = fit_image(owidth, oheight, nwidth, nheight)
|
||||
|
||||
Reference in New Issue
Block a user