Multporn icon indicating copy to clipboard operation
Multporn copied to clipboard

Doesnt handle special characters

Open ase1590 opened this issue 2 years ago • 1 comments

With the name of the following comic, it will only continually overwrite the same s.jpg over and over due to the name of the comic being S.EXpedition

Here is the test code

comic = Multporn("https://multporn.net/comics/others/s_expedition")

print(comic)


# Downloads the comic
comic.downloadContent()

ase1590 avatar May 20 '22 20:05 ase1590