Last active
February 16, 2023 18:10
-
-
Save carloocchiena/3cc0c896d79986ac33c4a1adb49b1a36 to your computer and use it in GitHub Desktop.
Put this script in console to download a corrupted track from the browser (Google Chrome)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
app.location.recordings.each(function (recording) { | |
recording.tracks.each(function (track) { | |
track.downloadFromLocal(window.location.href); | |
}) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment