Removed none needed stuff

This commit is contained in:
GoNotCougsWA 2018-08-18 18:29:34 -07:00 committed by GitHub
parent fbe332d8a6
commit 45ef688ed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,6 @@ class CartoonNetworkIE(TurnerBaseIE):
if "_cnglobal.currentVideo.episodeTitle" in line:
simpletitle = line.split('episodeTitle = "',1)[1]
title = simpletitle.replace('";', '')
print(title)
description = ''
info = self._extract_ngtv_info(
video_id,