From a7597fcd0941b1a61153aefdacab6aa6aef69d5f Mon Sep 17 00:00:00 2001 From: Eric Baldridge <47016306+ebaldridge@users.noreply.github.com> Date: Tue, 18 Feb 2020 05:08:56 -0800 Subject: [PATCH] sbs geo bypass --- youtube_dl/extractor/sbs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/youtube_dl/extractor/sbs.py b/youtube_dl/extractor/sbs.py index 0e623ff7b..818103f6c 100644 --- a/youtube_dl/extractor/sbs.py +++ b/youtube_dl/extractor/sbs.py @@ -11,6 +11,7 @@ from ..utils import ( class SBSIE(InfoExtractor): IE_DESC = 'sbs.com.au' _VALID_URL = r'https?://(?:www\.)?sbs\.com\.au/(?:ondemand|news)/video/(?:single/)?(?P[0-9]+)' + _GEO_COUNTRIES = ['AU'] _TESTS = [{ # Original URL is handled by the generic IE which finds the iframe: