From 94dc1a82ebbf6c4c1fc8d902bff4b8de51bbe12c Mon Sep 17 00:00:00 2001 From: Sergey M Date: Sun, 29 Jul 2018 06:55:07 +0700 Subject: [PATCH] Update crunchyroll.py --- youtube_dl/extractor/crunchyroll.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/youtube_dl/extractor/crunchyroll.py b/youtube_dl/extractor/crunchyroll.py index 9c64bb8b7..463f995c7 100644 --- a/youtube_dl/extractor/crunchyroll.py +++ b/youtube_dl/extractor/crunchyroll.py @@ -606,13 +606,6 @@ class CrunchyrollShowPlaylistIE(CrunchyrollBaseIE): 'url': 'http://www.crunchyroll.com/ladies-versus-butlers?skip_wall=1', 'only_matching': True, }] - # Is possible make test, that try URL, and return: This URL is invalid for this extractor - ''' - , { - 'url': 'http://www.crunchyroll.com/media-723735', - 'invalid_url': True, - } - ''' def _real_extract(self, url): show_id = self._match_id(url)