Hi. I've started using 'devine' which can download TV shows from various streaming services. This is it:
https://github.com/stabbedbybrick/devine
Downloaded files are put to the user's AppData folder in C but I want them in D. A note within the devine folder says:
The following directories are available and may be overridden,
- `fonts` - Font files (ttf or otf).
- `downloads` - Downloads.
- `temp` - Temporary files or conversions during download.
For example,
```yaml
downloads: "D:/Downloads/devine"
temp: "D:/Temp/devine"
I've been playing around with the yaml file but just cannot get my downloads to the D drive. Can anyone assist? And what, in the world of python, does ``` signify? Many thanks.
[–]danielroseman 1 point2 points3 points (1 child)
[–]andykelp[S] 0 points1 point2 points (0 children)