mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-16 06:15:46 +00:00
Prevent playlist from matching individual episode URL
This commit is contained in:
parent
ebf8db6c43
commit
74c3ddbfef
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ class FunimationIE(InfoExtractor):
|
|||
|
||||
class FunimationShowPlaylistIE(FunimationIE):
|
||||
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 = [{
|
||||
'url': 'https://www.funimation.com/shows/hacksign/',
|
||||
|
|
Loading…
Reference in a new issue