mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-22 08:34:32 +01:00
Fixed match of LBRY url in LBRYChannel extractor
This commit is contained in:
parent
1d916e6d08
commit
846aaf1cd1
@ -65,7 +65,7 @@ class LBRYIE(InfoExtractor):
|
|||||||
|
|
||||||
class LBRYChannelIE(InfoExtractor):
|
class LBRYChannelIE(InfoExtractor):
|
||||||
IE_NAME = 'lbry:channel'
|
IE_NAME = 'lbry:channel'
|
||||||
_VALID_URL = r'https?://(?:www\.)?lbry\.tv/@(?P<id>[^/?#&]+:[0-9a-f]+)'
|
_VALID_URL = r'https?://(?:www\.)?lbry\.tv/@(?P<id>[^/?#&]+:[0-9a-f]+)$'
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'https://lbry.tv/@TheLinuxGamer:f',
|
'url': 'https://lbry.tv/@TheLinuxGamer:f',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
|
Loading…
Reference in New Issue
Block a user