mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-14 04:05:16 +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:
@@ -16,7 +16,6 @@ class TBSJPBaseIE(StreaksBaseIE):
|
|||||||
|
|
||||||
class TBSJPEpisodeIE(TBSJPBaseIE):
|
class TBSJPEpisodeIE(TBSJPBaseIE):
|
||||||
_VALID_URL = r'https?://cu\.tbs\.co\.jp/episode/(?P<id>[\d_]+)'
|
_VALID_URL = r'https?://cu\.tbs\.co\.jp/episode/(?P<id>[\d_]+)'
|
||||||
_GEO_BYPASS = False
|
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'https://cu.tbs.co.jp/episode/14694_2090934_1000117476',
|
'url': 'https://cu.tbs.co.jp/episode/14694_2090934_1000117476',
|
||||||
'skip': 'geo-blocked to japan + 7-day expiry',
|
'skip': 'geo-blocked to japan + 7-day expiry',
|
||||||
|
|||||||
Reference in New Issue
Block a user