diff options
author | garret1317 <garret@airmail.cc> | 2025-09-19 01:25:54 +0100 |
---|---|---|
committer | garret1317 <garret@airmail.cc> | 2025-09-19 01:28:31 +0100 |
commit | 291fd64ad2ca9d0d2b95a6812be3eebdb2012e6c (patch) | |
tree | cd027f22c592e81fe2cac09c8eba93244fd03bee /contrib | |
parent | d9c78c18dbc3f6afc3994cd0060ab7b2f55d3af0 (diff) | |
download | yt-dlp-rajiko-291fd64ad2ca9d0d2b95a6812be3eebdb2012e6c.tar.gz yt-dlp-rajiko-291fd64ad2ca9d0d2b95a6812be3eebdb2012e6c.tar.bz2 yt-dlp-rajiko-291fd64ad2ca9d0d2b95a6812be3eebdb2012e6c.zip |
>forgot to add SearchIE tests
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/test_extractors.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/test_extractors.py b/contrib/test_extractors.py index 21800c5..1ef63d0 100755 --- a/contrib/test_extractors.py +++ b/contrib/test_extractors.py @@ -45,7 +45,7 @@ def get_test_timefields(airtime, release_time): from yt_dlp_plugins.extractor.radiko import ( RadikoTimeFreeIE, RadikoShareIE, RadikoLiveIE, RadikoPersonIE, RadikoStationButtonIE, - RadikoRSeasonsIE + RadikoSearchIE, RadikoRSeasonsIE ) from yt_dlp_plugins.extractor.radiko_podcast import ( @@ -148,7 +148,7 @@ IEs = [ RadikoTimeFreeIE, RadikoShareIE, RadikoLiveIE, RadikoPersonIE, RadikoStationButtonIE, RadikoPodcastEpisodeIE, RadikoPodcastChannelIE, - RadikoRSeasonsIE, + RadikoSearchIE, RadikoRSeasonsIE, ] import test.helper as th |