资源简介:
Video Downloader Script允许您从多个来源下载视频。 可以从 Vimeo, Facebook, Dailymotion, SoundCloud, Instagram, Liveleak, Break 和 Imgur 直接下载视频. 该设计基于bootstrap 3框架,完全响应式设计。该脚本支持所有格式和分辨率(包括4k至144p)的视频。
该脚本具有功能完善的后台管理面板,您可以从后台控制网站的所有设置。 它具有内置统计信息,可记录网页浏览量,访问者数量和下载量。 支持多语言的,可以在管理面板中添加和删除语言。
源码截图:

安装方法:
Linux、Apache、PHP5.6+、CURL、MySql5.1+、libxml
- 解压缩后将VDS_v1.3下的内容上传到服务器
- 建立mysql数据库
- 打开 http://yourdimain.tld/install 进行安装
- 点击按钮,检测安装环境。都通过后点击下一步。
- 输入数据库信息后点击submit
- 输入网站地址以及管理员信息,点击submit。
- 完成安装
中文语言的建立:
登录到后台,在左侧菜单里点击LANGUAGES,然后点击ADD NEW LANGUAGE,name输入简体中文,Code输入zh,flag里选择china,然后点击add添加。
这时会在网站根目录的lang-files目录里生成一个3.json
把下面的代码复制到3.json里并完成翻译。请自行完善。
把下面的代码复制到3.json里并完成翻译。请自行完善。
{“home”:”首页”,”hero_section_title”:”在线免费下载视频”,”search_bar_placeholder”:”请在这里输入视频地址…”,”get_in_touch_with_us”:”与我们保持联系”,”source”:”视频源”,”share_on_facebook”:”分享到 Facebook”,”share_on_twitter”:”分享到 Twitter”,”share_on_googleplus”:”分享到 Google+”,”share_on_vk”:”分享到 VK”,”share_on_whatsapp”:”分享到 WhatsApp”,”video”:”视频”,”video_only”:”Video only”,”more”:”更多”,”less”:”Less”,”audio”:”音频”,”gif”:”GIF”,”quality”:”清晰度”,”format”:”格式”,”size”:”大小”,”downloads”:”下载”,”download”:”下载”,”error”:”Error”,”source_not_found_error”:”Currently this source isn’t supported, maybe we will add it in future.”,”video_not_found_error”:”Unable to fetch video, Invalid link or Video Doesn’t Exist.”,”invalid_url_error”:”Invalid Url. Make sure url is with *{*http*}* or *{*https*}*”,”stay_in_touch_with_us”:”Stay in touch with us”,”features_heading”:”Powerful Features to Download Videos”,”multiple_sources_heading”:”从多个网站下载视频”,”multiple_sources_description”:”我们可以从 Vimeo, Facebook, Dailymotion, SoundCloud, Instagram, Liveleak, Break 和 Imgur 直接下载视频.”,”multiple_formats_heading”:”下载多种格式的视频”,”multiple_formats_description”:”下载多种格式的视频 MP4, AVI, MP3, WEBM, 3GP.”,”supported_sources”:”支持的网站”,”more_coming_soon”:”更多网站正在开发中…”,”copyright”:”Copyright”,”all_rights_reserved”:”All Rights Reserved”,”contact_us”:”联系我们”,”contact_page_heading”:”Get in touch with us”,”enter_your_name”:”Enter your Name…”,”enter_your_email”:”Enter your email…”,”enter_subject”:”Enter subject…”,”enter_your_message”:”Enter your message…”,”send”:”Send”,”name_error”:”Only A-z and spaces allowed”,”email_error”:”Invalid email address”,”subject_error”:”Subject should not be empty”,”message_error”:”Message should not be empty”,”captcha_error”:”Invalid Captcha”,”page_not_found”:”Page Not Found”,”page_not_found_description”:”You seem to be trying to find this way home.”,”back_to_home”:”Back to home”,”here”:”here”,”dm_download_guide_heading”:”To Download video from dailymotion follow these steps”,”dm_download_guide_step_1″:”Goto the Video *{*page*}* by clicking”,”dm_download_guide_step_2″:”After opening the page press *{*ctrl + u*}* from keyboard or *{*Right Click*}* any where on page and click on *{*View Page Source*}*”,”dm_download_guide_step_3″:”Select all the source code by pressing *{*ctrl + a*}*”,”dm_download_guide_step_4″:”Copy all the source code by pressing *{*ctrl + c*}* or *{*Right Click*}* any where on page and click on *{*copy*}*”,”dm_download_guide_step_5″:”After copying came back to this page and paste the code in the *{*text box*}* below and click on *{*generate link*}* button”,”paste_source_code_here”:”Paste source code here…”,”generate_link”:”Generate Link”,”close”:”Close”}
最后,点击LANGUAGES,在简体中文后面点击编辑按钮,在Status的OFF上点一下,点成ON后点击UPDATE即可。
在线演示: https://vds.nexthon.com/
后台: https://vds.nexthon.com/admin
用户名 : admin
密码 : admin
版本1.3 [2018-05-20]
- 从主脚本中分离下载源。
- 修正了liveleak下载问题。
- 修正了Facebook下载问题。
- 修复了其他来源的次要下载问题。
- 增加了9GAG下载支持。
- 简化安装过程。
- 删除了一些未使用的代码。
- 优化整体脚本以提高性能。
- 次要设计错误修复。
版本1.2 [2018-01-23]
- 删除了youtube源 - Envato
- 修正了facebook链接问题。
- 添加了管理员的直接链接支持和设置。
- 增强了语言翻译流程。
- 小错误修复。
- 整体优化脚本。
版本1.1 [2018-01-10]
- 删除了youtube-dl依赖项(现在它将在共享主机上工作)。
- 更改了Dailymotion视频下载方法(直接从服务器)。
- 增加了API密钥支持,可从多个来源下载视频。
- 小错误修复。
- 整体优化脚本(快速下载)。
版本1.0 [2017-12-27]
- 初始发行。