-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optional: Detect shortened URLs and replace with longer #11
Comments
IMO this matters more now that Twitter has integrated the t.co stuff: https://dev.twitter.com/discussions/1062 |
+1 this is a standard option of many other clients |
I think this is already implemented while streaming tweets, but not when using :recent. |
Appending "include_entities=true" to GET request, |
Sounds good! Do you have the patch? |
https://gist.github.com/1651877 is a draft patch for this purpose. |
Pull-requested as #108. Let's start a discussion over there. |
Should be optional, and may be enabled with a command such like ":enable auto_expand_urls".
Then messages will appear with shortened URLs replaced with the full ones.
Could be called manually with a command like ":expand_urls " (prints the message with full URLs) and/or ":expand_url " (prints full url).
The text was updated successfully, but these errors were encountered: