diff --git a/examples.sh b/examples.sh index a0fc28499ec2f8d86380680137cf3a8708d23534..56bb3610849705b3ca7b48d6cbbb0536e60427fc 100644 --- a/examples.sh +++ b/examples.sh @@ -2,5 +2,6 @@ # https://www.pictoa.com/albums/amateur-cuckold-hotwife-like-bwc-and-bbc-3727592-p2.html # https://www.pictoa.com/albums/white-women-getting-cream-pies-from-bbc-588816.html mkdir ./saved +meetslut image meetslut image https://www.99zipai.com/selfies/202010/110590.html -o ./saved ls ./saved \ No newline at end of file diff --git a/meetslut/cli.py b/meetslut/cli.py index 6c52df1a9cb1cb85216c244956d91859fdd71b48..9d70450877d8aa99e8dd8e8d145155faceacf2c4 100644 --- a/meetslut/cli.py +++ b/meetslut/cli.py @@ -53,12 +53,10 @@ def process_image(args): # with open(metafile, 'w', encoding='utf8') as f: # json.dump(data, f, ensure_ascii=False) # save metadata + + download(data['images'], folder, indexed=app.indexed) with open(metafile, 'w', encoding='utf8') as f: json.dump(data, f, ensure_ascii=False) - download(data['images'], folder, indexed=app.indexed) - - - exit()