Synology ZippyShare Plugin
This Plugin allows you to download files from ZippyShare using your Synology NAS Downloader
- Very simple and minimalistic code
- Catches most types of errors (File not found, invalid URL, new unsolvable challenge, etc)
- Regular Expression matching that is permissive enough to allow for slight Changes in the Future
- Doesn't depends on Document Title anymore
- Solves computational Challenge without using
eval
Check the Releases Section for the latest Version of zippy.host
- Open your Synology Website
- Go to the Download Station
- Open the Settings
- Click on "File Hosting"
- Click "Add"
- Select
zippy.host
from your Computer
- Open your Synology Website
- Go to the Download Station
- Open the Settings
- Click on "File Hosting"
- Search for the Zippyshare plugin
- Click "Delete" and confirm action
- Select
zippy.host
from your Computer
As of now, the download script will be placed in /usr/syno/etc/packages/DownloadStation/download/userhosts/zippyshare
- Enable SSH on your NAS
- Connect via SSH to your NAS
- navigate to
/usr/syno/etc/packages/DownloadStation/download/userhosts/zippyshare
This will display the same information that is relayed back to Download Station
Run php zippy.php info https://...
(supply any valid ZippyShare URL)
This is a "Debug only" Feature. The Download Station will use its own method of downloading files
Run php zippy.php get https://...
(supply any valid ZippyShare URL).
To make the script overwrite existing files, add the -f
argument at the end
The script zippy.js
from this repository can be used to validate URLs that refuse to work with the plugin.
Call using phantomjs zippy.js <url> -v
If it reports "Valid: No", it indicates that the formula was changed and the plugin needs adjustment.
You can either build it manually or automatically
- Download and install the latest 64 bit Version of 7-Zip
- Run
build.bat
- Compress
INFO
andzippy.php
into a tar archivezippy.tar
- Compress
zippy.tar
into the gzip archivezippy.tar.gz
- Rename
zippy.tar.gz
tozippy.host
- Delete
zippy.tar