mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-15 15:09:25 +00:00
set app's artistName as author
This commit is contained in:
@@ -49,7 +49,7 @@ def parse(post):
|
|||||||
+ '</br></br>Rating: ' + str( post['userRating']['value'] ) \
|
+ '</br></br>Rating: ' + str( post['userRating']['value'] ) \
|
||||||
+ ',数量:' + str( post['userRating']['ratingCount'] )
|
+ ',数量:' + str( post['userRating']['ratingCount'] )
|
||||||
url_paths = post['shortUrl'].split('/')
|
url_paths = post['shortUrl'].split('/')
|
||||||
item['author'] = post['copyright']
|
item['author'] = post['artistName']
|
||||||
del url_paths[-2]
|
del url_paths[-2]
|
||||||
item['link'] = '/'.join(url_paths)
|
item['link'] = '/'.join(url_paths)
|
||||||
return item
|
return item
|
||||||
|
|||||||
Reference in New Issue
Block a user