mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 18:53:21 +01:00
miscellaneous fixes and adjustments
This commit is contained in:
parent
2c839f3760
commit
4a0c98bfc9
@ -100,7 +100,7 @@ class DynastyscansSearchExtractor(DynastyscansBase, Extractor):
|
||||
test = (
|
||||
("https://dynasty-scans.com/images?with[]=4930&with[]=5211", {
|
||||
"url": "6b570eedd8a741c2cd34fb98b22a49d772f84191",
|
||||
"keyword": "a1e2d05c1406a08b02f347389616a6babb1b50bf",
|
||||
"keyword": "fa7ff94f82cdf942f7734741d758f160a6b0905a",
|
||||
}),
|
||||
("https://dynasty-scans.com/images", {
|
||||
"range": "1",
|
||||
|
@ -62,7 +62,7 @@ class LusciousAlbumExtractor(LusciousBase, GalleryExtractor):
|
||||
test = (
|
||||
("https://luscious.net/albums/okinami-no-koigokoro_277031/", {
|
||||
"url": "7e4984a271a1072ac6483e4228a045895aff86f3",
|
||||
"keyword": "c0536584fc455c67940b032e6b833343871ae93d",
|
||||
"keyword": "ab4e5b71583fd439b4c8012a642aa8b58d8d0758",
|
||||
"content": "b3a747a6464509440bd0ff6d1267e6959f8d6ff3",
|
||||
}),
|
||||
("https://luscious.net/albums/virgin-killer-sweater_282582/", {
|
||||
|
@ -34,11 +34,11 @@ class SankakucomplexArticleExtractor(SankakucomplexExtractor):
|
||||
test = (
|
||||
("https://www.sankakucomplex.com/2019/05/11/twitter-cosplayers", {
|
||||
"url": "4a9ecc5ae917fbce469280da5b6a482510cae84d",
|
||||
"keyword": "4b3b5766b277a5d0acbec90fa8f2343262b07efd",
|
||||
"keyword": "bfe08310e7d9a572f568f6900e0ed0eb295aa2b3",
|
||||
}),
|
||||
("https://www.sankakucomplex.com/2009/12/01/sexy-goddesses-of-2ch", {
|
||||
"url": "a1e249173fd6c899a8134fcfbd9c925588a63f7c",
|
||||
"keyword": "f47a416d680717855bbc3e4f0cd44479f61d9aa4",
|
||||
"keyword": "e78fcc23c2711befc0969a45ea5082a29efccf68",
|
||||
}),
|
||||
)
|
||||
|
||||
|
@ -112,6 +112,7 @@ class VscoCollectionExtractor(VscoExtractor):
|
||||
"""Extractor for images from a collection on vsco.co"""
|
||||
subcategory = "collection"
|
||||
directory_fmt = ("{category}", "{user}", "collection")
|
||||
archive_fmt = "c_{user}_{id}"
|
||||
pattern = BASE_PATTERN + r"/collection/"
|
||||
test = ("https://vsco.co/vsco/collection/1", {
|
||||
"range": "1-80",
|
||||
|
@ -26,7 +26,10 @@ TRAVIS_SKIP = {
|
||||
|
||||
# temporary issues, etc.
|
||||
BROKEN = {
|
||||
"imgth",
|
||||
"mangafox",
|
||||
"mangapark",
|
||||
"pixnet",
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user