aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/mxplayer.py
diff options
context:
space:
mode:
authorAshish Gupta <39122144+Ashish0804@users.noreply.github.com>2021-11-30 21:44:47 +0530
committerGitHub <noreply@github.com>2021-11-30 21:44:47 +0530
commit73f035e1feba7261d719b77e24b9fa3da93b9ecf (patch)
tree78f1769b7fcf17f64b2865b63c9d4a9d2e8ae8c9 /yt_dlp/extractor/mxplayer.py
parent0cbed930c8f5b14500557b689c754b9ad0c0436a (diff)
downloadhypervideo-pre-73f035e1feba7261d719b77e24b9fa3da93b9ecf.tar.lz
hypervideo-pre-73f035e1feba7261d719b77e24b9fa3da93b9ecf.tar.xz
hypervideo-pre-73f035e1feba7261d719b77e24b9fa3da93b9ecf.zip
[Cleanup] Remove some unnecessary groups in regexes (#1738)
Authored by: Ashish0804
Diffstat (limited to 'yt_dlp/extractor/mxplayer.py')
-rw-r--r--yt_dlp/extractor/mxplayer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/mxplayer.py b/yt_dlp/extractor/mxplayer.py
index 5874556e3..3c2afd838 100644
--- a/yt_dlp/extractor/mxplayer.py
+++ b/yt_dlp/extractor/mxplayer.py
@@ -180,7 +180,7 @@ class MxplayerIE(InfoExtractor):
class MxplayerShowIE(InfoExtractor):
- _VALID_URL = r'(?:https?://)(?:www\.)?mxplayer\.in/show/(?P<display_id>[-\w]+)-(?P<id>\w+)/?(?:$|[#?])'
+ _VALID_URL = r'https?://(?:www\.)?mxplayer\.in/show/(?P<display_id>[-\w]+)-(?P<id>\w+)/?(?:$|[#?])'
_TESTS = [{
'url': 'https://www.mxplayer.in/show/watch-chakravartin-ashoka-samrat-series-online-a8f44e3cc0814b5601d17772cedf5417',
'playlist_mincount': 440,