From 71ed78c1634cc31dafd90ed3f61aa6c0e017fa73 Mon Sep 17 00:00:00 2001 From: garret1317 Date: Tue, 17 Jun 2025 15:36:42 +0100 Subject: [PATCH] [ie/tbsjp] remove _GEO_BYPASS as this is now handled by StreaksIE Co-Authored-By: doe1080 <98906116+doe1080@users.noreply.github.com> --- yt_dlp/extractor/tbsjp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/yt_dlp/extractor/tbsjp.py b/yt_dlp/extractor/tbsjp.py index 0d3eacf1d..bfa0cbcd1 100644 --- a/yt_dlp/extractor/tbsjp.py +++ b/yt_dlp/extractor/tbsjp.py @@ -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[\d_]+)' - _GEO_BYPASS = False _TESTS = [{ 'url': 'https://cu.tbs.co.jp/episode/14694_2090934_1000117476', 'skip': 'geo-blocked to japan + 7-day expiry',