mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-17 16:45:13 -04:00
Fix #149
This commit is contained in:
parent
6e0731ed0b
commit
9dd9707444
1 changed files with 2 additions and 0 deletions
|
@ -783,6 +783,8 @@ class Track(Media):
|
||||||
class Video(Media):
|
class Video(Media):
|
||||||
"""Only for Tidal."""
|
"""Only for Tidal."""
|
||||||
|
|
||||||
|
downloaded_ids: set = set()
|
||||||
|
|
||||||
def __init__(self, client: Client, id: str, **kwargs):
|
def __init__(self, client: Client, id: str, **kwargs):
|
||||||
"""Initialize a Video object.
|
"""Initialize a Video object.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue