Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sapicd/video

上传视频到picbed
https://github.com/sapicd/video

Last synced: about 1 month ago
JSON representation

上传视频到picbed

Awesome Lists containing this project

README

        

picbed-video
=============

这是基于 `picbed `_
的一个小的扩展模块,用来上传视频。

**sapic v1.13 正式支持视频上传,此扩展封存!**

安装
------

- 正式版本

`$ pip install -U picbed-video`

- 开发版本

`$ pip install -U git+https://github.com/staugur/picbed-video.git@master`

开始使用
----------

此扩展请在部署 `picbed `_ 图床后使用,需要
其管理员进行添加扩展、设置钩子等操作。

添加:
^^^^^^^^

请在 **站点管理-钩子扩展** 中添加第三方钩子,输入模块名:upvideo,
确认后提交即可加载这个模块(请在服务器先手动安装或Web上安装第三方包)。

使用说明:
^^^^^^^^^^^^

针对已登录用户,不允许匿名,上传到默认存储中。

登录后,右侧菜单下拉有我的视频,允许上传mp4|ogg|ogv|webm|3gp|mov格式,
大小不超过系统限制,支持删除。

ps:上传、删除效果同图片上传、删除,即如果钩子支持则会物理删除。

ps:上传按 **用户/年/月/日/原名** 保存,同一天同文件会覆盖。