摘要: import requests # network find this "https://user.qzone.qq.com/proxy/domain/taotao.qzone.qq.com/cgi-bin/emotion_cgi_publish_v6?" \ "qzonetoken=470760640509be33e4600487e349de76ff1e48aa6e1792a46c3e5f3... 阅读全文
posted @ 2018-09-02 23:06 whz_it 阅读(253) 评论(0) 推荐(0) 编辑
摘要: import requests from lxml import etree # xpath def get_baidu_music(): url = "http://music.taihe.com/top/dayhot" response = requests.get(url) html = response.content.decode("utf-8") re... 阅读全文
posted @ 2018-09-02 23:06 whz_it 阅读(100) 评论(0) 推荐(0) 编辑