Skip to content

Instantly share code, notes, and snippets.

View Leprosy's full-sized avatar
😀
Working from home

Miguel rojas Leprosy

😀
Working from home
View GitHub Profile
import zmq
import urlparse
import urllib
import json
DEFAULT_TIMEOUT=5
def parse(link):
url_data = urlparse.urlparse(link)
query = urlparse.parse_qs(url_data.query)