- 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
- There is now an "html" object that can be used to perform html parsing
functions. Currently there are select, remove and get functions
- Remove has been added to the html tools so that tags can be removed
from the document
- Godot's blog now can return the blog posts that are listed in the rss
feed!
- Currently it does not cache this data so each request will go and
scrape the data again. This need to be addressed