mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-05 09:57:59 +09:00
[mtv] Strip the description
There were some tabs and newlines added around the string.
This commit is contained in:
parent
63da13e829
commit
0ab4ff6378
@ -87,7 +87,7 @@ class MTVIE(InfoExtractor):
|
||||
|
||||
description_node = itemdoc.find('description')
|
||||
if description_node is not None:
|
||||
description = description_node.text
|
||||
description = description_node.text.strip()
|
||||
else:
|
||||
description = None
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user