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:
parent
8eaae58045
commit
c6c5cb1898
@ -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.
|
||||
=========== =====
|
||||
|
||||
|
||||
|
@ -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"),
|
||||
|
@ -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",
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user