update keyword hashes for tests

This commit is contained in:
Mike Fährmann
2016-09-25 17:28:46 +02:00
parent 19c2d4ff6f
commit 56d810c896
41 changed files with 53 additions and 53 deletions

View File

@@ -17,7 +17,7 @@ class FourchanThreadExtractor(ChanExtractor):
pattern = [r"(?:https?://)?boards\.4chan\.org/([^/]+)/thread/(\d+)"]
test = [("https://boards.4chan.org/tg/thread/15396072/", {
"url": "39082ad166161966d7ba8e37f2173a824eb540f0",
"keyword": "9b610fd3674653728516c34ec65925a024cc0074",
"keyword": "38679a7c8054f535cba67cae13eef1ea7dbc8085",
"content": "3081ed85a5afaeb3f430f42540e7bb5eec1908cc",
})]
api_url = "https://a.4cdn.org/{board}/thread/{thread}.json"