fork download
  1. import urlparse
  2. s = '/url?q=http://d...content-available-to-author-only...c.com/1392/Poya/New/1392/7/8/1/&sa=U&ved=0ahUKEwjIhcufvJXOAhWKrY8KHWjQBgQQFggTMAA&usg=AFQjCNF4phMtVM1Gmm1_kTpNOM6CXO0wIw'
  3. res = urlparse.parse_qs(urlparse.urlparse(s).query)
  4. if (res['q']):
  5. print(res['q'][0])
Success #stdin #stdout 0.01s 9120KB
stdin
Standard input is empty
stdout
http://d...content-available-to-author-only...c.com/1392/Poya/New/1392/7/8/1/