def __init__(self, web_url):
     UrlParser.__init__(self, web_url)
 def __init__(self, web_url, bandwithdh=None):
     UrlParser.__init__(self, web_url, bandwithdh)