From ab92d8651c48d247dfb7d3f0a824cc986e47c7ed Mon Sep 17 00:00:00 2001 From: Lesmiscore Date: Wed, 29 Mar 2023 15:28:29 +0900 Subject: [PATCH] [extractor/iwara] Accept old URLs Authored by: Lesmiscore Closes #6669 --- yt_dlp/extractor/iwara.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/iwara.py b/yt_dlp/extractor/iwara.py index 23f92786f..ae2960af0 100644 --- a/yt_dlp/extractor/iwara.py +++ b/yt_dlp/extractor/iwara.py @@ -15,7 +15,7 @@ from ..utils import ( class IwaraIE(InfoExtractor): IE_NAME = 'iwara' - _VALID_URL = r'https?://(?:www\.)?iwara\.tv/video/(?P[a-zA-Z0-9]+)' + _VALID_URL = r'https?://(?:www\.|ecchi\.)?iwara\.tv/videos?/(?P[a-zA-Z0-9]+)' _TESTS = [{ # this video cannot be played because of migration 'only_matching': True,