All Projects → EyreFree → EFDownloader

EyreFree / EFDownloader

Licence: GPL-3.0 license
DEPRECATED

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to EFDownloader

gb-dl
A python based utility to download courses from infosec4tc.teachable.com , academy.ehacking.net and stackskills.com for personal offline use.
Stars: ✭ 33 (+200%)
Mutual labels:  downloader, download
vsco-scraper
Easily allows for scraping a VSCO
Stars: ✭ 106 (+863.64%)
Mutual labels:  downloader, download
DownloadManagerPlus
Using faster and easier than Android Download Manager
Stars: ✭ 80 (+627.27%)
Mutual labels:  downloader, download
qobuz-dl
A complete Lossless and Hi-Res music downloader for Qobuz
Stars: ✭ 531 (+4727.27%)
Mutual labels:  downloader, download
fbdl
📥 Download publicly shared videos from Facebook with an ease!
Stars: ✭ 29 (+163.64%)
Mutual labels:  downloader, download
Telegram Upload
Upload and download files from Telegram up to 2GiB using your account
Stars: ✭ 223 (+1927.27%)
Mutual labels:  downloader, download
CoubDownloader
A simple downloader for coub.com
Stars: ✭ 64 (+481.82%)
Mutual labels:  downloader, download
Excel Parser Processor
Simply does the tedious, repetitive operations for all rows of excel files step by step and reports after the job is done. It can download files from URL(s) in a column of Excel files. If a new filename is provided at column B it will rename the file before saving. It will even create sub folders if column C is full with a valid folder name.
Stars: ✭ 177 (+1509.09%)
Mutual labels:  downloader, download
canvas-record
A one trick pony package to record and download a video from a canvas animation.
Stars: ✭ 64 (+481.82%)
Mutual labels:  downloader, download
react-use-downloader
Creates a download handler function and gives progress information
Stars: ✭ 65 (+490.91%)
Mutual labels:  downloader, download
Saldl
A lightweight well-featured CLI downloader optimized for speed and early preview.
Stars: ✭ 203 (+1745.45%)
Mutual labels:  downloader, download
Floatplane-Downloader
Project for automatically organizing and downloading Floatplane videos for plex.
Stars: ✭ 94 (+754.55%)
Mutual labels:  downloader, download
Downloader
Powerful and flexible Android file downloader
Stars: ✭ 193 (+1654.55%)
Mutual labels:  downloader, download
Annie
👾 Fast and simple video download library and CLI tool written in Go
Stars: ✭ 16,369 (+148709.09%)
Mutual labels:  downloader, download
Pyload
The free and open-source Download Manager written in pure Python
Stars: ✭ 2,393 (+21654.55%)
Mutual labels:  downloader, download
udemy-downloader
A Udemy downloader that can download lectures, with DRM support.
Stars: ✭ 507 (+4509.09%)
Mutual labels:  downloader, download
Macos Downloader
Command line tool for downloading macOS installers and beta updates
Stars: ✭ 162 (+1372.73%)
Mutual labels:  downloader, download
Youget
YouGet - YouTube Video/Playlist Downloader/Cutter - MP3 Converter
Stars: ✭ 169 (+1436.36%)
Mutual labels:  downloader, download
youtube-downloader-python
You can download the YouTube video for free and convert it to any extension you want.
Stars: ✭ 20 (+81.82%)
Mutual labels:  downloader, download
fansly
Simply scrape / download all the media from an fansly account
Stars: ✭ 351 (+3090.91%)
Mutual labels:  downloader, download

EFDownloader

一个普通的下载器,目前支持以下站点视频的批量下载:

环境

  • iOS 9.0+
  • Swift 4.0+
  • Xcode 9.4.1
  • CocoaPods 1.5.3

构建

git clone [email protected]:EyreFree/EFDownloader.git; 
cd EFDownloader; 
pod install;
open EFDownloader.xcworkspace; 

使用

  1. 获取你需要下载的用户的 ID,以快手为例,用户个人主页地址末尾的这段字符串就是了,如图所示:

  1. 修改 AppDelegate.swift 中的 idList 为你需要下载的用户 ID,比如工程中默认已经有三个用户 ID 了:
let idList = [
    "wenyou666",
    "3x3k7ay3dw638ue",
    "Lm_921206"
]
  1. 点击 Xcode 左上角小三角,Run 即可,下载过程可查看控制台日志输出,某个视频下载失败时会自动重试 3 次(可修改 retryCount 值实现自定义);

  1. 默认下载视频会放置于工程根目录下的 Download 文件夹内,祝愉快。

作者

EyreFree,[email protected]

协议

EFDownloader 基于 GPLv3 协议进行分发和使用,更多信息参见协议文件

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].