Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.
/ cl-vidstream Public archive

Common Lisp functions to search and get m3u8 videos from vidstreaming

Notifications You must be signed in to change notification settings

littletsu/cl-vidstream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

cl-vidstream

Common Lisp functions to search and get m3u8 videos from vidstreaming

Loading in SBCL:

sbcl --load ./cl-vidstream/cl-vidstream.cl

Main functionality example:

(getMainSource (getSources (getEpisodeUrl (getSearchResults "serial experiments lain") 0)))
> "https://(...)/ep.13.1645681949.m3u8"

About

Common Lisp functions to search and get m3u8 videos from vidstreaming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published