[furaffinity] use a 1s delay between requests by default (#7054)
This commit is contained in:
@@ -403,6 +403,8 @@ Default
|
|||||||
``weebcentral``,
|
``weebcentral``,
|
||||||
``xfolio``,
|
``xfolio``,
|
||||||
``zerochan``
|
``zerochan``
|
||||||
|
* ``"1.0"``
|
||||||
|
``furaffinity``
|
||||||
* ``"1.0-2.0"``
|
* ``"1.0-2.0"``
|
||||||
``flickr``,
|
``flickr``,
|
||||||
``pexels``,
|
``pexels``,
|
||||||
|
|||||||
@@ -264,7 +264,8 @@
|
|||||||
},
|
},
|
||||||
"furaffinity":
|
"furaffinity":
|
||||||
{
|
{
|
||||||
"cookies" : null,
|
"cookies" : null,
|
||||||
|
"sleep-request": "1.0",
|
||||||
|
|
||||||
"descriptions": "text",
|
"descriptions": "text",
|
||||||
"external" : false,
|
"external" : false,
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ class FuraffinityExtractor(Extractor):
|
|||||||
cookies_domain = ".furaffinity.net"
|
cookies_domain = ".furaffinity.net"
|
||||||
cookies_names = ("a", "b")
|
cookies_names = ("a", "b")
|
||||||
root = "https://www.furaffinity.net"
|
root = "https://www.furaffinity.net"
|
||||||
|
request_interval = 1.0
|
||||||
_warning = True
|
_warning = True
|
||||||
|
|
||||||
def __init__(self, match):
|
def __init__(self, match):
|
||||||
|
|||||||
Reference in New Issue
Block a user