Download even if track is not streamable

master
7x11x13 2021-12-03 17:19:43 -05:00
parent cc22faf121
commit 23ca12e693
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@
"""Python Soundcloud Music Downloader."""
__version__ = "v2.3.3"
__version__ = "v2.3.4"

View File

@ -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":