yuchen-lea / org-media-note

Taking interactive notes when watching videos or listening to audios in org-mode.
GNU General Public License v3.0
243 stars 35 forks source link

Noting need to download youtube-dl #34

Closed joshcho closed 1 year ago

joshcho commented 2 years ago

I was struggling to view online links for mpv, and discovered you actually need youtube-dl to view online links in mpv. I think this may be worth noting for people who are not familiar with mpv.

hwiorn commented 2 years ago

youtube-dl is a python library and tool and it can be installed by OS package manager such as apt, yum(dnf), homebrew and pip. Or you can install it to your own OS manually.

For now, I think the best is checking the youtube-dl and showing the message for user to install youtube-dl themselves.

https://github.com/kljohann/mpv.el/issues/11#issuecomment-1005980159

yuchen-lea commented 1 year ago

Already added to warning, Thanks!