We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 679c6c0 + 92411af commit 3220bb2Copy full SHA for 3220bb2
1 file changed
examples/rss/rss.py
@@ -170,7 +170,7 @@ def _is_unix_file(self, path):
170
def _is_url(self, path):
171
return (
172
re.search(
173
- r"^http[s]?://(?:[a-zA-Z]|[0-9]|[$-_@.&+]|[!*\(\),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+",
+ r"^http[s]?://(?:[a-zA-Z]|[0-9]|[-\$_\@\.\&+]|[!*\(\),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+",
174
path,
175
)
176
is not None
0 commit comments