From 11d5c4a98fadc9f7be8c8f5535de9419ea425a21 Mon Sep 17 00:00:00 2001 From: garret Date: Thu, 13 Jul 2023 09:55:53 +0100 Subject: remove unused function --- yt_dlp_plugins/extractor/radiko.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'yt_dlp_plugins/extractor/radiko.py') diff --git a/yt_dlp_plugins/extractor/radiko.py b/yt_dlp_plugins/extractor/radiko.py index 780d30c..6929f8e 100755 --- a/yt_dlp_plugins/extractor/radiko.py +++ b/yt_dlp_plugins/extractor/radiko.py @@ -509,10 +509,6 @@ class _RadikoBaseIE(InfoExtractor): "id": station_id, } - def _int2bool(self, i): - i = int(i) - return True if i == 1 else False - def _get_station_formats(self, station, timefree, auth_data, start_at=None, end_at=None): # smartphone formats api = always happy path url_data = self._download_xml(f"https://radiko.jp/v3/station/stream/aSmartPhone7a/{station}.xml", -- cgit v1.2.3-70-g09d2