diff --git a/scdl/__init__.py b/scdl/__init__.py index 4330e1b..3cf9273 100644 --- a/scdl/__init__.py +++ b/scdl/__init__.py @@ -2,4 +2,4 @@ """Python Soundcloud Music Downloader.""" -__version__ = "v2.3.3" \ No newline at end of file +__version__ = "v2.3.4" \ No newline at end of file diff --git a/scdl/scdl.py b/scdl/scdl.py index 425616c..8f539e7 100755 --- a/scdl/scdl.py +++ b/scdl/scdl.py @@ -591,7 +591,7 @@ def download_track(client: SoundCloud, track: BasicTrack, playlist_info=None, ex # Not streamable if not track.streamable: - raise SoundCloudException(f"{title} is not streamable...") + logger.warning("Track is not streamable...") # Geoblocked track if track.policy == "BLOCK":