- single revision https://kemono.party/SERVICE/user/12345/post/12345/revision/12345 - all revisions https://kemono.party/SERVICE/user/12345/post/12345/revisions
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
# published by the Free Software Foundation.
|
||||
|
||||
from gallery_dl.extractor import kemonoparty
|
||||
from gallery_dl import exception
|
||||
|
||||
|
||||
__tests__ = (
|
||||
@@ -154,6 +155,37 @@ __tests__ = (
|
||||
"#class" : kemonoparty.KemonopartyPostExtractor,
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://kemono.party/patreon/user/3161935/post/68231671/revision/134996",
|
||||
"#comment" : "revisions (#4498)",
|
||||
"#category": ("", "kemonoparty", "patreon"),
|
||||
"#class" : kemonoparty.KemonopartyPostExtractor,
|
||||
"#urls" : "https://kemono.party/data/88/52/88521f71822dfa2f42df3beba319ea4fceda2a2d6dc59da0276a75238f743f86.jpg",
|
||||
|
||||
"revision_id": 134996,
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://kemono.party/patreon/user/3161935/post/68231671/revisions",
|
||||
"#comment" : "revisions (#4498)",
|
||||
"#category": ("", "kemonoparty", "patreon"),
|
||||
"#class" : kemonoparty.KemonopartyPostExtractor,
|
||||
"#pattern" : r"https://kemono\.party/data/88/52/88521f71822dfa2f42df3beba319ea4fceda2a2d6dc59da0276a75238f743f86\.jpg",
|
||||
"#count" : 9,
|
||||
"#archive" : False,
|
||||
|
||||
"revision_id": range(134996, 3052965),
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"#url" : "https://kemono.party/patreon/user/3161935/post/68231671/revision/12345",
|
||||
"#comment" : "revisions (#4498)",
|
||||
"#category": ("", "kemonoparty", "patreon"),
|
||||
"#class" : kemonoparty.KemonopartyPostExtractor,
|
||||
"#exception": exception.NotFoundError,
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://kemono.party/discord/server/488668827274444803#608504710906904576",
|
||||
"#category": ("", "kemonoparty", "discord"),
|
||||
|
||||
Reference in New Issue
Block a user