Now lets see if that fixed adobe pass.

This commit is contained in:
TheDaChicken 2018-09-04 17:02:17 -07:00 committed by GitHub
parent ebf3487819
commit aa359943bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ class CartoonNetworkIE(TurnerBaseIE):
title = self._html_search_regex(r'[^>]+.episodeTitle = "(.+?)"', webpage, 'title')
auth = self._html_search_regex(r'[^>]+.authType = "(.+?)"', webpage, 'authType')
if "unauth" in auth:
auth_required = 'false'
auth_required = ''
if "auth" in auth:
auth_required = 'true'
videoType = self._html_search_regex(r'[^>]+.videoType = "(.+?)"', webpage, 'videoType')