diff --git a/source/Image.py b/source/Image.py index 5577f65..9249ea5 100644 --- a/source/Image.py +++ b/source/Image.py @@ -7,7 +7,7 @@ class Image: IMAGE_INFO = compile(r'("infoList":\[\{.*?}])') IMAGE_TOKEN = compile( - r"http://sns-webpic-qc.xhscdn.com/\d+/\w+/(\w+)!") + r"http://sns-webpic-qc.xhscdn.com/\d+/\w+/([/\w]+)!") def get_image_link(self, html: str) -> list: data = self.__extract_image_data(html)