-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: creates unused directories #733
Comments
I suspect this is because of the extra dot in your command line, presumably this fileName should work fine: I should see if I can throw an error for cases like this |
changing the filename still leaves me with that random directory in the directory specified in the dir-path.yml ("/home/blastbolt5/anime" in this case) |
Just for testing sake, what if you remove the "." at the start of the fileName option ? |
Errors out trying to write it straight to the root of the filesystem
|
Program version
5.1.4
Operating System
Linux
Type
CLI
Service
Crunchyroll
Command used
aniDL --service crunchy --dubLang eng --episode GX9UQE4JZ --force n --fileName ./temp/./anime/en-US/That Time I Got Reincarnated as a Slime/Season 03/That Time I Got Reincarnated as a Slime - S03E01 - Demons and Strategies
Show ID
GYZJ43JMR
Episode
GX9UQE4JZ
Console Output
Additional Information
It creates a random directory at
no that is not accidentally put in there twice, it just seems to try to create that directory as well even tho it saves the final file to just
It's just trying to create the folder structure at two locations, one in the proper spot, the other using the proper full path but starting at the directory specified in the dir-path.yml
The text was updated successfully, but these errors were encountered: