Giter Site home page Giter Site logo

pocable / dlapi Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 1.0 207 KB

Downloading api for connecting Real Debrid to JDownloader

Python 97.72% Makefile 0.22% Shell 0.62% Dockerfile 0.53% Batchfile 0.92%
docker-container jdownloader real-debrid torrent-magnet

dlapi's People

Contributors

pocable avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

dorstmedia

dlapi's Issues

JDownloader auth failed on reconnect

When calling reconnect in JDownloadManager, it says auth failed. I believe this is an issue with myjdapi's auth method so to fix it modify to just close and reopen session rather than try the reconnect function.

Conversion of state file into local sqlite database

Would allow for concurrent connections, opening the doors for multiple gunicorn workers to function.

Table Idea:

CREATE TABLE "content" (
	"id"	TEXT NOT NULL UNIQUE,
	"title"	TEXT,
	"path"	TEXT NOT NULL,
	PRIMARY KEY("id")
);

General Idea:

  • Change state manager to no longer be a dictionary but a database controller to communicate with a db file
  • Update rd_listener to call the new state manager to get a list of ID's being downloaded (.get_ids() -> [])
  • Update views to support the database with appropriate calls
  • Use sqlite3 python library

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.