Removed something I forgot to remove lol

This commit is contained in:
TheDaChicken 2018-09-11 15:38:59 -07:00 committed by GitHub
parent 2f165c999a
commit e52e66983a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,6 @@ class CartoonNetworkIE(TurnerBaseIE):
video_id = self._html_search_regex(r'[^>]+.mediaId = "(.+?)"', webpage, 'video_id')
title = self._html_search_regex(r'[^>]+.episodeTitle[^>]*"(.+?)"', webpage, 'title')
description = self._html_search_regex(r'[^>]+description[^>]*>(.+?)<', webpage, 'description', default=None)
print(video_id)
info = self._extract_ngtv_info(
video_id,
{'networkId': 'cartoonnetwork'},