From ab56798ce8f62695eddaaee38bd99fbc9a2f2663 Mon Sep 17 00:00:00 2001 From: garret1317 Date: Mon, 23 Jun 2025 15:48:45 +0100 Subject: run all extractor tests from test script may as well run them all from one place even if theyre not defined in one place + this way i don't have to patch test.helper separately to get it to load the plugin --- misc/test_extractors.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/misc/test_extractors.py b/misc/test_extractors.py index 7c1a2c7..18e9783 100755 --- a/misc/test_extractors.py +++ b/misc/test_extractors.py @@ -42,7 +42,7 @@ def get_test_timefields(airtime, release_time): -from yt_dlp_plugins.extractor.radiko import RadikoTimeFreeIE, RadikoShareIE +from yt_dlp_plugins.extractor.radiko import RadikoTimeFreeIE, RadikoShareIE, RadikoLiveIE, RadikoShareIE, RadikoPersonIE, RadikoStationButtonIE RadikoTimeFreeIE._TESTS = [] @@ -137,7 +137,10 @@ RadikoShareIE._TESTS = [{ -IEs = [RadikoTimeFreeIE, RadikoShareIE] +IEs = [ + RadikoTimeFreeIE, RadikoShareIE, + RadikoLiveIE, RadikoShareIE, RadikoPersonIE, RadikoStationButtonIE +] import test.helper as th -- cgit v1.2.3-70-g09d2