mirror of
https://github.com/oskvr37/tiddl.git
synced 2026-06-13 04:05:08 +03:00
📢 Log stream data
This commit is contained in:
@@ -144,6 +144,7 @@ class Downloader:
|
||||
stream = self.api.get_track_stream(
|
||||
track_id=item.id, quality=self.track_quality
|
||||
)
|
||||
log.debug(f"{stream.trackId=}, {stream.audioQuality}, {stream.audioMode}")
|
||||
except ApiError as e:
|
||||
log.error(f"{item.id=} {e=}")
|
||||
self.rich_output.console.print(
|
||||
|
||||
Reference in New Issue
Block a user