Parsing HTML does not output desired data(tracking info for FedEx)
问题 Im trying to make a script that grabs tracking information from fedex website. I figured that f i just go to the url 'https://www.fedex.com/fedextrack/?tracknumbers=' and paste the tracking number at the end of it, it brings me to the tracking page which has the information i need. I tried to feed the URL the tracking number and parse the html from the response. This is what I tried. import urllib url_prefix= 'https://www.fedex.com/fedextrack/?tracknumbers=' tracking_number = '570573906561'