mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-06-27 17:08:32 +00:00
[ie/tbsjp] remove _GEO_BYPASS as this is now handled by StreaksIE
Co-Authored-By: doe1080 <98906116+doe1080@users.noreply.github.com>
This commit is contained in:
parent
50c54eb9bc
commit
71ed78c163
@ -16,7 +16,6 @@ def _window_app(self, webpage, name, item_id, fatal=True):
|
||||
|
||||
class TBSJPEpisodeIE(TBSJPBaseIE):
|
||||
_VALID_URL = r'https?://cu\.tbs\.co\.jp/episode/(?P<id>[\d_]+)'
|
||||
_GEO_BYPASS = False
|
||||
_TESTS = [{
|
||||
'url': 'https://cu.tbs.co.jp/episode/14694_2090934_1000117476',
|
||||
'skip': 'geo-blocked to japan + 7-day expiry',
|
||||
|
Loading…
Reference in New Issue
Block a user