Jesús dab16420a9
Support HD videos
- Rebuild regex to find the URL of the videos
- Add HD format only available for some videos this is caused by the YT DRM.
2019-07-09 11:11:34 -05:00
2019-05-15 21:58:02 -05:00
2019-07-09 11:11:34 -05:00
2019-07-09 11:11:34 -05:00
2019-07-07 17:37:25 -05:00

License GPL 3

Livie is Video in Emacs

screenshot

Livie allows the user to search youtube.com and play the video from mpv.

Requirements

  • python >= 3.6

  • python-requests

  • mpv

    sudo pacman -S python mpv python-requests

Installation

(require 'livie "~/.emacs.d/path/to/livie.el")
(setq livie-script-path (expand-file-name "path/to/livie.py" user-emacs-directory))

Installation in emacs-personal

Create new dir:

mkdir ~/.emacs.d/private/

Clone repo:

git clone https://libregit.org/heckyel/livie.git ~/.emacs.d/private/livie

Open settings.el write the following:

(require 'livie "~/.emacs.d/private/livie/livie.el")
(setq livie-script-path (expand-file-name "private/livie/livie.py" user-emacs-directory))

Usage

Just run M-x livie and enter a search query. n, p and tab can be used to navigate the buffer. Type s to enter another search. To watch a video, press <enter>.

Description
Livie is a small script to search and watch YouTube videos from emacs
Readme 766 KiB
Languages
Emacs Lisp 100%