mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-21 16:45:41 +07:00
[Cleanup] Remove some unnecessary groups in regexes (#1738)
Authored by: Ashish0804
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
|
||||
class PlanetMarathiIE(InfoExtractor):
|
||||
_VALID_URL = r'(?:https?://)(?:www\.)?planetmarathi\.com/titles/(?P<id>[^/#&?$]+)'
|
||||
_VALID_URL = r'https?://(?:www\.)?planetmarathi\.com/titles/(?P<id>[^/#&?$]+)'
|
||||
_TESTS = [{
|
||||
'url': 'https://www.planetmarathi.com/titles/ek-unad-divas',
|
||||
'playlist_mincount': 2,
|
||||
|
||||
Reference in New Issue
Block a user