From 45ef688ed9b3f4aa627db9e8c57f42a1176b0f53 Mon Sep 17 00:00:00 2001 From: GoNotCougsWA Date: Sat, 18 Aug 2018 18:29:34 -0700 Subject: [PATCH] Removed none needed stuff --- youtube_dl/extractor/cartoonnetwork.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/youtube_dl/extractor/cartoonnetwork.py b/youtube_dl/extractor/cartoonnetwork.py index 2b87944c6..356409848 100644 --- a/youtube_dl/extractor/cartoonnetwork.py +++ b/youtube_dl/extractor/cartoonnetwork.py @@ -31,8 +31,7 @@ class CartoonNetworkIE(TurnerBaseIE): video_id = simpleid.replace('";', '') if "_cnglobal.currentVideo.episodeTitle" in line: simpletitle = line.split('episodeTitle = "',1)[1] - title = simpletitle.replace('";', '') - print(title) + title = simpletitle.replace('";', '') description = '' info = self._extract_ngtv_info( video_id,