mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2025-02-16 17:07:54 +01:00
[gramofononline] fix url matching (playlist must be unique, relative to single file)
This commit is contained in:
parent
7253770f0d
commit
1e06f0b170
@ -81,7 +81,7 @@ class GramofonOnlineIE(InfoExtractor):
|
||||
|
||||
|
||||
class GramofonOnlinePlaylistIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://(?:www\.)?gramofononline\.hu(?:/hu|/en|/de)?(?:/index.php?.*playradio)?'
|
||||
_VALID_URL = r'https?://(?:www\.)?gramofononline\.hu(?:/(?:hu/|en/|de/)?(?:index.php?.*playradio.*)?)?$'
|
||||
|
||||
_TESTS = [{
|
||||
'url': 'https://gramofononline.hu',
|
||||
|
Loading…
Reference in New Issue
Block a user