diff --git a/downloader.py b/downloader.py index 3740f00..63b0a1a 100644 --- a/downloader.py +++ b/downloader.py @@ -83,8 +83,8 @@ def getVideoInfo(url): except: return None -fuseTorrentLocation = "~/torrent" -btfsDataLocation = "~/btfs-data" +fuseTorrentLocation = "torrent" +btfsDataLocation = "btfs-data" def mountTorrent(magnet): umountTorrent()