I exported this command, to send to a friend.
Start Loop While : Keyboard Key 'F21' Is Pressed
Set small int (condition) [Seconds] value as incremented by 1
Write [Blue] '{SMALL:Seconds}' to log
Pause 0.1 seconds
Begin Small Integer Compare : [Seconds] Is Greater Than 3
Begin Text Compare : [{ACTIVEWINDOWTITLE}] Ends With 'YouTube - Opera'
Write (overwrite), 'youtube-dl -f -v --embed-subs --write-auto-sub --hls-prefer-native --write-all-thumbnails --embed-thumbnail --add-metadata -f "bestvideo[height<=720]+be...
Run application 'C:\Program Files (x86)\VoiceAttack\Apps\Youtube-DL\Mine.bat'
End Condition - Exit when condition met
End Condition - Exit when condition met
End Loop
Begin Small Integer Compare : [Seconds] Is Less Than 3
Press Left Ctrl+C keys and hold for 0.3 seconds and release
Write (overwrite), 'youtube-dl -f -v --embed-subs --write-auto-sub --hls-prefer-native --write-all-thumbnails --embed-thumbnail --add-metadata -f "bestvideo[height<=720]+be...
Run application 'C:\Program Files (x86)\VoiceAttack\Apps\Youtube-DL\Mine.bat'
End Condition - Exit when condition met
You can't see the whole Write (overwrite), command there. I'll write the whole thing out.
youtube-dl -f -v --embed-subs --write-auto-sub --hls-prefer-native --write-all-thumbnails --embed-thumbnail --add-metadata -f "bestvideo[height<=720]+bestaudio/best[height<=720]" -o "D:\Download Videos/%%(title)s.%%(ext)s" {CLIP} --merge-output-format mkv
Timeout 3
That's what the whole command should look like. Now, if I export it, and import it back into VA, it adds some random characters to the command. Making the command look like this.
youtube-dl -f -v --embed-subs --write-auto-sub --hls-prefer-native --write-all-thumbnails --embed-thumbnail --add-metadata -f "bestvideo[height<=720]+bestaudio/best[height<=720]" -o "D:\Download Videos/%%(title)s.%%(ext)s" {CLIP} --merge-output-format mkv+^%^~|~+Timeout 3
Each time I export and then import this command, I'm getting the same random characters.
You may already know the answer for this, but if not, I'll attach the profile, and you can test it for yourself.