Description
Brief description of the feature request
as it was done for #621
it would be great if even items with the date specified would get a 1 sec increment cuz:
situation: 3 chapters got released on the same date
current result:
chapter 7 - date May 15
chapter 8 - date May 15
chapter 9 - date May 15
How it should be (and how it originally is in the xml\json file):
chapter 9 - date May 15 (+2 sec)
chapter 8 - date May 15 (+1 sec)
chapter 7 - date May 15
Basically: - just preserve the order feed items are listed in the feed when the date is the same
example feed:
url: https://genzupdates.com/series/31ad113715e/
Post script: python css2rss.py "#chapters > a" "!Leveling Up With Skills" ~ ~ "span.text-sm" "div.text-xs"
current result:
see how 5 chapters' order are messed up cuz they were all released on April 22