update extractor test results

- certain posts on Instagram now return
  https://static.cdninstagram.com/rsrc.php/null.jpg
  for public users
- MangaDex is deploying its new MangaDex@Home network similar to
  exhentai's Hentai@Home
- realbooru has a new site layout, but the underlying booru API still
  works like before
This commit is contained in:
Mike Fährmann
2020-06-12 00:36:06 +02:00
parent ffb6c5277a
commit 7daef6ee70
5 changed files with 9 additions and 11 deletions

View File

@@ -50,10 +50,10 @@ class RealbooruPostExtractor(booru.PostMixin, RealbooruExtractor):
test = ("https://realbooru.com/index.php?page=post&s=view&id=668483", {
"url": "2421b5b0e15d5e20f9067090a8b0fd4114d3e7d9",
"content": "7f5873ce3b6cd295ea2e81fcb49583098ea9c8da",
"options": (("tags", True),),
"keyword": {
"tags_general" : str,
"tags_metadata": str,
"tags_model" : "jennifer_lawrence",
},
# "options": (("tags", True),),
# "keyword": {
# "tags_general" : str,
# "tags_metadata": str,
# "tags_model" : "jennifer_lawrence",
# },
})