mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-23 14:57:51 +08:00
Update crunchyroll.py
This commit is contained in:
parent
a5dee01343
commit
94dc1a82eb
@ -606,13 +606,6 @@ class CrunchyrollShowPlaylistIE(CrunchyrollBaseIE):
|
|||||||
'url': 'http://www.crunchyroll.com/ladies-versus-butlers?skip_wall=1',
|
'url': 'http://www.crunchyroll.com/ladies-versus-butlers?skip_wall=1',
|
||||||
'only_matching': True,
|
'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):
|
def _real_extract(self, url):
|
||||||
show_id = self._match_id(url)
|
show_id = self._match_id(url)
|
||||||
|
Loading…
Reference in New Issue
Block a user