Skip to content

Commit 2e4ebba

Browse files
fix #42
1 parent 9251fce commit 2e4ebba

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Build Release.bat

-1
This file was deleted.

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import sys
77
import inquirer
88

9-
version = "1.6.4"
9+
version = "1.6.5"
1010

1111
if os.name == 'nt':
1212
from ctypes import windll

modules/rule34.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class RULE34():
1616
def fetcher(user_tags, user_blacklist, proxy_list, max_sites, user_proxies, header, db):
1717
try:
1818
approved_list = []
19-
page = 1
19+
page = 0
2020

2121
while True:
2222
URL = f"https://api.rule34.xxx/index.php?page=dapi&s=post&q=index&pid={page}&limit=1000&json=1&tags={user_tags}"

0 commit comments

Comments
 (0)