Spaces:
Sleeping
Sleeping
Update helper/is_site_available.py
Browse files
helper/is_site_available.py
CHANGED
@@ -36,7 +36,7 @@ def check_if_site_available(site):
|
|
36 |
"xxx",
|
37 |
"movies",
|
38 |
],
|
39 |
-
"limit":
|
40 |
},
|
41 |
"torlock": {
|
42 |
"website": Torlock,
|
@@ -58,7 +58,7 @@ def check_if_site_available(site):
|
|
58 |
"books",
|
59 |
"images",
|
60 |
], # ebooks
|
61 |
-
"limit":
|
62 |
},
|
63 |
"zooqle": {
|
64 |
"website": Zooqle,
|
@@ -151,7 +151,7 @@ def check_if_site_available(site):
|
|
151 |
"movies",
|
152 |
"books",
|
153 |
], # television applications
|
154 |
-
"limit":
|
155 |
},
|
156 |
"libgen": {
|
157 |
"website": Libgen,
|
@@ -171,7 +171,7 @@ def check_if_site_available(site):
|
|
171 |
"recent_available": True,
|
172 |
"recent_category_available": False,
|
173 |
"categories": [],
|
174 |
-
"limit":
|
175 |
},
|
176 |
"limetorrent": {
|
177 |
"website": Limetorrent,
|
|
|
36 |
"xxx",
|
37 |
"movies",
|
38 |
],
|
39 |
+
"limit": 40,
|
40 |
},
|
41 |
"torlock": {
|
42 |
"website": Torlock,
|
|
|
58 |
"books",
|
59 |
"images",
|
60 |
], # ebooks
|
61 |
+
"limit": 3,
|
62 |
},
|
63 |
"zooqle": {
|
64 |
"website": Zooqle,
|
|
|
151 |
"movies",
|
152 |
"books",
|
153 |
], # television applications
|
154 |
+
"limit": 15,
|
155 |
},
|
156 |
"libgen": {
|
157 |
"website": Libgen,
|
|
|
171 |
"recent_available": True,
|
172 |
"recent_category_available": False,
|
173 |
"categories": [],
|
174 |
+
"limit": 5,
|
175 |
},
|
176 |
"limetorrent": {
|
177 |
"website": Limetorrent,
|