Silent-Soldier

Results 3 comments of Silent-Soldier

You need to escape backslashes, or alternatively use forward slashes in their place on Windows, as below. ```"cookies": "D:\\gallery-dl\\coomer.party_cookies.txt",``` or ```"cookies": "D:/gallery-dl/coomer.party_cookies.txt",``` You can read more about this in the...

The installation instructions need revised, as ````open_with_windows.py install```` is technically wrong in the sense Python can't detect the command as being applicable to a script. To fix, you need to...

Have you updated Pythons built-in utilities (pip, setuptools, wheel, etc.), as well as ensured Python is in PATH, including USERPATH (i.e. %USERPROFILE%\AppData\Roaming\Python\Python3xx\ and %USERPROFILE%\AppData\Roaming\Python\Python3xx\Scripts\)? Python defaults to USERPATH since 3.8?...