Skip to content

bricewge/hypertube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hypertube

Usage

Dependencies

  • mysql
  • git-crypt
  • ffmpeg

Initialization

git-crypt unlock KEYFILE
npm --prefix client install
npm --prefix server install
npm --prefix server run init

Run

npm --prefix server start &
npm --prefix client start &

Examples

API

Pulp fiction: http://www.imdb.com/title/tt0110912/

Sources: rarbg and YTS

imdbId=tt0110912
curl "https://yts.am/api/v2/list_movies.json?query_term=${imdbId}"
token=$(curl "https://torrentapi.org/pubapi_v2.php?get_token=get_token" | sed -n 's/.*"token":"\(.*\)"}/\1/p')
curl "https://torrentapi.org/pubapi_v2.php?mode=search&search_imdb=${imdbId}&token=${token}"

Notes

Modules idea

About

a web app for the 21th century

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published