Can anyone help me how to download files from zippyshare.com using bash (server with CentOS)?Their download button made with flash, so i can't retrieve download link.

Dan D.
55.9k10 gold badges81 silver badges101 bronze badges
user1218197user1218197

closed as off-topic by animusonMar 25 '15 at 3:27

This question appears to be off-topic. The users who voted to close gave this specific reason:

The Download Link (The actual link to the file) Link Referrer (The webpage with the download button) Zippyshare Session ID (Found in Cookies) Here's a screenshot explaining where you can get each item: Now open up your terminal, and use the following command (replacing necessary items). Detect and remove Zippyshare.plg malware from your computer. Or Comodo Cleaning Essentials (CCE) – both of which are absolutely free to download!

  • 'Questions about general computing hardware and software are off-topic for Stack Overflow unless they directly involve tools used primarily for programming. You may be able to get help on Super User.' – animuson
If this question can be reworded to fit the rules in the help center, please edit the question.

3 Answers

It's definitely possible, but it's a little hacky. I've been doing it myself for quite some time using wget. The trick is to make the server think that the request is being made from a browser and to make that happen, you need a couple of things:

  • The Download Link (The actual link to the file)
  • Link Referrer (The webpage with the download button)
  • Zippyshare Session ID (Found in Cookies)

Here's a screenshot explaining where you can get each item:

Now open up your terminal, and use the following command (replacing necessary items):

Zippyshare download link

Example:

Original answer: How to use wget to download from hosting sites?

Note: In the command, it is in fact 'referer' not 'referrer'

Community
SheharyarSheharyar
48.2k13 gold badges114 silver badges166 bronze badges

Use Web developer tools from browser (IE/Chrome come with build-in, for Firefox use Firebug). Under network traffic tab look what HTTP request performed to download file.

Next step is to use wget or curl utility.

Reversing step is your task, make something by own...

How To Download From Zippyshare To Iphone

gavenkoagavenkoa
24.1k11 gold badges151 silver badges191 bronze badges

Why don't you give a try to PlowShare it can be found here

Example to download

hope this helps. For more help https://code.google.com/p/plowshare/wiki/Readme4

Abdul Rehman JanjuaAbdul Rehman Janjua

Not the answer you're looking for? Browse other questions tagged javascriptbashcurldownloadwget or ask your own question.

Can anyone help me how to download files from zippyshare.com using bash (server with CentOS)?Their download button made with flash, so i can't retrieve download link.

Dan D.
55.9k10 gold badges81 silver badges101 bronze badges
user1218197user1218197

closed as off-topic by animusonMar 25 '15 at 3:27

This question appears to be off-topic. The users who voted to close gave this specific reason:

  • 'Questions about general computing hardware and software are off-topic for Stack Overflow unless they directly involve tools used primarily for programming. You may be able to get help on Super User.' – animuson
If this question can be reworded to fit the rules in the help center, please edit the question.

3 Answers

It's definitely possible, but it's a little hacky. I've been doing it myself for quite some time using wget. The trick is to make the server think that the request is being made from a browser and to make that happen, you need a couple of things:

  • The Download Link (The actual link to the file)
  • Link Referrer (The webpage with the download button)
  • Zippyshare Session ID (Found in Cookies)

Here's a screenshot explaining where you can get each item:

Now open up your terminal, and use the following command (replacing necessary items):

Example:

How To Download File From Zippyshare

Original answer: How to use wget to download from hosting sites?

How To Download From Zippyshare

Note: In the command, it is in fact 'referer' not 'referrer'

Community
SheharyarSheharyar
48.2k13 gold badges114 silver badges166 bronze badges

Use Web developer tools from browser (IE/Chrome come with build-in, for Firefox use Firebug). Under network traffic tab look what HTTP request performed to download file.

Next step is to use wget or curl utility.

Reversing step is your task, make something by own...

How To Download A File From Zippyshare

gavenkoagavenkoa
24.1k11 gold badges151 silver badges191 bronze badges

How To Use Zippyshare

Why don't you give a try to PlowShare it can be found here

Example to download

How to download manager from zippyshare

How To Download From Zippyshare Windows 10

hope this helps. For more help https://code.google.com/p/plowshare/wiki/Readme4

Abdul Rehman JanjuaAbdul Rehman Janjua

Not the answer you're looking for? Browse other questions tagged javascriptbashcurldownloadwget or ask your own question.