Giter VIP home page Giter VIP logo

php-aria2's Introduction

About Me

  • ๐Ÿคฆโ€โ™‚๏ธ Indie Developer
  • ๐Ÿ“œ Blog meettea.com (Language: Chinese)

My Product

  • u301 URL Shortener

Open Source Community Governance Principles

  1. โšก๏ธ Prompt Handling (Pull Request / Issue / Deploy)
  2. โค๏ธ Extremely Friendly

If you didn't document it, it didn't happen

php-aria2's People

Contributors

shiny avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

php-aria2's Issues

Can't download

I am having a problem when downloding, here is make code:

  $aria2 = new Aria2('http://127.0.0.1:6800/jsonrpc');
  var_dump($aria2->addUri(
	[$url],
	['dir'=>'/Users/lucas/'],
	['out'=>'video.mp4']
  ));

Here is what I get:

array(3) {
  ["id"]=>
  string(1) "1"
  ["jsonrpc"]=>
  string(3) "2.0"
  ["error"]=>
  array(2) {
    ["code"]=>
    int(1)
    ["message"]=>
    string(34) "The parameter at 2 has wrong type."
  }
}

Specify input file

Feature request (if I'm not missing something):

Equivalent for aria2c -i uri.txt

rpc-secure

This is a very good class, and extremely easy to use. Thank you.

I am building a web interface and would like to encrypt traffic between the web ui and Aria2 via the RPC interface.

Does this class provide capability to connect to Aria2 via secure rpc (https)?

Thanks in advance.

Regards.

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.