mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-02 00:42:51 +08:00
sbs geo bypass
This commit is contained in:
parent
117ba9e9df
commit
a7597fcd09
@ -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<id>[0-9]+)'
|
||||
_GEO_COUNTRIES = ['AU']
|
||||
|
||||
_TESTS = [{
|
||||
# Original URL is handled by the generic IE which finds the iframe:
|
||||
|
Loading…
Reference in New Issue
Block a user