carib.py: 尝试获取中文剧情介绍

This commit is contained in:
lededev
2021-10-19 15:14:15 +08:00
parent aae4df73fa
commit daf7f5e0a0
3 changed files with 29 additions and 15 deletions

View File

@@ -311,4 +311,6 @@ def special_characters_replacement(text) -> str:
replace('<', ''). # U+1438 CANADIAN SYLLABICS PA @ Basic Multilingual Plane
replace('>', ''). # U+1433 CANADIAN SYLLABICS PO @ Basic Multilingual Plane
replace('|', 'ǀ'). # U+01C0 LATIN LETTER DENTAL CLICK @ Basic Multilingual Plane
replace('&lsquo;', ''). # U+02018 LEFT SINGLE QUOTATION MARK
replace('&rsquo;', ''). # U+02019 RIGHT SINGLE QUOTATION MARK
replace('&amp;', ''))