2
5
Fork
You've already forked insidious
0
A YouTube client for GNU Emacs.
  • Emacs Lisp 86%
  • Makefile 8.1%
  • Scheme 5.9%
Find a file
tusharhero ad8e7bfb78
refactor: move functions to insidious.el from insidious-scraper.el
* ‘insidious--callback’
* ‘insidious--fetch’
Both of these are used only in insidious.el anyway, and putting them
in insidious-scraper.el was causing byte compilation warnings.
2026年06月01日 09:50:42 +05:30
.dir-locals.el refactor: ‘insidious-get-channel’ → ‘insidious-get-channel-videos’ 2026年04月18日 14:18:09 +05:30
.gitignore add initial version 2026年04月05日 18:07:21 +05:30
COPYING add initial version 2026年04月05日 18:07:21 +05:30
insidious-scraper.el refactor: move functions to insidious.el from insidious-scraper.el 2026年06月01日 09:50:42 +05:30
insidious.el refactor: move functions to insidious.el from insidious-scraper.el 2026年06月01日 09:50:42 +05:30
Makefile chore: Makefile: add autoload generation 2026年04月07日 14:34:42 +05:30
manifest.scm add initial version 2026年04月05日 18:07:21 +05:30
NEWS docs: update NEWS 2026年04月18日 14:57:44 +05:30
README.org update README with package comparison 2026年04月18日 14:53:46 +05:30

Insidious

Insidious allows you to search for YouTube videos, and play them using mpv.

It is inspired by Thanos Apollo's Yeetube, and Rahul Juliato's emacs-solo yt (In fact, It is a direct fork of it).

Differences from other packages

Yeetube

  • Insidious can get the subsequent pages of results.
  • Yeetube also fetches the thumbnails for search results.
  • Insidious directly scrapes the YouTube, and so does Yeetube.

emacs-solo yt

  • It can also get the thumbnails.
  • It doesn't directly scrape the results by itself.