mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-07-23 13:51:45 -05:00
@ -15,7 +15,7 @@ from ..utils import (
|
|||||||
|
|
||||||
class IwaraIE(InfoExtractor):
|
class IwaraIE(InfoExtractor):
|
||||||
IE_NAME = 'iwara'
|
IE_NAME = 'iwara'
|
||||||
_VALID_URL = r'https?://(?:www\.)?iwara\.tv/video/(?P<id>[a-zA-Z0-9]+)'
|
_VALID_URL = r'https?://(?:www\.|ecchi\.)?iwara\.tv/videos?/(?P<id>[a-zA-Z0-9]+)'
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
# this video cannot be played because of migration
|
# this video cannot be played because of migration
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
|
Reference in New Issue
Block a user