mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-28 03:25:52 +00:00
Add filter
This commit is contained in:
parent
960e73f5fb
commit
97a56c3cb8
@ -165,7 +165,7 @@ class MixchMovieIE(InfoExtractor):
|
|||||||
'like_count': ('movie', 'favCount', {int_or_none}),
|
'like_count': ('movie', 'favCount', {int_or_none}),
|
||||||
'comment_count': ('movie', 'commentCount', {int_or_none}),
|
'comment_count': ('movie', 'commentCount', {int_or_none}),
|
||||||
'timestamp': ('movie', 'published', {int_or_none}),
|
'timestamp': ('movie', 'published', {int_or_none}),
|
||||||
'uploader_url': ('ownerInfo', 'id', {lambda x: x and f'https://mixch.tv/u/{x}'}),
|
'uploader_url': ('ownerInfo', 'id', {lambda x: x and f'https://mixch.tv/u/{x}'}, filter),
|
||||||
}),
|
}),
|
||||||
'live_status': 'not_live',
|
'live_status': 'not_live',
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user