Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/redlPublic

Download release file from GitHub, Gitlab, and Sourceforge using any download tool you prefer

License

NotificationsYou must be signed in to change notification settings

gek64/redl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Download release file with or without specified names from GitHub, Gitlab and Sourceforge
  • Automatically select the latest version or manually select by tag name
  • Get the release file download link and use it with other download tools, such as curl, wget, aria2, etc.
  • Have a built-in file downloader to download file if no other file downloader installed

Usage

Github

# download latest releaseredl -gh"obsproject/obs-studio" -p"OBS-Studio" -p".zip" -ep"PDBs.zip"# download release by tagredl -gh"obsproject/obs-studio" -t"30.2.2" -p"OBS-Studio" -p".zip" -ep"PDBs.zip"

Gitlab

# download latest releaseredl -gl"36189" -p".apk" -ep".asc"# download release by tagredl -gl"36189" -t"1.18.0" -p".apk" -ep".asc"

SourceForge

# download release by rss urlredl -sf"https://sourceforge.net/projects/mpv-player-windows/rss?path=/64bit" -p"x86_64" -p".7z"

Use with other download tools

# output download link to stdout without download fileredl -gl"36189" -p".asc" -nd# download use other download tool(aria2 curl wget etc)aria2c"$(redl -gl'36189' -p'.asc' -nd)"curl -LOJ"$(redl -gl'36189' -p'.asc' -nd)"wget --content-disposition"$(redl -gl'36189' -p'.asc' -nd)"# use with other download tools in Windows bat filefor/f"tokens=*" %%iin ('redl -gl 36189 -p .asc -nd')do (aria2c -x 4 %%i)

Install

# system is linux(debian,redhat linux,ubuntu,fedora...) and arch is amd64curl -Lo /usr/local/bin/redl https://github.com/gek64/redl/releases/latest/download/redl-linux-amd64chmod +x /usr/local/bin/redl# system is freebsd and arch is amd64curl -Lo /usr/local/bin/redl https://github.com/gek64/redl/releases/latest/download/redl-freebsd-amd64chmod +x /usr/local/bin/redl

Compile

How to compile if prebuilt binaries are not found

git clone https://github.com/gek64/redl.gitcd redlexport CGO_ENABLED=0go build -v -trimpath -ldflags"-s -w"

License

  • GPL-3.0 License
  • SeeLICENSE for details

About

Download release file from GitHub, Gitlab, and Sourceforge using any download tool you prefer

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp