Spaces:
Sleeping
Sleeping
Update helper/is_site_available.py
Browse files
helper/is_site_available.py
CHANGED
@@ -58,7 +58,7 @@ def check_if_site_available(site):
|
|
58 |
"books",
|
59 |
"images",
|
60 |
], # ebooks
|
61 |
-
"limit":
|
62 |
},
|
63 |
"zooqle": {
|
64 |
"website": Zooqle,
|
@@ -68,7 +68,7 @@ def check_if_site_available(site):
|
|
68 |
"recent_available": False,
|
69 |
"recent_category_available": False,
|
70 |
"categories": [],
|
71 |
-
"limit":
|
72 |
},
|
73 |
"magnetdl": {
|
74 |
"website": Magnetdl,
|
@@ -79,7 +79,7 @@ def check_if_site_available(site):
|
|
79 |
"recent_category_available": False,
|
80 |
# e-books
|
81 |
"categories": ["apps", "movies", "music", "games", "tv", "books"],
|
82 |
-
"limit":
|
83 |
},
|
84 |
"tgx": {
|
85 |
"website": TorrentGalaxy,
|
@@ -110,7 +110,7 @@ def check_if_site_available(site):
|
|
110 |
"recent_available": False,
|
111 |
"recent_category_available": False,
|
112 |
"categories": [],
|
113 |
-
"limit":
|
114 |
},
|
115 |
"piratebay": {
|
116 |
"website": PirateBay,
|
@@ -130,7 +130,7 @@ def check_if_site_available(site):
|
|
130 |
"recent_available": False,
|
131 |
"recent_category_available": False,
|
132 |
"categories": [],
|
133 |
-
"limit":
|
134 |
},
|
135 |
"kickass": {
|
136 |
"website": Kickass,
|
@@ -161,7 +161,7 @@ def check_if_site_available(site):
|
|
161 |
"recent_available": False,
|
162 |
"recent_category_available": False,
|
163 |
"categories": [],
|
164 |
-
"limit":
|
165 |
},
|
166 |
"yts": {
|
167 |
"website": Yts,
|
@@ -219,7 +219,7 @@ def check_if_site_available(site):
|
|
219 |
"recent_available": True,
|
220 |
"recent_category_available": False,
|
221 |
"categories": [],
|
222 |
-
"limit":
|
223 |
},
|
224 |
"torrentproject": {
|
225 |
"website": TorrentProject,
|
@@ -229,7 +229,7 @@ def check_if_site_available(site):
|
|
229 |
"recent_available": False,
|
230 |
"recent_category_available": False,
|
231 |
"categories": [],
|
232 |
-
"limit":
|
233 |
},
|
234 |
"ybt": {
|
235 |
"website": YourBittorrent,
|
@@ -250,7 +250,7 @@ def check_if_site_available(site):
|
|
250 |
"pictures",
|
251 |
"other",
|
252 |
], # book -> ebooks
|
253 |
-
"limit":
|
254 |
},
|
255 |
}
|
256 |
|
|
|
58 |
"books",
|
59 |
"images",
|
60 |
], # ebooks
|
61 |
+
"limit": 1,
|
62 |
},
|
63 |
"zooqle": {
|
64 |
"website": Zooqle,
|
|
|
68 |
"recent_available": False,
|
69 |
"recent_category_available": False,
|
70 |
"categories": [],
|
71 |
+
"limit": 1,
|
72 |
},
|
73 |
"magnetdl": {
|
74 |
"website": Magnetdl,
|
|
|
79 |
"recent_category_available": False,
|
80 |
# e-books
|
81 |
"categories": ["apps", "movies", "music", "games", "tv", "books"],
|
82 |
+
"limit": 1,
|
83 |
},
|
84 |
"tgx": {
|
85 |
"website": TorrentGalaxy,
|
|
|
110 |
"recent_available": False,
|
111 |
"recent_category_available": False,
|
112 |
"categories": [],
|
113 |
+
"limit": 1,
|
114 |
},
|
115 |
"piratebay": {
|
116 |
"website": PirateBay,
|
|
|
130 |
"recent_available": False,
|
131 |
"recent_category_available": False,
|
132 |
"categories": [],
|
133 |
+
"limit": 20,
|
134 |
},
|
135 |
"kickass": {
|
136 |
"website": Kickass,
|
|
|
161 |
"recent_available": False,
|
162 |
"recent_category_available": False,
|
163 |
"categories": [],
|
164 |
+
"limit": 1,
|
165 |
},
|
166 |
"yts": {
|
167 |
"website": Yts,
|
|
|
219 |
"recent_available": True,
|
220 |
"recent_category_available": False,
|
221 |
"categories": [],
|
222 |
+
"limit": 1,
|
223 |
},
|
224 |
"torrentproject": {
|
225 |
"website": TorrentProject,
|
|
|
229 |
"recent_available": False,
|
230 |
"recent_category_available": False,
|
231 |
"categories": [],
|
232 |
+
"limit": 1,
|
233 |
},
|
234 |
"ybt": {
|
235 |
"website": YourBittorrent,
|
|
|
250 |
"pictures",
|
251 |
"other",
|
252 |
], # book -> ebooks
|
253 |
+
"limit": 1,
|
254 |
},
|
255 |
}
|
256 |
|