1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-01-23 09:12:53 +08:00

Update crunchyroll.py

This commit is contained in:
Sergey M 2018-07-29 06:55:07 +07:00 committed by GitHub
parent a5dee01343
commit 94dc1a82eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)