My finding ?
What i do is to automate the every day task of checking, adding to dl what i want to.
I write the title of the a new anime i want in a text file, one title by line, every day my script will automatically be triggered a fixed hours:
- check the 3 first pages that list the newest episode uploaded,
- if one of the title is present on the page, it will open the specific anime/serie page
- get all the dl links for a specific dl site ( 1fichier, uptobox ... )
- check the episode number already present locally to ensure to dl only missing/new episode number
- add the missing/new episode links in a list to dl using jdownloader
- add the anime details, descriptions, actors, genre ... in a json
- dl the episode and create the details json file it the right folder ( named accordingly to the anime title )
- rename the episode to the anime title - S{saisonNumber}E{episodeNnumber}
- use ffmepg to reduce the file size
The script can recover missing episodes
Last edited by ouine; 18.11.2022 at 04:06.
|