kshitij1234 / Anime-Downloader

A user friendly interface to download complete Anime Series at one click
MIT License
15 stars 5 forks source link

I can't open main.java #1

Closed g4269159 closed 7 years ago

g4269159 commented 7 years ago

I don't really understand where should I open it... Which IDE should I use and how?

kshitij1234 commented 7 years ago

I am sorry for the trouble . I meant to create an executable file for easy use but cant seem to get the time . I will create one as soon as I get the time . In the meantime, if you have followed all the steps above you can do 2 things -

1) Can download Eclipse IDE from http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/marsr , install it and go to File->Open Existing Project and navigate to where you have downloaded the source code and open up the project. After that open src/application/Main.java in the IDE and run it using the play button on the top.

2) Can use the command line to directly run the script . Navigate to the scripts folder using cmd and run the following command (I am only giving the command for animeheaven as the command for 9anime is a bit complicated) -

python -u AnimeHeavenDownloader.py "url of series inside quotes" "path where to download in quotes"

g4269159 commented 7 years ago

I got it to work with your kind instructions, thank you! I'm still looking forward to testing out the executable when possible!