#1019·newspaper

SyntaxWarning: "\d" is an invalid escape sequence

Author: margaretjoanmillerCreated Nov 20, 2025Updated Nov 20, 2025

Just trying out this package and I get this error whenever the application starts: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option.

I'm only using build and then feed_urls() for now