ValueError: unknown url type in urllib2, though the url is fine if opened in a browser

后端 未结 4 1953
灰色年华
灰色年华 2020-12-15 05:55

Basically, I am trying to download a URL using urllib2 in python.

the code is the following:

import urllib2
req = urllib2.Request(\'www.tattoo-cover.         


        
4条回答
提交回复
热议问题