From fc82ff4ad5d01e7568d7f5f9dd863a20c38516ca Mon Sep 17 00:00:00 2001 From: chocoie Date: Sun, 15 Dec 2024 12:52:05 +0800 Subject: [PATCH] chore: rm expired test --- yt_dlp/extractor/peatix.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/yt_dlp/extractor/peatix.py b/yt_dlp/extractor/peatix.py index a749ddb761..4d8721b4e3 100644 --- a/yt_dlp/extractor/peatix.py +++ b/yt_dlp/extractor/peatix.py @@ -21,15 +21,6 @@ class PeatixIE(InfoExtractor): IE_NAME = 'peatix.com' _VALID_URL = r'(?Phttps?://peatix\.com)/event/(?P[0-9]+)' - _TESTS = [{ - 'url': 'https://peatix.com/event/4204947', - 'info_dict': { - 'id': '4204947', - 'title': '『本』と『声』TOKYO BOOK NIGHT2024 人気好評につき【疑似ライブ配信】決定! | Peatix', - 'thumbnail': 'https://cdn.peatix.com/event/4204947/cover-zTJjkvKwSeRkONN49kTbhqcHw8swHlLC.png', - 'description': '申し込み開始:11月27日(水)より 申し込み締切:12月8日(日)20時販売終了   大好評につき疑似ライブ配信決定!『本』と『声』TOKYO BOOK NIGHT 2... powered by Peatix : More than a ticket.', - }, - }] def _extract_var(self, variable, html): var = self._search_regex(