some more itunes.py
This commit is contained in:
parent
56213f1a46
commit
3bcdd5e169
1 changed files with 3 additions and 2 deletions
|
@ -87,5 +87,6 @@ class ItunesAlbum:
|
|||
data['type'] = findString(xml, '<key>listType</key><string>', '<')
|
||||
return data
|
||||
|
||||
test = ItunesAlbum('Rio', 'Duran Duran')
|
||||
print test.getData()
|
||||
if __name__ == '__main__':
|
||||
test = ItunesAlbum('So Red the Rose', 'Arcadia')
|
||||
print test.getData()
|
Loading…
Reference in a new issue