[newgrounds] add default delay between requests (#4046)
This commit is contained in:
@@ -23,6 +23,7 @@ class NewgroundsExtractor(Extractor):
|
|||||||
root = "https://www.newgrounds.com"
|
root = "https://www.newgrounds.com"
|
||||||
cookiedomain = ".newgrounds.com"
|
cookiedomain = ".newgrounds.com"
|
||||||
cookienames = ("NG_GG_username", "vmk1du5I8m")
|
cookienames = ("NG_GG_username", "vmk1du5I8m")
|
||||||
|
request_interval = 1.0
|
||||||
|
|
||||||
def __init__(self, match):
|
def __init__(self, match):
|
||||||
Extractor.__init__(self, match)
|
Extractor.__init__(self, match)
|
||||||
|
|||||||
Reference in New Issue
Block a user