diff --git a/docs/supportedsites.md b/docs/supportedsites.md index 756d2e58..191bda39 100644 --- a/docs/supportedsites.md +++ b/docs/supportedsites.md @@ -757,12 +757,6 @@ Consider all sites to be NSFW unless otherwise known.
")[2])) - return data - - @staticmethod - def _extract_image(post, data): - text.extract_all(post, ( - (None , '>File:', ''), - ("fullname", '', '<'), - ("fsize" , '(', ', '), - ("w" , '', 'x'), - ("h" , '', ')'), - ), 0, data) - filename = data["fullname"] or data["filename"] - data["filename"] = text.unescape(filename.rpartition(".")[0]) - data["image"] = "https:" + data["image"] - del data["fullname"] diff --git a/scripts/supportedsites.py b/scripts/supportedsites.py index 2ac11351..c2ea1be1 100755 --- a/scripts/supportedsites.py +++ b/scripts/supportedsites.py @@ -108,7 +108,6 @@ CATEGORY_MAP = { "xhamster" : "xHamster", "xvideos" : "XVideos", "yandere" : "yande.re", - "yuki" : "yuki.la 4chan archive", } SUBCATEGORY_MAP = {