From e1cb67e21d0cccaff0bd6ccde23acb5826584036 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Cerdeira?= Date: Fri, 17 Feb 2017 00:24:54 -0300 Subject: [PATCH] Fix issue #12141 Ids are alphanumeric --- youtube_dl/extractor/einthusan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/einthusan.py b/youtube_dl/extractor/einthusan.py index 8a2a17b63..db2d3bb0c 100644 --- a/youtube_dl/extractor/einthusan.py +++ b/youtube_dl/extractor/einthusan.py @@ -18,7 +18,7 @@ from ..utils import ( class EinthusanIE(InfoExtractor): - _VALID_URL = r'https?://einthusan\.tv/movie/watch/(?P[0-9]+)' + _VALID_URL = r'https?://einthusan\.tv/movie/watch/(?P\w+)' _TEST = { 'url': 'https://einthusan.tv/movie/watch/9097/', 'md5': 'ff0f7f2065031b8a2cf13a933731c035',