Downloader for SdarotTV
The SdarotAPI is a library allowing:
- Access metadata of shows, seasons and episodes.
- Get access to SdarotTV's media servers.
- Download episodes from SdarotTV.
- Retrieve the most updated SdarotTV domain.
The console app is a command-line application that utilizes the SdarotAPI library, with the power to Download in 4 different download modes:
- Single episode download.
- Multiple episode download.
- Complete season download.
- Complete show download.
With some more features like retries on server errors, and division to folders.
The easiest way to use the console app is through the release on GitHub:
-
Go to the releases page.
-
Download the latest
zip
file:- If you have
.NET
installed, you can download theHoradotTV.Console.zip
. - If you don't know what
.NET
is, download theHoradotTV.Console.WithRuntime.zip
.
- If you have
-
Extract the zip.
-
Run the
HoradotTV.Console.exe
file.
If you want to build the project from source, you can do that by using Visual Studio:
- Open the
HoradotTV.sln
file with Visual Studio. - Select the console app (
HoradotTV.Console
) as a startup project. - Press
F5
to run.
The GUI app is currently on hold.
Contributors who are willing to help use the SdarotAPI library to build the GUI app are welcome to contact me.
- Release updater.
- Support for SratimTV.
- GUI app.
- SdarotAPI in python. (In the meanwhile, check out Xiddoc's project)
If the URL for SdarotTV changes, please fork the repository, change the sdarot-url.txt file, and open a PR.
If you find any bugs or have any suggestions, please open an issue on GitHub.
Contributors can check the issues page for open issues and help make this project the best.