All Projects → eyunzhu → Vatfs

eyunzhu / Vatfs

影视全搜索|提供全网影视m3u8资源搜索,影视资源api,无广告快速播放

Labels

Projects that are alternatives of or similar to Vatfs

Mydatascienceportfolio
Applying Data Science and Machine Learning to Solve Real World Business Problems
Stars: ✭ 227 (-5.02%)
Mutual labels:  api
Go Jwt Postgres Mysql Restful Api
This is an API built with golang, jwt, gorm, postgresql, mysql
Stars: ✭ 235 (-1.67%)
Mutual labels:  api
Mockoon
Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open source.
Stars: ✭ 3,448 (+1342.68%)
Mutual labels:  api
Devops Bash Tools
550+ DevOps Bash Scripts - AWS, GCP, Kubernetes, Kafka, Docker, APIs, Hadoop, SQL, PostgreSQL, MySQL, Hive, Impala, Travis CI, Jenkins, Concourse, GitHub, GitLab, BitBucket, Azure DevOps, TeamCity, Spotify, MP3, LDAP, Code/Build Linting, pkg mgmt for Linux, Mac, Python, Perl, Ruby, NodeJS, Golang, Advanced dotfiles: .bashrc, .vimrc, .gitconfig, .screenrc, .tmux.conf, .psqlrc ...
Stars: ✭ 226 (-5.44%)
Mutual labels:  api
Sportsipy
A free sports API written for python
Stars: ✭ 229 (-4.18%)
Mutual labels:  api
Xbmc Kodi Private China Addons
个人开发的xbmc/kodi 插件 欢迎各位大神提意见。
Stars: ✭ 232 (-2.93%)
Mutual labels:  api
Python Fints
Pure-python FinTS (formerly known as HBCI) implementation
Stars: ✭ 227 (-5.02%)
Mutual labels:  api
Api on rails
Learn best practices to build an API using Ruby on Rails 5/6
Stars: ✭ 236 (-1.26%)
Mutual labels:  api
Backend.ai
Backend.AI is a streamlined, container-based computing cluster orchestrator that hosts diverse programming languages and popular computing/ML frameworks, with pluggable heterogeneous accelerator support including CUDA and ROCM.
Stars: ✭ 233 (-2.51%)
Mutual labels:  api
Templates
.NET project templates with batteries included, providing the minimum amount of code required to get you going faster.
Stars: ✭ 2,864 (+1098.33%)
Mutual labels:  api
Rest Api
Learn how to build your own REST API with Python, Django, and the Django Rest Framework.
Stars: ✭ 232 (-2.93%)
Mutual labels:  api
Instagram Live Streamer
[Unofficial] Broadcast to Instagram Live anything from your PC/Laptop
Stars: ✭ 232 (-2.93%)
Mutual labels:  api
Bmw Yolov4 Inference Api Gpu
This is a repository for an nocode object detection inference API using the Yolov3 and Yolov4 Darknet framework.
Stars: ✭ 237 (-0.84%)
Mutual labels:  api
Php Bitcoinrpc
Fully unit-tested Bitcoin JSON-RPC client based on GuzzleHttp.
Stars: ✭ 231 (-3.35%)
Mutual labels:  api
Amplication
Amplication is an open‑source development tool. It helps you develop quality Node.js applications without spending time on repetitive coding tasks.
Stars: ✭ 3,630 (+1418.83%)
Mutual labels:  api
Tosdatabridge
A collection of resources for pulling real-time streaming data off of TDAmeritrade's ThinkOrSwim(TOS) platform; providing C, C++, Java and Python interfaces.
Stars: ✭ 229 (-4.18%)
Mutual labels:  api
Fastcgipp
fastcgi++: A C++ FastCGI and Web development platform:
Stars: ✭ 236 (-1.26%)
Mutual labels:  api
Ezibpy
ezIBpy, a Pythonic Client for Interactive Brokers API
Stars: ✭ 238 (-0.42%)
Mutual labels:  api
Docfx
Tools for building and publishing API documentation for .NET projects
Stars: ✭ 2,873 (+1102.09%)
Mutual labels:  api
Postman Docs
Documentation for Postman, a collaboration platform for API development. Available for Mac, Windows and Linux.
Stars: ✭ 235 (-1.67%)
Mutual labels:  api

vatfs (影视全搜索)

基于框架eyz优化而成的影视全搜索是一个集合众多资源站的影视检索程序, 实现全网m3u8影视资源检索、直播源整理等

演示

  演示站点:️影视全搜索

起源

  学习PHP爬虫练习项目,中间结合vue练习项目,后结合uniapp练习项目,后结合MVC框架练习项目

交流

程序多有不足之处,欢迎交流指正

  1. 交流QQ群号:490993740
  2. 博客:eyunzhu.com
  3. 有问题,或者建议,请提交 issues
  4. 欢迎提交优质资源站点
  5. 欢迎制作提交前端模版(模版目录为public/view/vatfs 默认模版为default)

计划

  • [X] 各站点影视搜索接口
  • [X] 直播接口
  • [X] 搜索排行
  • [X] 独立站点 :影视全搜索
  • [ ] 小程序 (等待开发中)
  • [X] android app 公测版 :️怕黑
    • [X] 投屏功能
    • [ ] 缓存功能
  • [ ] iOS app (等待开发中)
  • [ ] 插件(取消插件模式)
    • [X] ThinkCMF插件
    • [ ] WordPress插件
  • [X] 管理后台(应网友要求,已添加微信扫码登陆后台,2.1版本改为密码登陆)
  • [ ] 增添解析播放(等待开发)

安装使用

PHP>=7.2

  1. 下载程序压缩包 点我下载最新版
  2. 解压置于网站根目录,设置public目录为网站运行目录
  3. 管理后台地址:/admin 默认账户:eyunzhu密码:vatfs
  4. 若为Nginx配置如下:
if (!-d $request_filename){
	set $rule_0 1$rule_0;
}
if (!-f $request_filename){
	set $rule_0 2$rule_0;
}
if ($rule_0 = "21"){
	rewrite ^/(.*)$ /index.php/$1 last;
}

接口

为防止接口滥用,请关注公众号“古图”绑定域名

1.搜索

https://api.eyunzhu.com/api/vatfs/resource_site_collect/search?kw=斗罗&per_page=50&page=1

  • per_page:每页显示数量
  • page:当前页面
  • wd:搜索关键词

2.获取播放地址等详情

https://api.eyunzhu.com/api/vatfs/resource_site_collect/getVDetail?vid=1

  • vid:资源vid

3.直播源

https://api.eyunzhu.com/plugin/eyunzhu_vatfs_api/api/getLiveSource

4.影视搜索榜单

http://api.eyunzhu.com/api/vatfs/baidu_top

注意:

  1. 因部分资源站不支持https资源,所以站点不建议添加ssl
  2. 请关注公众号“古图”绑定域名以防止接口滥用
  3. 欢迎交流使用本程序,但请保留版权

版本更新

2.1

由之前的html\css\js纯前端模式到vue版本,到此版本最终还是选择了PHP,本版本使用了自己集成的eyz框架(框架优化中)。

  1. 取消插件模式
  2. 更新接口
  3. 增加简易后台
  4. 改用eyz框架,前端添加多模版
  5. 采集源码(位于vatfs/index/controller/CollectController.php,详细教程后续给出)

截图

1. 影视全搜索-首页 影视全搜索-首页 2. 影视全搜索-搜索页 影视全搜索-搜索页 3. 影视全搜索-播放页 影视全搜索-播放页

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].