mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-01 23:12:40 +00:00
fix python 2 test
This commit is contained in:
parent
bbd5f2de5e
commit
d91d124081
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class SexuIE(InfoExtractor):
|
|||
'info_dict': {
|
||||
'id': '961791',
|
||||
'ext': 'mp4',
|
||||
'title': str, # NSFW
|
||||
'title': 'md5:033cf4a71907aac2758e82f55894a129',
|
||||
'description': 'md5:c5ed8625eb386855d5a7967bd7b77a54',
|
||||
'categories': list, # NSFW
|
||||
'thumbnail': 're:https?://.*\.jpg$',
|
||||
|
|
Loading…
Reference in a new issue