[mtv] Strip the description

There were some tabs and newlines added around the string.
pull/8/head
Jaime Marquínez Ferrándiz 2013-10-10 19:53:44 +02:00
rodzic 63da13e829
commit 0ab4ff6378
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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