diff options
Diffstat (limited to 'content/emacs/watching-youtube-with-emacs.md')
-rw-r--r-- | content/emacs/watching-youtube-with-emacs.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/content/emacs/watching-youtube-with-emacs.md b/content/emacs/watching-youtube-with-emacs.md index fc8b5da..a064626 100644 --- a/content/emacs/watching-youtube-with-emacs.md +++ b/content/emacs/watching-youtube-with-emacs.md @@ -7,9 +7,10 @@ draft = false weight = 2007 abstract = "Let's use YouTube from the comfort of Emacs" [menu] - [menu.emacs-guides] + [menu.emacs] weight = 2007 identifier = "emacs-watching-youtube-with-yeetube-and-mpv" + parent = "guides" name = "Watching YouTube" +++ @@ -116,4 +117,4 @@ Then, just add a simple keyboard navigation, and you're done You can find the channel ID using different online services, as it is not as straight forward as it should be. [^fn:4]: Only if the package registers itself as a provider for `thing-at-point`. In Elfeed it will for main item URL, but not for items embedded in the body. - We need to use `eww` to open the page and we can get the URL from there.
\ No newline at end of file + We need to use `eww` to open the page and we can get the URL from there. |