From 3d122d40c179a0f9a526a000e91455d004dabb4c Mon Sep 17 00:00:00 2001 From: dirkf Date: Wed, 11 Sep 2024 18:06:00 +0100 Subject: [PATCH] Disable TenPlaySeasonIE tests by default --- youtube_dl/extractor/tenplay.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/youtube_dl/extractor/tenplay.py b/youtube_dl/extractor/tenplay.py index 197c45a3a..4f60d0225 100644 --- a/youtube_dl/extractor/tenplay.py +++ b/youtube_dl/extractor/tenplay.py @@ -157,6 +157,7 @@ class TenPlaySeasonIE(TenPlayBase): 'id': 'MjMyOTIy', }, 'playlist_mincount': 64, + 'skip': 'Only available in Australia', }, { 'url': 'https://10play.com.au/the-bold-and-the-beautiful-fast-tracked/episodes/season-2022', 'info_dict': { @@ -164,6 +165,7 @@ class TenPlaySeasonIE(TenPlayBase): 'id': 'Mjc0OTIw', }, 'playlist_mincount': 256, + 'skip': 'Only available in Australia', }] def _entries(self, load_more_url, display_id=None):