mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-12-22 20:20:09 +09:00
Prevent playlist from matching individual episode URL
This commit is contained in:
parent
ebf8db6c43
commit
74c3ddbfef
@ -161,7 +161,7 @@ class FunimationIE(InfoExtractor):
|
|||||||
|
|
||||||
class FunimationShowPlaylistIE(FunimationIE):
|
class FunimationShowPlaylistIE(FunimationIE):
|
||||||
IE_NAME = 'funimation:playlist'
|
IE_NAME = 'funimation:playlist'
|
||||||
_VALID_URL = r'https?://(?:www\.)?funimation(?:\.com|now\.uk)/(?:[^/]+/)?shows/(?P<id>[^/?#&]+)'
|
_VALID_URL = r'https?://(?:www\.)?funimation(?:\.com|now\.uk)/(?:[^/]+/)?shows/(?P<id>[^/?#&]+)/?$'
|
||||||
|
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'https://www.funimation.com/shows/hacksign/',
|
'url': 'https://www.funimation.com/shows/hacksign/',
|
||||||
|
Loading…
Reference in New Issue
Block a user