1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-03 10:39:12 +02:00
Closes #9322
Authored by: bashonly
This commit is contained in:
bashonly 2024-02-29 04:40:45 -06:00
parent 4170b3d712
commit e546e5d3b3
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

View File

@ -318,9 +318,6 @@ def extract_addr(addr, add_meta={}):
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}),