mirror of https://github.com/yt-dlp/yt-dlp.git
parent
0f0875ed55
commit
ab92d8651c
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue