remove unused print statement
This commit is contained in:
parent
78a668c615
commit
2e910eb6b6
1 changed files with 0 additions and 1 deletions
|
@ -94,7 +94,6 @@ def download_track(
|
|||
|
||||
stream.manifest = json.loads(base64.b64decode(stream.manifest))
|
||||
url = stream.manifest["urls"][0]
|
||||
print(url)
|
||||
if '.flac' in url:
|
||||
dest_path += '.flac'
|
||||
elif '.mp4' in url:
|
||||
|
|
Loading…
Add table
Reference in a new issue