mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-23 06:35:51 -07:00
Update deviantart.py
This commit is contained in:
parent
ce329c1c05
commit
9db4767b46
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class DeviantArtIE(InfoExtractor):
|
|||
tags = list(map(lambda tag: tag.get('name'), deviation_ext.get('tags', [])))
|
||||
|
||||
return {
|
||||
'id': deviation.get('deviationId'),
|
||||
'id': f"{deviation.get('deviationId')}",
|
||||
'title': deviation.get('title'),
|
||||
'description': deviation_ext.get('descriptionText', {}).get('html', {}).get('markup'),
|
||||
'uploader': self._search_regex(self._VALID_URL, url, 'uploader', group=1, fatal=False),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue