paul-nameless / tg

terminal telegram client
The Unlicense
929 stars 76 forks source link

conf.py not honoring settings #272

Open polemon opened 2 years ago

polemon commented 2 years ago

I've set the following in my conf.py:

import os
[...]
DOWNLOAD_DIR = os.path.expanduser("~/Desktop/")

After restarting the client, I can't see the files being downloaded anywhere. I can still view them after they download, etc. but they don't appear on my desktop or anywhere to whatever I set the setting to.

Am I doing something wrong?

Yehoward commented 1 year ago

I have the same problem the files are saved in ~/.cache/tg/files/.

Yehoward commented 1 year ago

To save file to your chosen path you need to use O.

(shift + o not... zero)