mirror of
https://github.com/soimort/you-get.git
synced 2025-02-03 00:33:58 +03:00
[iqiyi] strip Unicode character \u200b
This commit is contained in:
parent
c587af7741
commit
1a8f332712
@ -135,6 +135,7 @@ class Iqiyi(VideoExtractor):
|
||||
log.wtf("is your you-get up-to-date?")
|
||||
|
||||
self.title = info["data"]["vi"]["vn"]
|
||||
self.title = self.title.replace('\u200b', '')
|
||||
|
||||
# data.vp = json.data.vp
|
||||
# data.vi = json.data.vi
|
||||
|
Loading…
Reference in New Issue
Block a user