Ids are alphanumeric
This commit is contained in:
Martín Cerdeira 2017-02-17 00:24:54 -03:00
parent 0754b92ac7
commit e1cb67e21d

View File

@ -18,7 +18,7 @@ from ..utils import (
class EinthusanIE(InfoExtractor):
_VALID_URL = r'https?://einthusan\.tv/movie/watch/(?P<id>[0-9]+)'
_VALID_URL = r'https?://einthusan\.tv/movie/watch/(?P<id>\w+)'
_TEST = {
'url': 'https://einthusan.tv/movie/watch/9097/',
'md5': 'ff0f7f2065031b8a2cf13a933731c035',