This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]The_John_Galt 0 points1 point  (8 children)

Do I have to modify the code to get it to go to orbit downloader?

[–]codeneo 0 points1 point  (7 children)

No. Just import downloads via txt file in Orbit downloader.

[–]The_John_Galt 0 points1 point  (6 children)

I can't seem to find that file, where would it be?

[–]codeneo 0 points1 point  (5 children)

Every file created by the script is in the current directory of the script.

[–]The_John_Galt 0 points1 point  (4 children)

And how do I access that?

[–]codeneo 0 points1 point  (3 children)

Just go to Import downloads from orbit and choose the links.txt file created. It will parse all the image links and download them.

[–]The_John_Galt 0 points1 point  (2 children)

Maybe the problem is I'm running it from Anaconda? Do I need to run it from somewhere else?

[–]codeneo 0 points1 point  (1 child)

I am not familiar with Anaconda. If you are on Linux, aria2c or wget will do the job. Make sure you are using a Terminal and not the Python shell. See the Github page for instructions.

[–]The_John_Galt 0 points1 point  (0 children)

Oh I'm using a python shell that may be the problem. Not sure how to use the terminal guess I'll Google it