ytmous/ytmous

Are you still gonna add those features? (comments,dislike,etc?)

jay2drip opened this issue · 10 comments

Are you still gonna add those features? (comments,dislike,etc?)

Yonle commented

Hi @Chat-Globally-Media.

Some of features may be added in the future, But please note that i'm not really sure that i'm really able to implement some features.

  • Comments features, I think it's good to say that it's complicated to implement than expected. It's also not API specific & doesn't really available in node-ytdl. So sorry, I can't implement this. But if you could, You may open Pull request when you managed to did it.

  • Dislike feature may not gonna implemented in the future, as notable fact is that this feature is removed by Youtube itself, So i can't do anything about it. Note that i do not want to rely to another third party just to make this function work properly. I don't really trust them.

  • API endpoints may or may never implemented as the rendering is completely done in backend. So i don't really think that i really need to implement it. Not because i do not want freedom, It's sometime abusive and doesn't really used by the frontend at all.

Please remember that ytmous is a hobby project. I made this because i want to, But it doesn't mean that i will really implement some of features. If you want, You're free to make a fork of this project.

Yonle commented

You may also check the TODO.md file.

That makes sense, thanks for answering have a good day!

Yonle commented

And turns out i implemented 2 features that i listed above in 2023.

And turns out i implemented 2 features that i listed above in 2023.

Wow i like the new updates you added especially the quality feature which is my fav :) i also fiound a what i think to be Bug when being on the video page when scrolling up the video info (views, channel, description,etc) scroll up into the video player.

Yonle commented

And turns out i implemented 2 features that i listed above in 2023.

Wow i like the new updates you added especially the quality feature which is my fav :) i also fiound a what i think to be Bug when being on the video page when scrolling up the video info (views, channel, description,etc) scroll up into the video player.

It was intentioned.

Yonle commented

Comments is now there.

WOW! this looks perfect!! i have one more question where do you get/ where can i find the code documentation of the code you put in html that for example (shows sub count, shows author name,etc) which looks like this: <% example,example1 %>


EDIT: (i found a bug on the search page when you try to click on a video in the "Latest From user" it just redirects you to /w/ with no video id")

Yonle commented

https://github.com/ytmous/ytmous/blob/master/views/watch.ejs#L131-L140

In ytdl-core, You are expected to check the info by your own. Could be done simply by console.log(await ytdl.getInfo(....))

EDIT: (i found a bug on the search page when you try to click on a video in the "Latest From user" it just redirects you to /w/ with no video id")

Does not seems reproduceable for me. This may happend with Short videos. Will watch that out.

Yonle commented

EDIT: (i found a bug on the search page when you try to click on a video in the "Latest From user" it just redirects you to /w/ with no video id")

Bug spotted and has been fixed.