-
-
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
urls being used as path #402
Comments
actually a verbose would probably be more usefull
|
Can you try it with |
it returns the exact same error |
Just encountered this error in v1.10.2 (latest from pip) on Win7, uninstalled, reinstalled v1.10.1, working again. At first I thought it was something bad with my path formats, but no. |
Okay, seems like a regression then.
error raised here:
Called here from
Changes in 3284c62 and e77a656 , added in 0bb8737 Hm, what's with that additional trailing |
The additional |
Ah, okay. Yeah that explains why it was working for me.. So much for Windows being a "first class citizen" in Python, and already considered as "stable" and "reliable" 🙄 |
Oh, it is, as long as you stick to the standard library functions for path manipulation and so on. But I decided to spin my own solution and made too many assumptions along the way. Basically it's my own fault for "disobeying the rules", but |
True, true. But I guess the limiting factor in what gallery-dl actually does is basically always the speed of the packets crawling through those thick pipes towards your network interface. The language to solve that needs to be invented first.. And on the other hand, they apparently changed the behaviour of the |
when i try to download via the command line, returns the error
this would translate to "The syntax of the file name, of directory or of volume is incorect: '\\?\C:\Users\mattl\gallery- dl\twitter\veemogallery\\'
The text was updated successfully, but these errors were encountered: