[speakerdeck] inherit from GalleryExtractor

This commit is contained in:
Mike Fährmann
2024-06-15 21:56:51 +02:00
parent 4ffaa7fabf
commit ae3706286a
2 changed files with 24 additions and 26 deletions

View File

@@ -15,6 +15,14 @@ __tests__ = (
"#pattern" : r"https://files.speakerdeck.com/presentations/50021f75cf1db900020005e7/slide_\d+.jpg",
"#count" : 6,
"#sha1_content": "75c7abf0969b0bcab23e0da9712c95ee5113db3a",
"author" : "Speaker Deck",
"count" : 6,
"num" : range(1, 6),
"presentation" : "introduction-to-speakerdeck",
"presentation_id": "50021f75cf1db900020005e7",
"title" : "Introduction to SpeakerDeck",
"user" : "speakerdeck",
},
)