parthrbhatt / pyShortUrl

URL Shortening lib written in Python. pyShortUrl currently supports url shortening with several domains: goo.gl, bit.ly, git.io, j.mp, bitly.com, tinyurl.com, v.gd & is.gd.
24 stars 11 forks source link

Add support for is.gd & v.gd #3

Closed parthrbhatt closed 12 years ago

parthrbhatt commented 12 years ago

Add support for is.gd & v.gd.

Both services expose exact same API: 1) http://is.gd/apishorteningreference.php 2) http://v.gd/apishorteningreference.php

parthrbhatt commented 12 years ago

Added support to shorten and expand URLs for v.gd and is.gd.