[newgrounds] add default delay between requests (#4046)

This commit is contained in:
Mike Fährmann
2023-05-11 16:04:37 +02:00
parent 708f478d15
commit c698c3de44

View File

@@ -23,6 +23,7 @@ class NewgroundsExtractor(Extractor):
root = "https://www.newgrounds.com"
cookiedomain = ".newgrounds.com"
cookienames = ("NG_GG_username", "vmk1du5I8m")
request_interval = 1.0
def __init__(self, match):
Extractor.__init__(self, match)