1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-04 05:38:49 +08:00
Ids are alphanumeric
This commit is contained in:
Martín Cerdeira
2017-02-17 00:24:54 -03:00
Unverified
parent 0754b92ac7
commit e1cb67e21d
+1 -1
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',