remove trailing whitespaces

This commit is contained in:
zrose584
2020-10-21 10:35:01 +02:00
parent c696db3e84
commit a27b575380
13 changed files with 38 additions and 38 deletions

View File

@@ -295,7 +295,7 @@ def extract_item_info(item, additional_info={}):
info['duration'] = extract_str(item.get('lengthText'))
# if it's an item in a playlist, get its index
if 'index' in item: # url has wrong index on playlist page
if 'index' in item: # url has wrong index on playlist page
info['index'] = extract_int(item.get('index'))
elif 'indexText' in item:
# Current item in playlist has ▶ instead of the actual index, must