mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-05 18:06:20 +00:00
Fixup overzealous regex matching a single episode URL
This commit is contained in:
parent
9c2be90e27
commit
4bafc5ec3c
@ -105,7 +105,7 @@ class ABCIE(InfoExtractor):
|
||||
|
||||
class ABCIViewShowIE(InfoExtractor):
|
||||
IE_NAME = 'abc.net.au:iview:show'
|
||||
_VALID_URL = r'https?://iview\.abc\.net\.au/(?:[^/]+/)*show/(?P<id>[^/?#]+)/?'
|
||||
_VALID_URL = r'https?://iview\.abc\.net\.au/(?:[^/]+/)*show/(?P<id>[^/?#]+)/?$'
|
||||
_GEO_COUNTRIES = ['AU']
|
||||
|
||||
# ABC iview programs are normally available for 14 days only.
|
||||
|
Loading…
x
Reference in New Issue
Block a user