summaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/likee.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/likee.py')
-rw-r--r--yt_dlp/extractor/likee.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/likee.py b/yt_dlp/extractor/likee.py
index 3244631..f6a51c8 100644
--- a/yt_dlp/extractor/likee.py
+++ b/yt_dlp/extractor/likee.py
@@ -162,7 +162,7 @@ class LikeeUserIE(InfoExtractor):
'count': self._PAGE_SIZE,
'lastPostId': last_post_id,
'tabType': 0,
- }).encode('utf-8'),
+ }).encode(),
headers={'content-type': 'application/json'},
note=f'Get user info with lastPostId #{last_post_id}')
items = traverse_obj(user_videos, ('data', 'videoList'))