KGIII / pino-twitter

Automatically exported from code.google.com/p/pino-twitter
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Pino over-zealous with periods in URLs #282

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Thanks very much for your work on pino! I enjoy using it a lot.

What steps will reproduce the problem?
1. Pino/New Status
2. Enter some status, including a URL with a period after it: e.g. "Here's
an interesting link: http://www.mysite.com/. What do you think?".
3. Hit Ctrl-U to shorten.
4. The shortened link Pino creates includes the period after the URL. This
means the redirection doesn't work correctly when it's visited.

What is the expected output? What do you see instead?
Expected Pino to chop the period before sending the URL to the URL shortener.

What version of the product are you using? On what operating system?
0.2.10, Ubuntu 10.04

Please provide any additional information below.
Pino also has the reverse problem: if it sees a URL in a tweet followed by
a period, it makes the link include the period. Firefox seems to ignore
this, but I haven't tested it on other browsers, which might break it.

Original issue reported on code.google.com by andrew.f...@gmail.com on 6 Jun 2010 at 10:29