mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-24 15:15:52 -07:00
Add _GEO_COUNTRIES = ['US']
This commit is contained in:
parent
28f94a2828
commit
13077c0c96
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ class TruthIE(InfoExtractor):
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
_GEO_COUNTRIES = ['US'] # The site is only available in the US
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
video_id = self._match_id(url)
|
video_id = self._match_id(url)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue