egbertbouman / youtube-comment-downloader

Simple script for downloading Youtube comments without using the Youtube API
MIT License
881 stars 223 forks source link

Error: bad escape \d at position 7 #114

Closed rsyqvthv closed 2 years ago

rsyqvthv commented 2 years ago

every youtube I tried return the error:

youtube-comment-downloader.exe -y jteLPHkKeqs -o jteLPHkKeqs.json
Downloading Youtube comments for jteLPHkKeqs
Error: bad escape \d at position 7

any solution?

egbertbouman commented 2 years ago

Looks like a duplicate of https://github.com/egbertbouman/youtube-comment-downloader/issues/109.

rsyqvthv commented 2 years ago

Ho. thanks,

update both dateparser and regex will solve this issue.

Thanks.