grastello / ytel

Youtube "front-end" for Emacs
GNU General Public License v3.0
48 stars 10 forks source link

ytel-show #16

Closed xFA25E closed 3 years ago

xFA25E commented 3 years ago

Hi, I have made a plugin package for ytel.

xFA25E commented 3 years ago

It's https://github.com/xFA25E/ytel-show . It is a video/comments shower. It relies on ytel to fetch and draw information. Do you thing it is a good idea to list it somewhere in a readme? Thanks

spiderbit commented 3 years ago

interesting I did that for comments:

(defun ytel-comment ()
    "Jump to comments."
    (interactive)
    (let* ((video (ytel-get-current-video))
       (id    (ytel-video-id-fun video)))
      (browse-url (concat ytel-invidious-api-url "/watch?v=" id "#comments"))))

but your solution is interesting... currently no instance seem to work over the client, not sure what the problem is. https://github.com/spiderbit/ytel/tree/tabulated-list

That's my fork but I was to lazy to merge it to master... any thoughts on that?

grastello commented 3 years ago

It's https://github.com/xFA25E/ytel-show . It is a video/comments shower. It relies on ytel to fetch and draw information. Do you thing it is a good idea to list it somewhere in a readme? Thanks

Yeah, I've added it to the README.