noidexe / godot-version-manager

Download, Install and Manage any version of Godot Engine from a simple app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use json feed to fetch news

noidexe opened this issue · comments

Use https://godotengine.org/rss.json to fetch news and https://raw.githubusercontent.com/godotengine/godot-website/master/_data/authors.yml to fetch author avatar images

Removes the need to do html scraping

Thanks for the suggestion. Yes, getting the version list from github was implemented in #35

This issue is about getting the news feed from https://godotengine.org/rss.json instead of parsing the html of https://godotengine.org/blog/

Implemented by @jokoho48 in 8a93ba4