-
-
Notifications
You must be signed in to change notification settings - Fork 976
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
Pass Windows clarified filesystem path. #348
Comments
Another example. On |
b1bea8a adds a |
Okay, just to get this right, this setting is a new (global) default, i.e. for all extractors? Line 545 in b1bea8a
|
This option can be applied globally or per-extractor, like all the All this commit did was to move the old |
Ah yes, that is basically what I meant. 😄 The old |
@mikf The example for Considering I use this as my string value for (That is the same sequence as in the And since 95b1e4c there is the Lines 364 to 366 in 95b1e4c
If I now use a sting formatting option somewhere, like this: What would happen? Whatever gets applied last? |
All characters in In detail:
|
Yeah, the contradiction is what I meant. 😄 |
Uh, oh. I don't think the title would describe it correctly. Sorry, my English is bad.
To the point. Let's say, I'm running on Unix like OS and had to point downloaded folder into a Windows filesystems partition (eg, NTFS, FAT, etc). There will be a problem since Windows strict some character for directory and file.
Let's have an example:
I download gallery on danbooru with these tags
score:>100
. On Linux host, it serves as it. On Windows host (as thegallery-dl
installed and run), it serves as compatible character.The problem happen when I remove/rename the directory on NTFS partition while on Linux host , it shows
"cannot remove 'some_directory': Directory not empty"
. I don't think there will be no problem when I have to get the file to Windows host.It would be nice if there an option argument to fix this: On Linux, save the file path as Windows computability.
The text was updated successfully, but these errors were encountered: