Improve replacing of entities with links in html_for_tweet() #451
No reviewers
Labels
No labels
Bug
Enhancement
Feature Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: code/twython#451
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-447"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I've re-written the parts of
html_for_tweet()so that it handlesall the replacements of URLs, mentions, symbols and hashtags better.
Mainly to fix #447 but it should be a little more robust generally.
It also now handles a rare case where a tweet doesn't have
symbolsin itsentities.Coverage increased (+1.2%) to 56.593% when pulling
6890802b2aon philgyford:fix-447 into5a87fc7d84on ryanmcgrath:master.Coverage increased (+1.2%) to 56.593% when pulling
6890802b2aon philgyford:fix-447 into5a87fc7d84on ryanmcgrath:master.Coverage increased (+1.2%) to 56.593% when pulling
6890802b2aon philgyford:fix-447 into5a87fc7d84on ryanmcgrath:master.Thanks!