From 74c3ddbfef19f8d4aaf6ebb452f1b57c0127000f Mon Sep 17 00:00:00 2001 From: Nasir Date: Thu, 20 May 2021 18:55:28 -0700 Subject: [PATCH] Prevent playlist from matching individual episode URL --- youtube_dl/extractor/funimation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/funimation.py b/youtube_dl/extractor/funimation.py index 5a105614e..f4dce6d63 100644 --- a/youtube_dl/extractor/funimation.py +++ b/youtube_dl/extractor/funimation.py @@ -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[^/?#&]+)' + _VALID_URL = r'https?://(?:www\.)?funimation(?:\.com|now\.uk)/(?:[^/]+/)?shows/(?P[^/?#&]+)/?$' _TESTS = [{ 'url': 'https://www.funimation.com/shows/hacksign/',