Instinctlol / automatic-twitch-recorder

Checks if a user on twitch is currently streaming and then records the stream via streamlink
187 stars 40 forks source link

Make filenames compatible across platforms #5

Closed maxb2 closed 6 years ago

maxb2 commented 6 years ago

"\" is a Windows path separator that has unwanted results in a Unix environment. The OS module can provide the appropriate path separator for the file system.