💡 add TODO

This commit is contained in:
oskvr37
2025-02-09 15:21:30 +01:00
parent 78a382e83e
commit 87e7073f62
2 changed files with 5 additions and 2 deletions
+2
View File
@@ -22,6 +22,8 @@ def AuthGroup():
def login(ctx: Context):
"""Add token to the config"""
# TODO: refresh token automatically
auth = ctx.obj.config.auth
if auth.token:
+3 -2
View File
@@ -105,8 +105,9 @@ def downloadTrackStream(track_stream: TrackStream) -> tuple[bytes, str]:
def parseVideoStream(video_stream: VideoStream) -> list[str]:
"""Parse `video_stream` manifest and return video urls"""
# TOOD: add video quality arg.
# for now we download the highest quality
# TODO: add video quality arg,
# for now we download the highest quality.
# -vq option in download command
class VideoManifest(BaseModel):
mimeType: str