[manganelo] add 'bookmark' extractor (#8776)
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
# published by the Free Software Foundation.
|
||||
|
||||
from gallery_dl.extractor import manganelo
|
||||
from gallery_dl import exception
|
||||
|
||||
|
||||
__tests__ = (
|
||||
@@ -70,4 +71,21 @@ __tests__ = (
|
||||
"#class" : manganelo.ManganeloMangaExtractor,
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://www.nelomanga.net/bookmark",
|
||||
"#category": ("manganelo", "nelomanga", "bookmark"),
|
||||
"#class" : manganelo.ManganeloBookmarkExtractor,
|
||||
"#pattern" : manganelo.ManganeloMangaExtractor.pattern,
|
||||
"#auth" : "cookies",
|
||||
"#count" : 23,
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://nelomanga.net/bookmark",
|
||||
"#category": ("manganelo", "nelomanga", "bookmark"),
|
||||
"#class" : manganelo.ManganeloBookmarkExtractor,
|
||||
"#auth" : False,
|
||||
"#exception": exception.AuthRequired,
|
||||
},
|
||||
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user