From 3b65a845f1a36ef8b1d3bb83ac8090171e69c798 Mon Sep 17 00:00:00 2001 From: TheDaChicken Date: Fri, 7 Sep 2018 15:07:59 -0700 Subject: [PATCH] Update cartoonnetwork.py --- youtube_dl/extractor/cartoonnetwork.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/cartoonnetwork.py b/youtube_dl/extractor/cartoonnetwork.py index 89af448cd..1cfe95184 100644 --- a/youtube_dl/extractor/cartoonnetwork.py +++ b/youtube_dl/extractor/cartoonnetwork.py @@ -32,7 +32,7 @@ class CartoonNetworkIE(TurnerBaseIE): auth_required = '' if "unauth" in auth: 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') if 'short' in videoType: description = ''