[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):
|
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 = [{
|
_TESTS = [{
|
||||||
'url': 'https://gramofononline.hu',
|
'url': 'https://gramofononline.hu',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user