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)