We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f290344 commit 14893cbCopy full SHA for 14893cb
1 file changed
web2mp3.py
@@ -6,7 +6,7 @@
6
import struct
7
import subprocess
8
9
-FILES_LOCATION = os.path.expanduser('~/web2mp3/.cache')
+FILES_LOCATION = os.path.expanduser('~/web2mp3')
10
CACHE_LOCATION = os.path.join(FILES_LOCATION, '.cache')
11
ACTIONS = {
12
'download-youtube-ids': lambda m: download_youtube_ids(m['ids']),
0 commit comments