mirror of
https://github.com/soimort/you-get.git
synced 2025-02-03 00:33:58 +03:00
revert xiami
This commit is contained in:
parent
736436a9c9
commit
883a7d4576
@ -67,6 +67,7 @@ def xiami_download_showcollect(cid, output_dir = '.', merge = True, info_only =
|
|||||||
|
|
||||||
xml = get_html('http://www.xiami.com/song/playlist/id/%s/type/3' % cid, faker = True)
|
xml = get_html('http://www.xiami.com/song/playlist/id/%s/type/3' % cid, faker = True)
|
||||||
doc = parseString(xml)
|
doc = parseString(xml)
|
||||||
|
album_name = album_name.replace(':', ' ')
|
||||||
output_dir = output_dir + "/" + "[" + collect_name + "]"
|
output_dir = output_dir + "/" + "[" + collect_name + "]"
|
||||||
tracks = doc.getElementsByTagName("track")
|
tracks = doc.getElementsByTagName("track")
|
||||||
track_nr = 1
|
track_nr = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user