1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2025-01-31 11:41:35 +01:00

[newgrounds] fix favorites extraction

This commit is contained in:
Mike Fährmann 2020-07-13 23:05:43 +02:00
parent c51fbd72ba
commit e17d4f44f6
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

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', '"')
]