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:
parent
c51fbd72ba
commit
e17d4f44f6
@ -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', '"')
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user