1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-07-05 09:56:20 +00:00

Fixup overzealous regex matching a single episode URL

This commit is contained in:
Daniel Heath 2019-03-05 21:47:53 +11:00
parent 9c2be90e27
commit 4bafc5ec3c

View File

@ -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.