[architizer] fix 'project' extractor (#7421)
This commit is contained in:
@@ -54,7 +54,7 @@ class ArchitizerProjectExtractor(GalleryExtractor):
|
||||
return [
|
||||
(url, None)
|
||||
for url in text.extract_iter(
|
||||
page, "property='og:image:secure_url' content='", "?")
|
||||
page, 'property="og:image:secure_url" content="', "?")
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user