diff --git a/gallery_dl/extractor/simpcity.py b/gallery_dl/extractor/simpcity.py index 41be2dae..caefe2ce 100644 --- a/gallery_dl/extractor/simpcity.py +++ b/gallery_dl/extractor/simpcity.py @@ -30,11 +30,14 @@ class SimpcityExtractor(Extractor): self.login() extract_urls = text.re( - r'(?s)<(?:' - r'video (.*?\ssrc="[^"]+".*?)' - r'|a [^>]*?href="(?:https://[^"]+)?(/attachments/[^"]+".*?)' - r'|div [^>]*?ata-src="(?:https://[^"]+)?(/attachments/[^"]+".*?)/>' - r'|(?:a [^>]*?href|iframe [^>]*?src)="([^"]+)' + r'(?s)(?:' + r'