Re: watch YT videos through in Emacs [Was: Interest in an Org video meetup?]

2022-10-12 Thread Ihor Radchenko
Max Nikulin writes: > On 12/10/2022 16:26, Ihor Radchenko wrote: >> >> if echo "$URL" | grep "ted.com/talks"; then >> mpv $URL && exit; >> fi >> >> # if echo "$URL" | grep "reddit.com"; then >> # URL="$(echo "$URL" | sed -rE 's/www\.reddit\.com/libredd.it/')" >> # fi >> >> if echo

Re: watch YT videos through in Emacs [Was: Interest in an Org video meetup?]

2022-10-12 Thread Robert Weiner
> More info on my blog in Spanish (if anyone is interested, I can translate it) Yes, please translate it to English. -- rsw On Wed, Oct 12, 2022 at 6:24 AM Juan Manuel Macías wrote: > Ihor Radchenko writes: > > > Quiliro Ordóñez writes: > > > >> Hola Juan Manuel. > >> > >>> There is the

Re: watch YT videos through in Emacs [Was: Interest in an Org video meetup?]

2022-10-12 Thread Max Nikulin
On 12/10/2022 16:26, Ihor Radchenko wrote: if echo "$URL" | grep "ted.com/talks"; then mpv $URL && exit; fi # if echo "$URL" | grep "reddit.com"; then # URL="$(echo "$URL" | sed -rE 's/www\.reddit\.com/libredd.it/')" # fi if echo "$URL" | grep "bilibili.com"; then mpv $URL &&

Re: watch YT videos through in Emacs [Was: Interest in an Org video meetup?]

2022-10-12 Thread Juan Manuel Macías
Ihor Radchenko writes: > Quiliro Ordóñez writes: > >> Hola Juan Manuel. >> >>> There is the YouTube option, which I imagine no one would like (me >>> neither). The only thing in its favor is that Invidious can be used to >>> watch the videos. BTW, I watch YT videos through Invidious in Emacs,

Re: watch YT videos through in Emacs [Was: Interest in an Org video meetup?]

2022-10-12 Thread Ihor Radchenko
Quiliro Ordóñez writes: > Hola Juan Manuel. > >> There is the YouTube option, which I imagine no one would like (me >> neither). The only thing in its favor is that Invidious can be used to >> watch the videos. BTW, I watch YT videos through Invidious in Emacs, >> with the Ytel package and

Re: watch YT videos through in Emacs [Was: Interest in an Org video meetup?]

2022-10-07 Thread Juan Manuel Macías
Hola, Quirilo, Quiliro Ordóñez writes: >> There is the YouTube option, which I imagine no one would like (me >> neither). The only thing in its favor is that Invidious can be used to >> watch the videos. BTW, I watch YT videos through Invidious in Emacs, >> with the Ytel package and EMMS/MPV. >

watch YT videos through in Emacs [Was: Interest in an Org video meetup?]

2022-10-07 Thread Quiliro Ordóñez
Hola Juan Manuel. > There is the YouTube option, which I imagine no one would like (me > neither). The only thing in its favor is that Invidious can be used to > watch the videos. BTW, I watch YT videos through Invidious in Emacs, > with the Ytel package and EMMS/MPV. Nice. Is there a guide to