тна Back to MegaDB Search

Cartmanishere | 95 points | Dec 14 2017 11:12:09

[META] Script to get Zippyshare download links | Megalinks MegaDB [META] Script to get Zippyshare download links

GITHUB SOURCE

Inb4 JDownloader2 can be used to easily download from zippyshare.

This script is something that I made to get more freedom while downloading from zippyshare.

The script processes the zippyshare download page and extracts the direct link to the file. You can then feed that link to any downloader to start downloading.

It is particularly useful when working on remote servers where you don't have access to gui software.

I personally use it for the same reason. Using this to extract the links and then using aria2 to download the files is a pretty sweet setup.

Everything else is explained in the README.

Try it out. Maybe some of you could find it useful.

permalink


[-] 4vf3g | 15 points | Dec 14 2017 13:26:59

https://redd.it/75p4t8 doesn't have python dependency and downloads right away with wget. Just pass in the shared zippyshare links in a text file.

It's good to have alternatives, so thanks for sharing yours OP.

permalink

[-] Cartmanishere | 4 points | Dec 14 2017 13:34:36

That's pretty good actually. I did not know about that. Also it would be faster than running it in python.

But it doesn't offer you more freedom. For example, I don't want to download using wget. I would rather use aria2 with any number of parallel downloads. I'm sure I could modify it to my needs except I don't know bash scripting.

permalink

[-] TotesMessenger | 2 points | Dec 14 2017 11:15:46

I'm a bot, bleep, bloop. Someone has linked to this thread from another place on reddit:

 ^(If you follow any of the above links, please respect the rules of reddit and don't vote in the other threads.) ^(Info ^/ ^Contact)

permalink

[-] whiplash_14 | 2 points | Dec 14 2017 12:55:39

Will this work if zippyshare is blocked, e.g. my college?

permalink

[-] Cartmanishere | 2 points | Dec 14 2017 12:56:54

No. You'll have to use a VPN.

permalink

[-] whiplash_14 | 1 points | Dec 14 2017 12:58:25

Damn, can't use it then. The network uses proxy and static IP. Doesn't allow VPN to be used over it. But thank you anyway, this is quite handy.

permalink

[-] 3vil_Twin | 1 points | Dec 15 2017 02:37:26

Wouldnt Tor work in this scenario?

permalink

[-] setiyok | 1 points | Dec 14 2017 11:39:25

I am hoping that there's a PHP script to get zippyshare direct download links. so there's hope to make a website to do it :D but, thanks :D

permalink

[-] Cartmanishere | 4 points | Dec 14 2017 11:50:19

It's just regex at the core. Anyone with PHP knowledge can port my code to PHP. And as far as website goes, you could make one using the same logic in javascript. I am going to try that myself.

Edit: The PHP thing wouldn't work due to the way zippyshare works. Refer to known issues on my README. But javascript is doable.

permalink

[-] setiyok | 1 points | Dec 14 2017 12:03:17

I have no knowledge about python, that's why I can't :'D

permalink

[-] iamnotbillyjoel | 1 points | Dec 14 2017 13:09:37

jeez man, it sure seems like it could be much more automated.

permalink

[-] Cartmanishere | 3 points | Dec 14 2017 13:38:18

Yes, there's a lot of room for more automation. I just wanted to provide more freedom with this thing. I could rig it to do everything automatically without me having to do anything. In fact, I've done so for my personal use. Even to the basic task of gathering the links from snahp.it site.

And so anyone can use it like it is or to make a more personalized downloading system.

permalink

[-] iamnotbillyjoel | 2 points | Dec 14 2017 13:40:17

thank you for writing this script and providing the source code under a free software license!

permalink

[-] iamnotbillyjoel | 1 points | Dec 14 2017 13:16:59

jesus folks. if the source isn't available for jdownloader, you shouldn't run it.

permalink

[-] 3vil_Twin | 1 points | Dec 15 2017 02:51:30

This is beautiful! I was going to make one myself but had a hard time getting the embedded Javascript to load the links.

permalink