mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-14 18:49:06 -07:00
[comedycentral] Adapt testcase
In contrast to other sites, ComedyCentral seems to understand how to sensibly use MTV IE, but the additional text shouldn't hurt.
This commit is contained in:
parent
d7b51547c0
commit
780ee4e501
2 changed files with 2 additions and 1 deletions
|
@ -89,6 +89,7 @@ class MTVServicesInfoExtractor(InfoExtractor):
|
|||
title = title_el.text
|
||||
if title is None:
|
||||
raise ExtractorError('Could not find video title')
|
||||
title = title.strip()
|
||||
|
||||
return {
|
||||
'title': title,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue