KevCui / animepahe-dl

:arrow_down: animepahe anime downloader
Do What The F*ck You Want To Public License
101 stars 24 forks source link

synthax error #84

Closed sebatrino closed 1 year ago

sebatrino commented 1 year ago

Hi, could anyone please hlep me with using this downloader?

I'm totaly lost in this pantheon thing. I've managed to install it and run it. I even managed to store this app as .py file and to load it into module. However, when I start it by 'run' I get all sorts of 'syntax warnings' warnings like the one attached.

What am I doing wrong here?

Thanks for any valuable advice.

animepahe downloader error 1

S

KevCui commented 1 year ago

Hey @sebatrino, it' is a Shell script in this project, not Python. Please check the README.md file for dependencies and its usage. Let me know if you need help. Take care.

sebatrino commented 1 year ago

Hi Kevin,

and thanks for your explanation.

I'm a newbie in using Python and thought Python is used for this script. I tried to run the .yp file itself and only get an open window that closes in a milisecond without any further action.

What am I doing wrong here? I'm using Brave 64bit.

Is there any other script/app that runs through Python or as a self-standing app like IMD, which I could use for animepahe download of full seasons?

Best, S

On Sun, Feb 12, 2023 at 8:50 PM K̶e̶v̶i̶n̶ @.***> wrote:

Hey @sebatrino https://github.com/sebatrino, it' is a Shell script in this project, not Python. Please check the README.md file for dependencies and its usage. Let me know if you need help. Take care.

— Reply to this email directly, view it on GitHub https://github.com/KevCui/animepahe-dl/issues/84#issuecomment-1427117088, or unsubscribe https://github.com/notifications/unsubscribe-auth/A53GBSXZT3UHTXKMQOJ2CLDWXE5H5ANCNFSM6AAAAAAUZKP4LQ . You are receiving this because you were mentioned.Message ID: @.***>

KevCui commented 1 year ago

Hey @sebatrino, you could search for "bash script 101" or "bash script basic" to get some materials that will help you understand how the bash/shell script works. Regarding the Python app like IMD, unfortunately, I don't know any. Hope you will find a good solution soon. Cheers!

sebatrino commented 1 year ago

Hi,

I've managed to set up everything and it seems to work. Is there a way to set up a sound notification to hear/know when all downloads are finished?

How does one set up multiple series to be downloaded one after another the way this works with torrents, or IDM?

For instance, first you choose Naruto xx episodes, then Gundam, Detective Conan... and so on.

This way one can leave the PC to do its job ofr a loner period, without checking up every half an houir if the job is done.

Is there a way to make a list for all chosen downloadable links to be used in IDM? I've tried the list this app makes and IDM cannot download it, like 'forbidden access?'

Best, S

On Sun, Feb 12, 2023 at 8:49 PM K̶e̶v̶i̶n̶ @.***> wrote:

Closed #84 https://github.com/KevCui/animepahe-dl/issues/84 as completed.

— Reply to this email directly, view it on GitHub https://github.com/KevCui/animepahe-dl/issues/84#event-8498906369, or unsubscribe https://github.com/notifications/unsubscribe-auth/A53GBSUWDPVGD5WY4K5BW43WXE5ETANCNFSM6AAAAAAUZKP4LQ . You are receiving this because you authored the thread.Message ID: @.***>

KevCui commented 1 year ago

Hey @sebatrino,

You may use other command to send sound notification. For example, use mpv to open a sound file, etc...

Regards forbidden access, you need to add header Referer: https://kwik.cx/ in order to use download link. You can find details in README.md.

sebatrino commented 1 year ago

Hi KevCui,

thanks for your suggestions.

Is there a way to set up a job, combine multiple series into a batch download, one after another, so that one can leave PC to work through the night?

Best, S

On Mon, Jun 12, 2023 at 7:10 PM K̶e̶v̶i̶n̶ @.***> wrote:

Hey @sebatrino https://github.com/sebatrino,

You may use other command to send sound notification. For example, use mpv to open a sound file, etc...

Regards forbidden access, you need to add header Referer: https://kwik.cx/ in order to use download link. You can find details in README.md.

— Reply to this email directly, view it on GitHub https://github.com/KevCui/animepahe-dl/issues/84#issuecomment-1587734671, or unsubscribe https://github.com/notifications/unsubscribe-auth/A53GBSWZIR3EEJPVZ3G4IOTXK5EPXANCNFSM6AAAAAAUZKP4LQ . You are receiving this because you were mentioned.Message ID: @.***>

KevCui commented 1 year ago

Hey @sebatrino, you may put multiple commands in a sh file and run it. Using -s and -e flag in the script can avoid interactions. Give it a try.