TvShowDownloader 👑
📺 TvShowDownloader is a tool you can use to automatically download all your favorite Tv Shows.
🎊 All you need to do is configure a path you want you files to appear in and make a list of all your shows.
- You need an Internet connection.
- You need to download and install the
ctorrent
tool.
Run go get github.com/adria-stef/TvShowDownloader
Populate the files/list.yml
file. Add a downloading path and a list of all tv shows.
An example file would like this:
---
download_path: some/path/to/file
list:
- New Girl
- Stuck in the Middle
- NCIS New Orleans
- Colony
- Portlandia
- Impractical Jokers
Simply run the following command in the root of the repository:
go run main.go
If you want to specify the exact period of time that the checks are performed you can use the minutes
parameter:
go run main.go minutes <number>