On the file data.json add a new element on the array called list.
{
"animeName": "One Piece",
"downloadType": "latest",
"seasonIndex": 21,
"longTermAnime": true
}
Explaination parameters
animeName: the name of the animedownloadType: type of download- all : not implemented
- latest : download the latest episode available
longTermAnimeif the anime is without end like One piece, Conan, Naruto... set it true.