pystardust / ani-cli

A cli tool to browse and play anime
GNU General Public License v3.0
7.92k stars 544 forks source link

Where does downloaded anime is stored? #80

Closed Haikal-Ravendy closed 2 years ago

Haikal-Ravendy commented 2 years ago

I download an anime but I don't know where to find it within my drive, where it is store our downloaded anime by default?

Dink4n commented 2 years ago

The anime is downloaded into the current directory

Haikal-Ravendy commented 2 years ago

Is there a way to download the anime somewhere else and not in the current directory?

ghost commented 2 years ago

You'd have to edit the source code yourself i'm pretty sure

taep96 commented 2 years ago

If you are watching anime without download option then it's temporarily stored in [user]/.cache/ani-cli folder (probably). What @Shulkk probably means is that they are downloaded into the current folder when using -d flag.

lewdpatriot commented 2 years ago

If you're on Linux just make an alias to where you want to download , you can even specify your preferred quality
mine looks like this alias anid="cd /home/srk/Videos/anime && ani-cli -d -q 720"

port19x commented 2 years ago

I guess this is resolved?