@ -51,12 +52,17 @@ class SoundcloudIE(InfoExtractor):
'info_dict':{
'id':'62986583',
'ext':'mp3',
'upload_date':'20121011',
'title':'Lostin Powers - She so Heavy (SneakPreview) Adrian Ackers Blueprint 1',
'description':'No Downloads untill we record the finished version this weekend, i was too pumped n i had to post it , earl is prolly gonna b hella p.o\'d',
'uploader':'E.T. ExTerrestrial Music',
'title':'Lostin Powers - She so Heavy (SneakPreview) Adrian Ackers Blueprint 1',
'timestamp':1349920598,
'upload_date':'20121011',
'duration':143,
'license':'all-rights-reserved',
'view_count':int,
'like_count':int,
'comment_count':int,
'repost_count':int,
}
},
# not streamable song
@ -68,9 +74,14 @@ class SoundcloudIE(InfoExtractor):
'title':'Goldrushed',
'description':'From Stockholm Sweden\r\nPovel / Magnus / Filip / David\r\nwww.theroyalconcept.com',
'uploader':'The Royal Concept',
'timestamp':1337635207,
'upload_date':'20120521',
'duration':227,
'duration':30,
'license':'all-rights-reserved',
'view_count':int,
'like_count':int,
'comment_count':int,
'repost_count':int,
},
'params':{
# rtmp
@ -85,11 +96,16 @@ class SoundcloudIE(InfoExtractor):
'id':'123998367',
'ext':'mp3',
'title':'Youtube - Dl Test Video \'\' Ä↭',
'uploader':'jaimeMF',
'description':'test chars: \"\'/\\ä↭',
'uploader':'jaimeMF',
'timestamp':1386604920,
'upload_date':'20131209',
'duration':9,
'license':'all-rights-reserved',
'view_count':int,
'like_count':int,
'comment_count':int,
'repost_count':int,
},
},
# private link (alt format)
@ -100,11 +116,16 @@ class SoundcloudIE(InfoExtractor):
'id':'123998367',
'ext':'mp3',
'title':'Youtube - Dl Test Video \'\' Ä↭',
'uploader':'jaimeMF',
'description':'test chars: \"\'/\\ä↭',
'uploader':'jaimeMF',
'timestamp':1386604920,
'upload_date':'20131209',
'duration':9,
'license':'all-rights-reserved',
'view_count':int,
'like_count':int,
'comment_count':int,
'repost_count':int,
},
},
# downloadable song
@ -117,9 +138,14 @@ class SoundcloudIE(InfoExtractor):