There was an error while loading. Please reload this page.
1 parent f47a05f commit 72bbaf4Copy full SHA for 72bbaf4
1 file changed
fuo_ytmusic/consts.py
@@ -1,6 +1,5 @@
1
-from pathlib import Path
2
-
3
-HEADER_FILE = Path.home() / ".FeelUOwn" / "data" / "ytmusic_header.json"
+from feeluown.consts import DATA_DIR
+HEADER_FILE = DATA_DIR / "ytmusic_header.json"
4
REQUIRED_COOKIE_FIELDS = [
5
"HSID",
6
"SSID",
0 commit comments