1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-15 20:48:58 +00:00
This commit is contained in:
doe1080
2025-06-05 10:50:05 +09:00
parent 0dab25e435
commit b9d2858b20
2 changed files with 3 additions and 3 deletions

View File

@@ -1748,7 +1748,7 @@ class InfoExtractor:
'description': (('description', 'articleBody'), {str}, {unescapeHTML}, any),
'modified_timestamp': ('dateModified', {parse_iso8601}),
'release_timestamp': ('datePublished', {parse_iso8601}),
'tags': ('keywords', {str}, {unescapeHTML}, filter, all),
'tags': ('keywords', {str}, {unescapeHTML}, {lambda x: x.split(',')}, filter),
'thumbnails': ('image', ..., {
'url': ({str}, {unescapeHTML}, {self._proto_relative_url}, {url_or_none}),
}),