Geo countries

This commit is contained in:
Frederic Bournival 2020-04-19 17:29:45 -04:00
parent 9d1e43453a
commit 2a48d8cc93

View File

@ -14,7 +14,7 @@ class TV5UnisCaIE(InfoExtractor):
IE_DESC = 'TV5UNISCA' IE_DESC = 'TV5UNISCA'
_VALID_URL = r'https?://(?:www\.)?tv5unis\.ca/videos/(?P<id>[^?#]+)' _VALID_URL = r'https?://(?:www\.)?tv5unis\.ca/videos/(?P<id>[^?#]+)'
_TESTS = [] _TESTS = []
_GEO_BYPASS = False _GEO_COUNTRIES = ['CA', 'FR']
def _real_extract(self, url): def _real_extract(self, url):