From 652b889db9038c216ee2f3ae90a30720dc05b5ad Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Mon, 1 Mar 2021 17:03:48 +0100 Subject: [PATCH] Add small roadmap --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index d55b05e..2f4bac7 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Yotter is possible thanks to several open-source projects that are listed on the # Index: * [Why](#why) * [Features](#features) + * [Roadmap](#roadmap) * [FAQ](#FAQ) * [Privacy and Security](#privacy) * [Public instances](#public-instances) @@ -49,6 +50,19 @@ So we need platforms and spaces where we can freely watch and listen content wit *Video player is VideoJS, which uses JavaScript. But if JavaScript is disabled Yotter still works perfectly and uses the default HTML video player. +### Roadmap +The following features are planned to be implemented in the near future: +* [ ] Improve performance and efficiency + +#### Youtube specific: +* [ ] Subtitles +* [ ] > 720p Quality +* [ ] Save youtube videos +* [ ] Support for live streams + +#### Twitter specific: +* [ ] Translations + # FAQ ### What's the difference between this and Invidious? At first I started working on this project as a solution for following Twitter accounts (a thing that can't be done with Nitter) and getting a Twitter-like feed. Weeks later the leader of Invidious, Omar Roth, announced that he was stepping away from the project. As an Invidious active user, this made me think that a new alternative was needed for the community and also an alternative with an easier programmin language for most people (as Invidious is written in Crystal). So I started developing a '*written-in-python Invidious alternative*' and it went quite well.