Now lets see if that fixed adobe pass.
This commit is contained in:
parent
ebf3487819
commit
aa359943bb
@ -29,7 +29,7 @@ class CartoonNetworkIE(TurnerBaseIE):
|
|||||||
title = self._html_search_regex(r'[^>]+.episodeTitle = "(.+?)"', webpage, 'title')
|
title = self._html_search_regex(r'[^>]+.episodeTitle = "(.+?)"', webpage, 'title')
|
||||||
auth = self._html_search_regex(r'[^>]+.authType = "(.+?)"', webpage, 'authType')
|
auth = self._html_search_regex(r'[^>]+.authType = "(.+?)"', webpage, 'authType')
|
||||||
if "unauth" in auth:
|
if "unauth" in auth:
|
||||||
auth_required = 'false'
|
auth_required = ''
|
||||||
if "auth" in auth:
|
if "auth" in auth:
|
||||||
auth_required = 'true'
|
auth_required = 'true'
|
||||||
videoType = self._html_search_regex(r'[^>]+.videoType = "(.+?)"', webpage, 'videoType')
|
videoType = self._html_search_regex(r'[^>]+.videoType = "(.+?)"', webpage, 'videoType')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user