mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-01-15 23:07:38 +01:00
Bugfix for 9ff946645568e71046487571eefa9cb524a5189b
Closes #9322 Authored by: bashonly
This commit is contained in:
parent
4170b3d712
commit
e546e5d3b3
@ -318,9 +318,6 @@ class TikTokBaseIE(InfoExtractor):
|
||||
|
||||
return {
|
||||
'id': aweme_id,
|
||||
'extractor_key': TikTokIE.ie_key(),
|
||||
'extractor': TikTokIE.IE_NAME,
|
||||
'webpage_url': self._create_url(author_info.get('uid'), aweme_id),
|
||||
**traverse_obj(aweme_detail, {
|
||||
'title': ('desc', {str}),
|
||||
'description': ('desc', {str}),
|
||||
|
Loading…
x
Reference in New Issue
Block a user