~ara/gwibber/apport_bug_384552

« back to all changes in this revision

Viewing changes to gwibber/urlshorter/__init__.py

  • Committer: Ryan Paul
  • Author(s): microft
  • Date: 2009-06-21 01:17:53 UTC
  • mfrom: (188.1.44 custom)
  • Revision ID: segphault@arstechnica.com-20090621011753-8giap3py5oat08b5
[Merge] Show message source and add support for u.nu and puny.sl shorteners (lp:~human-microft/gwibber/custom)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
import cligs, isgd, tinyurlcom, trim, ur1ca
 
2
import cligs, isgd, tinyurlcom, trim, ur1ca, punyslpt, upunyslpt, unu
3
3
#import snipurlcom, zima
4
4
 
5
5
PROTOCOLS = {
10
10
  "tr.im": trim,
11
11
  "ur1.ca": ur1ca,
12
12
  #"zi.ma": zima,
 
13
  "puny.sl.pt": punyslpt,
 
14
  "puny.sl.pt (unicode)": upunyslpt,
 
15
  "u.nu" : unu,
13
16
}