update unit test results

This commit is contained in:
Mike Fährmann
2018-10-02 20:37:46 +02:00
parent f8b3b00249
commit d69db60e2a
3 changed files with 4 additions and 4 deletions

View File

@@ -94,7 +94,7 @@ class BobxIdolExtractor(BobxExtractor):
subcategory = "idol"
pattern = [r"(?:https?://)?(?:www\.)?bobx\.com/([^/]+/[^/?&#]+)/?$"]
test = [("http://www.bobx.com/idol/nashiko-momotsuki/", {
"url": "4294c30465ba17c2ed755aa01762c2cb01edc70f",
"url": "5e4b57f39dc1b59e80ffa29ca51b6469f13f564d",
})]
def __init__(self, match):