Skip to content

chneau/alldebrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alldebrid

Simple AllDebrid API client

Example of use

package main

import (
    "log"

    "github.com/chneau/alldebrid"
)

func main() {
    client := alldebrid.New()
    _ = client
    logs, err := client.Connect("username", "password")
    if err != nil {
        panic(err)
    }
    log.Println(logs)
    link, err := client.GetDownloadLink("https://mega-downloader.example/superweirdlink.mp4")
    if err != nil {
        panic(err)
    }
    log.Println(link)
}

About

Simple AllDebrid API client

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published