Coder Social home page Coder Social logo

nnn-revo2012 / livedl-n Goto Github PK

View Code? Open in Web Editor NEW
4.0 3.0 0.0 307 KB

Niconico live download tool supporting HTTP Live Streaming (HLS).

License: MIT License

Dockerfile 0.15% PowerShell 0.56% Perl 0.54% Go 98.75%
download golang nicolive niconico twitcasting youtube

livedl-n's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

livedl-n's Issues

Go modules未対応のlivedlソースをgolang1.60以上でbuildする方法

これは古いlivedlのソースをbuildする場合のみ必要です。現在のnnn-revo2012版およびhimananiito版のlivedlでは必要ありません

This is only needed if you are building the old livedl source. Not required for current nnn-revo 2012 and himaniito versions of livedl

Notice golang 1.16

If you use golang 1.16 or higher, set the environment variable GO111MODULE = off before go get and go build.
Otherwise you will get an error at compile.

Linux and Mac
go get:

export GO111MODULE=off
go get github.com/gorilla/websocket
go get golang.org/x/crypto/sha3
go get github.com/mattn/go-sqlite3
go get github.com/gin-gonic/gin

go build:

GO111MODULE=off go build src/livedl.go

Or

export GO111MODULE=off
go build src/livedl.go

Windows(DOS command)

set GO111MODULE=off
go get github.com/gorilla/websocket
go get golang.org/x/crypto/sha3
go get github.com/mattn/go-sqlite3
go get github.com/gin-gonic/gin
set GO111MODULE=off
go build src/livedl.go

Windows(PowerShell)

set-item env:GO111MODULE -value off
go get github.com/gorilla/websocket
go get golang.org/x/crypto/sha3
go get github.com/mattn/go-sqlite3
go get github.com/gin-gonic/gin
set-item env:GO111MODULE -value off
go build src/livedl.go

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.