sagius

Results 2 comments of sagius

一、我增加了下面这个命令,可以实现多链接下载 使用:xiami.py dd taskurl.txt taskurl.txt里面每一行保存一个url elif comd == 'dd': x = xiami() x.init(); for url in xxx: url_list = open(url, 'r'); x.url_parser(url_list) 二、有时精选集里面会有大于50首的歌,可以这么做 url_collect_json = "http://www.xiami.com/collect/ajax-get-list?_=0&id=%s&p=%s&limit=50" def get_complete_songs_list(self): html =...

额...嗯,我架设了一下,可以用了= = 在 2013-08-07 00:28:53,"羽川汐" [email protected] 写道: 可以使用啊 — Reply to this email directly or view it on GitHub.