1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-25 12:12:34 +01:00

improve 'deviantart.quality' description

This commit is contained in:
Mike Fährmann 2019-08-30 17:57:46 +02:00
parent 8eaae58045
commit c6c5cb1898
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88
3 changed files with 6 additions and 3 deletions

View File

@ -581,7 +581,8 @@ extractor.deviantart.quality
=========== =====
Type ``integer``
Default ``100``
Description JPEG compression quality for newer images hosted on wixmp servers.
Description JPEG quality level of newer images for which
an original file download is not available.
=========== =====

View File

@ -123,7 +123,7 @@ class PornhubUserExtractor(PornhubExtractor):
test = (
("https://www.pornhub.com/users/flyings0l0/photos/public", {
"pattern": PornhubGalleryExtractor.pattern,
"count": ">= 8",
"count": ">= 6",
}),
("https://www.pornhub.com/users/flyings0l0/"),
("https://www.pornhub.com/users/flyings0l0/photos/public"),

View File

@ -21,7 +21,7 @@ TRAVIS_SKIP = {
"exhentai", "kissmanga", "mangafox", "dynastyscans", "nijie", "bobx",
"archivedmoe", "archiveofsins", "thebarchive", "fireden", "4plebs",
"sankaku", "idolcomplex", "mangahere", "readcomiconline", "mangadex",
"sankakucomplex",
"sankakucomplex", "warosu",
}
# temporary issues, etc.
@ -29,6 +29,8 @@ BROKEN = {
"8chan",
"imgth",
"mangapark",
"mangoxo",
"tumblr",
}