You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2018. It is now read-only.
I think there are a couple of problems with url regex.
I've found issues especially with "strange chars" at the end of urls, such as this url: http://t.co/iTyBIiBB)
where ) should not be part of the url.
I've checked at the js lib, but it seems Twitter made significant updates, so I couldn't easily understand the changes to apply.
As for the python version, the previous example can be fixed with:
I think there are a couple of problems with url regex.
I've found issues especially with "strange chars" at the end of urls, such as this url: http://t.co/iTyBIiBB)
where ) should not be part of the url.
I've checked at the js lib, but it seems Twitter made significant updates, so I couldn't easily understand the changes to apply.
As for the python version, the previous example can be fixed with:
...
But of course this does not ensure that other bugs are fixed...
Best, E.
The text was updated successfully, but these errors were encountered: