mirror of
https://github.com/yt-dlp/yt-dlp
synced 2024-12-26 21:59:08 +01:00
Set numerical as \d
instead 0-9
Co-authored-by: N/Ame <173015200+grqz@users.noreply.github.com>
This commit is contained in:
parent
1aab655030
commit
aa9f5d4b39
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class XiaoHongShuIE(InfoExtractor):
|
||||||
'uploader_id': '63439913000000001901f49a',
|
'uploader_id': '63439913000000001901f49a',
|
||||||
'duration': 28.073,
|
'duration': 28.073,
|
||||||
'description': '#广州[话题]# #深圳[话题]# #香港[话题]# #街头采访[话题]# #是你喜欢的类型[话题]#',
|
'description': '#广州[话题]# #深圳[话题]# #香港[话题]# #街头采访[话题]# #是你喜欢的类型[话题]#',
|
||||||
'thumbnail': r're:https?://sns-webpic-qc\.xhscdn\.com/\d+/[0-9a-f]+/[^/]+',
|
'thumbnail': r're:https?://sns-webpic-qc\.xhscdn\.com/\d+/[\da-f]+/[^/]+',
|
||||||
'tags': ['广州', '深圳', '香港', '街头采访', '是你喜欢的类型'],
|
'tags': ['广州', '深圳', '香港', '街头采访', '是你喜欢的类型'],
|
||||||
},
|
},
|
||||||
}]
|
}]
|
||||||
|
|
Loading…
Reference in a new issue