xuzhengyi1995 / Manga_downloader

A Manga download framework using selenium.
623 stars 57 forks source link

SyntaxError: invalid syntax #27

Closed roseuk7 closed 2 years ago

roseuk7 commented 3 years ago

Thanks for your product, please help me! my main.py 'imgdir': 'D:\Documents\Mangas', it's returned below 'imgdir': 'D:\Documents\Mangas', ^ SyntaxError: invalid syntax

xuzhengyi1995 commented 3 years ago

Hello,

we should replate \ with / or \\, ex:

'imgdir': 'D:\Documents\Mangas' -> 'imgdir': 'D:\\Documents\\Mangas' or 'imgdir': 'D:/Documents/Mangas'

Thank you and please try again.

ker0r0 commented 3 years ago

I have a same issue as OP. I have replated\with /or \\ Still get SyntaxError: invalid syntax

xuzhengyi1995 commented 2 years ago

Please check the new method with customized chromium browser, this new method is much more easier to use and could get the original image without bar code, will close this issue, thanks!