[khinsider] fix filename extension and test-pattern

This commit is contained in:
Mike Fährmann
2017-11-28 19:35:47 +01:00
parent c0bcf8e343
commit 55c64cad4b
4 changed files with 10 additions and 9 deletions

View File

@@ -19,9 +19,9 @@ class RebeccablacktechThreadExtractor(chan.FoolfuukaThreadExtractor):
r"|rbt\.asia)/([^/]+)/thread/(\d+)"]
test = [
("https://rbt.asia/g/thread/61487650/", {
"url": "484f20ea9b9b58f6abb0cd37eaeab22431ac22c2",
"url": "fadd274b25150a1bdf03a40c58db320fa3b617c4",
}),
("https://archive.rebeccablacktech.com/g/thread/61487650/", {
"url": "484f20ea9b9b58f6abb0cd37eaeab22431ac22c2",
"url": "fadd274b25150a1bdf03a40c58db320fa3b617c4",
}),
]