diff options
Diffstat (limited to 'gallery_dl/extractor/newgrounds.py')
| -rw-r--r-- | gallery_dl/extractor/newgrounds.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/newgrounds.py b/gallery_dl/extractor/newgrounds.py index 84794ad..19a2b92 100644 --- a/gallery_dl/extractor/newgrounds.py +++ b/gallery_dl/extractor/newgrounds.py @@ -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', '"') ] |
