• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

ViewTube/viewtube-vue: ▶️ ViewTube is an alternative YouTube frontend.

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

ViewTube/viewtube-vue

开源软件地址:

https://github.com/ViewTube/viewtube-vue

开源编程语言:

Vue 55.4%

开源软件介绍:

ViewTube

DeepScan grade Build Status vue2 GitHub Docker Image Size (tag) GitHub last commit

ViewTube is an alternative YouTube frontend.

It can recommend, play and search for videos. It saves your watch progress and you can subscribe to channels for them to appear in your subscription feed.

It's built using Nuxt.js and Nest.

Check uptime.m-o.dev/status for updates and downtime status.
Try the dev version on dev.viewtube.io.

Features

  • Watch videos without ads or tracking
  • Built from the ground up to be mobile and desktop friendly
  • Dark and light themes
  • Touch friendly video player with gestures
  • Supports loop, speed, autoplay and volume
  • Create an account separately from Youtube
  • Read comments
  • Search for videos
  • Watch playlists
  • Subscribe to channels and see their latest uploads
  • Receive push notifications for subscribed channels
  • Integrated SponsorBlock support

Where does ViewTube get the data from?

ViewTube does not use the official Youtube API. It instead scrapes the data from the website using a combination of custom built tools and the following open source libraries.

The Invidious API is still used in a few places. You can check the progress on replacing the invidious api here.

Screenshots

Homepage

Screenshot-Homepage

Video

Screenshot-Video

Channel

Screenshot-Channel

Host it yourself

A more comprehensive installation guide is available in the wiki

Docker

Example docker command

$ docker create \
  --name=viewtube
  -p 8066:8066
  -v /path/to/data:/data \
  -e VIEWTUBE_URL=http://your-ip-or-domain.com
  --restart unless-stopped \
  mauriceo/viewtube:latest

Docker-compose

version: "3"

services:
  viewtube:
    container_name: viewtube
    restart: unless-stopped
    image: mauriceo/viewtube:latest
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - ./data:/data
    environment:
      - VIEWTUBE_URL=http://your-ip-or-domain.com
    ports:
      - 8066:8066

Development setup

Prerequisites

  • Nodejs v16.x
  • Yarn 1.22.x
  • MongoDB 4.4.x
  • Redis 6.x

Instructions

  1. Clone this repo

    git clone https://github.com/ViewTube/viewtube-vue

  2. Install dependencies

    yarn install

  3. Start the dev server

    yarn serve

    If you want to start the api and frontend separately, you can use the following commands.
    yarn serve:api
    yarn serve:web

  4. Visit localhost:8066 with a browser

Pull requests welcome!

Contributors

Thanks goes to these wonderful people

emoji reference


cyacedev


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap