- Now we are able to generate an RSS Feed from multiple posts without
needing the website to have an original rss feed that we modify
- The first website that we can do it for is opengoal.dev/blog
- However, some values are temporarily hardcoded for right now, the code
needs to support having RSSItems passed into it so that it can fill in
all of the values based on actual values rather than "example.com"
- 9to5mac is now using a couple of constants for variables now as well.
More refactoring to come for this
- Do not use the : notation because the first argument will be the table
when calling the rss functions
- Optimize the table concatenation
- Introduce an rss:limit function that will limit the number of items
within a list
- Add the "eurogamer" script
- We can now grab previous results from the database to serve back to
the request
- The rss feed items are also now sorted based on their pubDate
- Godot's script is now fully function and scrapes only when needed
- Other scripts still need some work to make it so that they are
utilizing the database
- Duplicate entries in the database aren't checked for just yet, this
needs to be done or else if there are any mistakes in lua, the
databases becomes a mess
- Add sorter file to handle the pubDate sorting