Nat1anWasTaken / Lava

Consider decorating method with @staticmethod PYL-R0201
Performance
Major
1 occurrence in this check
Method doesn't use the class instance and could be converted into a static method
256            playlist_info=None
257        )
258
259    def get_audio(self, url: str) -> Tuple[str, str]:260        """
261        Gets audio URL from a Bilibili video URL
262