mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-28 19:56:40 +01:00
Add to FimF cover_exclusion_regexp and smaller cover when href not found.
This commit is contained in:
parent
e07bd0653b
commit
f51b21cfeb
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue