Fixed match of LBRY url in LBRYChannel extractor

archive/recovered-github-prs
ruru 4 years ago
parent 1d916e6d08
commit 846aaf1cd1
No known key found for this signature in database
GPG Key ID: DB04553B2798C42C

@ -65,7 +65,7 @@ class LBRYIE(InfoExtractor):
class LBRYChannelIE(InfoExtractor):
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 = [{
'url': 'https://lbry.tv/@TheLinuxGamer:f',
'info_dict': {

Loading…
Cancel
Save