-
-
Notifications
You must be signed in to change notification settings - Fork 478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Creat file failed(Downloading error) #844
Labels
bug
Something isn't working
Comments
Hi, Does the file name contain * ? That will not work. These characters is not permitted. |
This is not a bug, this is Androis. |
|
My solution : # /data/data/com.termux/files/usr/lib/python3.10/site-packages/tidal_dl/util.py
# line 355
path = path.replace("/sdcard/Download/Shared/", "")
path = path.replace("/", "")
path = path.replace("\\", "")
path = path.replace("*", "")
path = "/sdcard/Download/Shared/" + path I do not advice to use this before aknowledging what it does and how shitty it is |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Which tool
tidal-dlVersion
2022.02.07.1Platform
AndriodBug description
Some track can't downloadScreenshot
The text was updated successfully, but these errors were encountered: