Removed none needed stuff
This commit is contained in:
parent
fbe332d8a6
commit
45ef688ed9
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user