Fixed
- [yt-fts-138](https://github.com/NotJoeMartinez/yt-fts/pull/141)
- Fixed unicode decode error 138
- Introduced when we added current metadata with `--write-info-json`
- Caused by writing json to windows filesystem, which encodes in `Windows-1252` instead of `utf-8`
- Another reason to not use subprocess.
Added
- [yt-fts-139](https://github.com/NotJoeMartinez/yt-fts/pull/139)
- Playlists downloading now supported by passing the `--playlist/-p` to `download` command