mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
10.76k stars 886 forks source link

Noob Question. How do I use? #1636

Closed VanishingBlaze closed 2 years ago

VanishingBlaze commented 3 years ago

Trying to figure out where im suppose to put the url at. im guessing i don't open the .exe until i have target

kattjevfel commented 3 years ago

gallery-dl is a command line application, so you first have to open cmd or powershell, and run the exe there, and then you can run something like gallery-dl http://example.com/tiddies from there.

VanishingBlaze commented 3 years ago

ok, so i open the cmd. and typed the gallery-dl with the url, but i got 'gallery-dl' is not recognized as an internal or external command, operable program or batch file.

so i think im missing something

kattjevfel commented 3 years ago

Right, I forgot you have to also specify .exe, or the full path of the program if you're in another directory. You could also add it to your path, like so: https://helpdeskgeek.com/windows-10/add-windows-path-environment-variable/

VanishingBlaze commented 3 years ago

i think the .exe is in an extracted folder in my downloads. how should the command look like?

kattjevfel commented 3 years ago

I don't have a windows machine set up, but it should be something like this:

Microsoft Windows 6.1.7601

Z:\home\katt>Z:\home\katt\Downloads\gallery-dl.exe https://twitter.com/fox_info_net/status/1405846890831249408
* .\gallery-dl\twitter\fox_info_net\1405846890831249408_1.jpg
Z:\home\katt>
VanishingBlaze commented 3 years ago

ok i think i got the right command now, but i keep getting download errors (its cycling through like its downloading but an error pops up for each download) is there a problem with the website im using? im trying to download from kemono.party

rod-giovany commented 3 years ago

take a screenshot or copy and upload the full message

kattjevfel commented 3 years ago

There are some issues open about kemono #1567 #1590 with some fixes, you'll probably want to take it there if you have further issues.

rautamiekka commented 3 years ago

you have to also specify .exe

Unnecessary, even back in M$-DO$, just get the path and name right.

VanishingBlaze commented 3 years ago

Ok I think I got it downloading, but idk where it's downloading to Edit: ok I found it. It's downloading to my c drive. How do I make it download to my d drive?

rod-giovany commented 3 years ago

with -d, --dest example: gallery-dl -d "C:\Users\Jonathan\Documents\gall" "https://URL"

rautamiekka commented 3 years ago

Ok I think I got it downloading, but idk where it's downloading to

Unless specified in the command line or the used config, always in the current folder like with nearly every app.

Keep the --verbose flag, it tells that among other things you'll need to know, especially when reporting.

wankio commented 3 years ago

it will better if you search closed issues with related question, after you read through those closed issues, you will know how to use it properly

the best thing is use pip version instead exe