Giter VIP home page Giter VIP logo

nymbo / arrowdl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from setvisible/arrowdl

0.0 0.0 0.0 130.93 MB

ArrowDL (Arrow Downloader) is a download manager for Windows, MacOS and Linux

Home Page: https://www.arrow-dl.com/

License: GNU Lesser General Public License v3.0

Shell 0.03% JavaScript 0.31% C++ 61.43% Python 0.92% C 8.34% CSS 0.07% Makefile 0.22% HTML 26.71% NSIS 0.17% CMake 0.95% Batchfile 0.03% Ragel 0.83%

arrowdl's Introduction

ArrowDL

ArrowDL (Arrow Downloader)

Release version License GitHub All Releases

Chrome Web Store Users Mozilla Add-on Chocolatey

X (formerly Twitter) Follow

Overview

ArrowDL is a standalone download manager for Windows, MacOS and Linux.

It aims to work with latest versions of Mozilla Firefox (powered by WebExtensions), and other web browsers (Chrome, Edge, Safari...).

Development

ArrowDL is written in C++ and based on the Qt framework.

master develop
Built with GitHub Actions Built with GitHub Actions

Screenshots

Overview

ArrowDL

Video Streams

Video Download

Webpage Content

WebPage

Batch of Files

Batch

More screenshots on the Gallery page.

Installation

Go to Download page to install the application for your operating system.

Rem: Native-Client is an alternative to ArrowDL. Click here for more information.

On Windows, you can also use the Chocolatey package to handle the installation/updates:

choco install arrowdl

Usage

Go to Tutorial page.

Under the hood

ArrowDL is a standalone application, embedding its own web engine. That is, it aims to be free and independent, and not rely on any third-party Web Browser technology.

The internal web engine is currently:

  • Google Gumbo Parser, for the MinGW and GNU versions.

    Gumbo is a small pure-C HTML5 parser (but doesn't parse Javascript)

  • Chromium, for the MSVC version.

    Chromium is a powerful web engine (parses HTML+Javascript)

When we give an URL address to ArrowDL, ArrowDL downloads the page, parses the HTML page and collects the links.

Due to rapid evolution of web technology, ArrowDL is designed to implement new parsers or add existing ones if required.

Code of Conduct

Click here for Code of Conduct.

Translations

Click here for translator guide.

Build with QtCreator on Windows

Assuming that the configured Kit in QtCreator is the auto-detected Desktop Qt 6.3.1 MinGW 64-bit (by default). (see Tools > Options > Kits)

Assuming that libtorrent is already compiled.

  1. File > Open File or Project.... Select ./CMakeLists.txt

  2. Go to page Debug. Click Configure

  3. Go to page Projects. Select Build > Parameters
    Set the values:

    • Boost_ROOT: "path/to/Boost"
    • LibtorrentRasterbar_ROOT: "path/to/libtorrent"

    Eventually, if OpenSSL path is not recognized, set explicitly:

    • OpenSSL_ROOT_DIR: "(path/to/Qt6)/Tools/OpenSSL/Win_x64"

    Moreover,

    • CMAKE_INSTALL_PREFIX: Chose another install path.
  4. Click Run CMake.

  5. Go to page Editor. Build. Run.

  6. To install: go to page Projects. Select Build > Parameters. In Step Build, check install amongst the targets, thus CMake will build and install.

Other builds

Click here for build instructions and tips.

License and Disclaimer

The code is released under the GNU Lesser General Public License (LGPL).

Use it at your own risk. None of the authors, contributors, or anyone else connected with this ArrowDL software and the ArrowDL add-ons, in any way whatsoever, can be responsible for your use of the application.

Please be aware that this site contains copyrighted material the use of which has not always been specifically authorized by the copyright owner.

arrowdl's People

Contributors

setvisible avatar bovirus avatar vistaus avatar snipexandrej avatar bsdkaffee avatar xav83 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.