wolfswolke / aniworld_scraper

Aniworld.to mp4 scraper for animes.
MIT License
49 stars 16 forks source link

[REQUEST] Year of release being part of the folder name #52

Closed TrackLab closed 1 month ago

TrackLab commented 1 month ago

Please describe what you want to be added/changed: Im sure many are, but me included, use the tool to download stuff to then host ist on Plex or Jellyfish. The tool outputs the series in a simple folder name "series_name", and thats it. Programs like Plex kind of need the year of release as well.

I have added that manually so far, but both websites used by the tool show the airing time of a series, so perhabs the tool can include that. For example

"Series_name (2016)"

Because that is the convention Plex usually expects.

wolfswolke commented 1 month ago

@TrackLab Has been added. Can you test if it works this works for you?

TrackLab commented 1 month ago

@wolfswolke Yea works like a charm, impressive speed to add it as well lol

wolfswolke commented 1 month ago

When it comes to scraping logic of other providers yea i suck sorry XD But that was just get HTML, read where start date is and done x3