[bobx] rename "model" to "idol" extractor
This commit is contained in:
@@ -13,7 +13,7 @@ Archive of Sins https://archiveofsins.com/ Threads
|
||||
Archived.Moe https://archived.moe/ Threads
|
||||
ArtStation https://www.artstation.com/ |Images from Use-0|
|
||||
Behance https://www.behance.net/ Images from Users, Galleries
|
||||
BobX http://www.bobx.com/dark/ Galleries, Models
|
||||
BobX http://www.bobx.com/dark/ Galleries, Idols
|
||||
Danbooru https://danbooru.donmai.us/ Pools, Popular Images, Posts, Tag-Searches
|
||||
Desuarchive https://desuarchive.org/ Threads
|
||||
DeviantArt https://www.deviantart.com/ |Collections, De-1| Optional (OAuth)
|
||||
|
||||
@@ -89,9 +89,9 @@ class BobxGalleryExtractor(BobxExtractor):
|
||||
return text.extract_iter(page, '<img src="/thumbnail', '"')
|
||||
|
||||
|
||||
class BobxModelExtractor(BobxExtractor):
|
||||
"""Extractor for a model's image galleries on bobx.com"""
|
||||
subcategory = "model"
|
||||
class BobxIdolExtractor(BobxExtractor):
|
||||
"""Extractor for an idol's image galleries on bobx.com"""
|
||||
subcategory = "idol"
|
||||
pattern = [r"(?:https?://)?(?:www\.)?bobx\.com/([^/]+/[^/?&#]+)/?$"]
|
||||
test = [("http://www.bobx.com/idol/nashiko-momotsuki/", {
|
||||
"url": "4294c30465ba17c2ed755aa01762c2cb01edc70f",
|
||||
|
||||
@@ -23,6 +23,7 @@ TRAVIS_SKIP = {
|
||||
|
||||
# temporary issues, etc.
|
||||
BROKEN = {
|
||||
"luscious", # 504 Gateway Time-out
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user