|  Re: streamlink: an up to date fork of livestreamer
 player="C:\Program Files\DAUM\PotPlayer\PotPlayerMini64.exe"
 # By default streamlink will attempt to locate VLC on your system
 # and use that, but you can also specify the location of a player
 # yourself.
 
 # Important: You must use a quoted path if there are spaces in the path. This
 # is because the player command is parsed like a shell command to allow
 # parameters to be passed to the player.
 |