Xonshiz / anime-dl

Anime-dl is a command-line program to download anime from CrunchyRoll and Funimation.
MIT License
229 stars 37 forks source link

Files download to root directory instead of Output and then delete themselves #93

Open switchpalacecorner opened 5 years ago

switchpalacecorner commented 5 years ago

This is a really weird issue, the downloader works fine except instead of downloading to the output folder, it downloads them all to the root directory. image

This wouldn't be too big a problem, except after it finishes it says "Error: There is no translation available for 'pt'" and then deletes all the downloaded files. image It creates an empty folder in Output with the name of the anime. If I try to download a whole series and not one episode, it deletes each episode after it finishes and then starts downloading the next one.

axipher commented 5 years ago

It always downloads to the root directory then moves the file in to the appropriate show directory in the output directory.

This may be a duplicate of Issue #64

axipher commented 5 years ago

But the "Error: There is no translation available for 'pt'" is a weird one.

What is the command you are passing? Just remove your username and password.

switchpalacecorner commented 5 years ago

anime-dl -i "https://www.crunchyroll.com/it/a-certain-magical-index/episode-23-fusekazakiri-781249" -u "xxxxxxxxxx" -p "xxxxxxxxxx" -v

axipher commented 5 years ago

Can you post the error log here?

Remove your username, password, and the private keys after the "/evs/" portion of the URLs in the error.log

switchpalacecorner commented 5 years ago

Error Log.log

Xonshiz commented 5 years ago

"No translation for pt is an error related to mkvmerge. I am working on re-structuring anime-dl. Have fixed that issue. Will push an update in a few days, please do update me if it still does that to you.