All Projects → Cartmanishere → Zippyshare Scraper

Cartmanishere / Zippyshare Scraper

Licence: mit
A module to get direct downloadable links from zippyshare download page.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Zippyshare Scraper

Enkits
A permissively licensed C and C++ Task Scheduler for creating parallel programs. Requires C++11 support.
Stars: ✭ 962 (+1149.35%)
Mutual labels:  multithreading
Heteroflow
Concurrent CPU-GPU Programming using Task Models
Stars: ✭ 57 (-25.97%)
Mutual labels:  multithreading
Pastebin Scraper
Live-scraping pastebin to fight boredom.
Stars: ✭ 66 (-14.29%)
Mutual labels:  multithreading
Threadpool
Modern C++ Thread Pool
Stars: ✭ 38 (-50.65%)
Mutual labels:  multithreading
Autoupdate
🆙 基于MFC实现的自动更新模块
Stars: ✭ 51 (-33.77%)
Mutual labels:  multithreading
Openmp Examples
openmp examples
Stars: ✭ 64 (-16.88%)
Mutual labels:  multithreading
Thread Loader
Runs the following loaders in a worker pool
Stars: ✭ 945 (+1127.27%)
Mutual labels:  multithreading
Janus Server
JanusVR Presence Server
Stars: ✭ 73 (-5.19%)
Mutual labels:  multithreading
Nexusjs
Nexus.js - The next-gen JavaScript platform
Stars: ✭ 1,073 (+1293.51%)
Mutual labels:  multithreading
Tdp
The Darkest Pipeline - Multithreaded pipelines for modern C++
Stars: ✭ 67 (-12.99%)
Mutual labels:  multithreading
Pixivcrawleriii
A python3 crawler for crawling Pixiv ranking top and any illustrator all artworks
Stars: ✭ 38 (-50.65%)
Mutual labels:  multithreading
Op rbf
Optimized Recursive Bilateral Filter
Stars: ✭ 47 (-38.96%)
Mutual labels:  multithreading
Pelagia
Automatic parallelization (lock-free multithreading thread) tool developed by Surparallel Open Source.Pelagia is embedded key value database that implements a small, fast, high-reliability on ANSI C.
Stars: ✭ 1,132 (+1370.13%)
Mutual labels:  multithreading
Asynchronize
A declarative syntax for creating asynchronous methods.
Stars: ✭ 35 (-54.55%)
Mutual labels:  multithreading
Esdatatool
一个多线程备份恢复es索引的微服务
Stars: ✭ 68 (-11.69%)
Mutual labels:  multithreading
Zeus
A high performance, cross-platform Internet Communication Engine. Developed with native socket API. Aim at handling millions of concurrent connections.
Stars: ✭ 30 (-61.04%)
Mutual labels:  multithreading
Tsne Cuda
GPU Accelerated t-SNE for CUDA with Python bindings
Stars: ✭ 1,120 (+1354.55%)
Mutual labels:  multithreading
Operating Systems
'Operating System Concepts' - Solutions to exercises and projects
Stars: ✭ 76 (-1.3%)
Mutual labels:  multithreading
Evenk
A C++ library for concurrent programming
Stars: ✭ 68 (-11.69%)
Mutual labels:  multithreading
Archive Password Cracker
设计精良的压缩包密码破解工具,具有自定义字典、导出字典、选择字典等功能。基于Python实现,支持多线程与多进程,不断完善中……
Stars: ✭ 65 (-15.58%)
Mutual labels:  multithreading

Test Status

Check the CHANGELOG for updates.

Zippyshare Scraper:

This is a script to get direct download links to files from zippyshare. If you've used zippyshare to download anything then you know that you have to go to their page and click on the download now button to get the download started.

This script extracts the real download link from the page. You can directly feed that link to a downloader to get your download started.

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

Reset Zippyshare Uploads:

If you're a zippyshare uploader, you know that zippyshare uploads are taken down if they're not downloaded in last 30 days.

You can use this script to reset the last download date without actually downloading the complete upload.

This script initiates the download of the file to test whether the link is working. Because of this, the last downloaded date for the file is also updated.

In this way, you can very easily extend the lifetime of your upload without wasting valuable time and bandwidth.

NOTICE :

Zippyshare sometimes updates their source code on the webpage which breaks the link extraction. This script already takes care of 3 variations of the zippyshare webpage. In case the script stops working due to one of their updates, please raise an issue and I will fix it asap.

Dependencies :

  1. You need Python 3 environment to execute the script. You can easily install it from here.
  2. You need the following packages installed.
	pip install requests
	pip install bs4
	pip install lxml

Usage :

  • You can run the script directly like - python zippyshare.py

You have 4 options to load links.

  • Using file: You can put the zippyshare links in a file. Each link on a new line.
python zippyshare.py --in-file <path_to_file_containing_links>
  • Using dlc: Provide the path of the dlc file.
python zippyshare.py --dlc <path_to_dlc_file>
  • Using filecrypt: Provide the url of the filecrypt container. Note: It should not be password or captcha protected.
python zippyshare.py --filecrypt <filecrypt_url>
  • Using list: Enter link in the terminal one by one

  • After the links are processed, the result is displayed on terminal as well as the direct downloadable links are written to a links.txt file in the current working directory. You can change the default output file as follows:

python zippyshare.py --out-file <output_file_path>

Examples :

Example of unprocessed link (this type of link will be input): http://www120.zippyshare.com/v/7DpZTYfi/file.html

Example of Direct Downloadable link: http://www120.zippyshare.com/d/7DpZTYfi/4656/Ghost.In.The.Shell.S2.x265.7z.003

(Optional) :

  • You can then download from links.txt as follows:

aria2c -i links.txt --file-allocation=none -c --auto-file-renaming=false

wget -nc -i links.txt

  • Or you can download using any other downloader you prefer.

Known Issues :

  • You have to run the script from the same network using which you are downloading files otherwise links may not work.

  • The direct download links stop working after a few hours ( About 3-4 hrs, maybe). Don't know the exact time period. At that point, you can rerun the script to get new download links to the same files which will work without problem.

  • The script runs into an error when the "File not exist" zippyshare page loads.

License :

This project is licensed under the terms of the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].