_VALID_URL regular expressions are not anchored
This commit is contained in:
parent
5e04505a96
commit
fd90cab05a
@ -70,7 +70,7 @@ class SBSIE(InfoExtractor):
|
|||||||
|
|
||||||
|
|
||||||
class SBSNewsIE(SBSIE):
|
class SBSNewsIE(SBSIE):
|
||||||
_VALID_URL = r'^https?://(?:www\.)?sbs\.com\.au/news/(?P<id>[0-9a-z-]+)$'
|
_VALID_URL = r'https?://(?:www\.)?sbs\.com\.au/news/(?P<id>[0-9a-z-]+)'
|
||||||
|
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'https://www.sbs.com.au/news/are-the-campaigns-working-voters-speak-out',
|
'url': 'https://www.sbs.com.au/news/are-the-campaigns-working-voters-speak-out',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user