Trailing whitespace

pull/31151/head
Ben Welsh 2 years ago committed by GitHub
parent 42e611088e
commit 099dcca6c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -467,7 +467,7 @@ class TwitterIE(TwitterBaseIE):
title = re.sub(r'\s+(https?://[^ ]+)', '', description)
if len(title) > 40:
trim = 35
# allow up to 10 more characters to find whitespace
# allow up to 10 more characters to find whitespace
m = re.search(r'\s+', title)
if m and m.start() > 10:
trim = m.start() + 1

Loading…
Cancel
Save