Commit Graph

7 Commits

Author SHA1 Message Date
Mike Fährmann
ae3706286a [speakerdeck] inherit from GalleryExtractor 2024-06-15 21:56:51 +02:00
Yuta Hayashibe
f272b5d2ac fix: extractor for speakerdeck.com 2024-06-13 15:54:54 +02:00
Mike Fährmann
a453335a9f remove test results in extractor modules
and add generic example URLs
2023-09-11 16:30:55 +02:00
Mike Fährmann
bd08ee2859 remove most 'yield Message.Version' statements
only leave them in oauth.py as noop results
2021-08-16 03:10:48 +02:00
Mike Fährmann
968d3e8465 remove '&' from URL patterns
'/?&#' -> '/?#' and '?&#' -> '?#'

According to https://www.ietf.org/rfc/rfc3986.txt, URLs are
"organized hierarchically" by using "the slash ("/"), question
mark ("?"), and number sign ("#") characters to delimit components"
2020-10-22 23:31:25 +02:00
Mike Fährmann
0cac14c3bd update extractor test results 2020-06-25 19:11:47 +02:00
Leonardo Taccari
b47cfc5ac9 [speakerdeck] Add a new extractor for speakerdeck.com (#726) 2020-05-01 22:32:22 +02:00