[kissmanga] fix download URLs and file extensions

The current Blogspot image URLs hosted on Kissmanga end with an
"invalid" query parameter (/000.png&upx=...), which doesn't get
recognized by 'spliturl()' and 'parseurl()' as such and gets therefore
included in the 'extension' field from 'text.nameext_from_url()'.
This commit is contained in:
Mike Fährmann
2019-06-28 20:34:43 +02:00
parent 055102431f
commit 7a99e85943
3 changed files with 4 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ TRAVIS_SKIP = {
# temporary issues, etc.
BROKEN = {
"komikcast",
"mangapark",
}