[newgrounds] fix favorites extraction

This commit is contained in:
Mike Fährmann
2020-07-13 23:05:43 +02:00
parent c51fbd72ba
commit e17d4f44f6

View File

@@ -389,7 +389,7 @@ class NewgroundsFavoriteExtractor(NewgroundsExtractor):
return [
self.root + path
for path in text.extract_iter(
page, 'href="//www.newgrounds.com', '"')
page, 'href="https://www.newgrounds.com', '"')
]