Update danbooru-get-json.py
Browse files- danbooru-get-json.py +1 -1
danbooru-get-json.py
CHANGED
@@ -10,7 +10,7 @@ from tqdm import tqdm
|
|
10 |
pybooru.resources.SITE_LIST["shima"] = {"url": "https://shima.donmai.us/"} # get around the government censorship
|
11 |
client = pybooru.Danbooru('shima')
|
12 |
|
13 |
-
parser = argparse.ArgumentParser(description='Get
|
14 |
parser.add_argument('start', type=int)
|
15 |
parser.add_argument('end', type=int)
|
16 |
args = parser.parse_args()
|
|
|
10 |
pybooru.resources.SITE_LIST["shima"] = {"url": "https://shima.donmai.us/"} # get around the government censorship
|
11 |
client = pybooru.Danbooru('shima')
|
12 |
|
13 |
+
parser = argparse.ArgumentParser(description='Get json files from danbooru')
|
14 |
parser.add_argument('start', type=int)
|
15 |
parser.add_argument('end', type=int)
|
16 |
args = parser.parse_args()
|