mirror of
https://github.com/soimort/you-get.git
synced 2025-02-03 00:33:58 +03:00
[util] trim title length <= 80 (follow-up of ed12df2
)
This commit is contained in:
parent
2584b5d8bb
commit
99a51012f0
@ -41,5 +41,5 @@ def legitimize(text, os=platform.system()):
|
||||
if text.startswith("."):
|
||||
text = text[1:]
|
||||
|
||||
text = text[:82] # Trim to 82 Unicode characters long
|
||||
text = text[:80] # Trim to 82 Unicode characters long
|
||||
return text
|
||||
|
Loading…
Reference in New Issue
Block a user