bisguzar / twitter-scraper

Scrape the Twitter Frontend API without authentication.
MIT License
3.91k stars 599 forks source link

Fix http replacing problem via regex #104

Closed bisguzar closed 4 years ago

bisguzar commented 4 years ago

As descripted on #102 if an url follows a word, currently we are replacing the last character with white space.

Just changed this method, now keeping last character and adding a white space last character and 'http'

emregeldegul commented 4 years ago

LGTM