Update cartoonnetwork.py
This commit is contained in:
parent
3903434dc2
commit
3b65a845f1
@ -32,7 +32,7 @@ class CartoonNetworkIE(TurnerBaseIE):
|
|||||||
auth_required = ''
|
auth_required = ''
|
||||||
if "unauth" in auth:
|
if "unauth" in auth:
|
||||||
auth_required = 'true' #Auth needs to be first due to Auth being in unauth. :/
|
auth_required = 'true' #Auth needs to be first due to Auth being in unauth. :/
|
||||||
//print(auth_required)
|
#print(auth_required)
|
||||||
videoType = self._html_search_regex(r'[^>]+.videoType = "(.+?)"', webpage, 'videoType')
|
videoType = self._html_search_regex(r'[^>]+.videoType = "(.+?)"', webpage, 'videoType')
|
||||||
if 'short' in videoType:
|
if 'short' in videoType:
|
||||||
description = ''
|
description = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user