https://github.com/dreamrover/bigrats-go
硕鼠Linux版 (Bigrats for Linux)
https://github.com/dreamrover/bigrats-go
bigrats debian golang linux ubuntu
Last synced: 8 months ago
JSON representation
硕鼠Linux版 (Bigrats for Linux)
- Host: GitHub
- URL: https://github.com/dreamrover/bigrats-go
- Owner: dreamrover
- License: gpl-2.0
- Created: 2016-11-05T04:24:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T09:09:36.000Z (about 6 years ago)
- Last Synced: 2025-01-31T04:51:20.848Z (over 1 year ago)
- Topics: bigrats, debian, golang, linux, ubuntu
- Language: Go
- Size: 730 KB
- Stars: 13
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bigrats for Linux
* [**中文版**](https://github.com/dreamrover/bigrats-go/blob/master/README_CN.md)
The official site of Bigrats is [flvcd.com](http://www.flvcd.com), which only provides Windows version.
This project is the Linux version of Bigrats video downloader written in [**Golang**](https://golang.org/) with GUI by deploying [GoQt](https://github.com/visualfc/goqt), and uses [avidemux](http://fixounet.free.fr/avidemux) to merge video segments. It will support MacOS very soon. This project has nothing to do with flvcd.com.
## Installation
### 1.Install flvcd-helper extension for Firefox
Install the extension from [https://addons.mozilla.org/zh-CN/firefox/addon/flvcd-helper](https://addons.mozilla.org/zh-CN/firefox/addon/flvcd-helper)
### 2.Install [jq](https://stedolan.github.io/jq/) and Qt5 runtime
* sudo apt-get install jq libqt5printsupport5 libqt5widgets5
### 3.Install [avidemux](http://fixounet.free.fr/avidemux/) for merging video segments
This procedure is different for Debian and Ubuntu.
#### Debian:
Add following line into /etc/apt/sources.list
`deb http://ftp.kaist.ac.kr/debian-multimedia/ buster main`
(replace _buster_ with your Debian codename, you can get it by `lsb_release -cs`)
* sudo apt-get update -oAcquire::AllowInsecureRepositories=true
* sudo apt-get install deb-multimedia-keyring
* sudo apt-get update
* sudo apt-get install avidemux-cli
#### Ubuntu:
* sudo add-apt-repository ppa:ubuntuhandbook1/avidemux
* sudo apt-get update
* sudo apt-get install avidemux2.6-cli
**or**
* sudo apt-get install avidemux2.7-plugins-cli avidemux2.7-cli
(you can also install avidemux-qt to merge video segments manually)
### 4.Install bigrats-go-x.x.x-amd64.deb
Download bigrats-go installer from [releases](https://github.com/dreamrover/bigrats-go/releases).
* dpkg -i bigrats-go-x.x.x-amd64.deb
(replace "x.x.x" with release version)
Now you can use it as if you were using the Windows version!
## Build from source
If you are interest in building bigrats-go from source code, please refer to:
[How to build bigrats-go from source on Debian/Ubuntu](https://github.com/dreamrover/bigrats-go/wiki/Build-Bigrats-on-Debian-and-Ubuntu)
## Screenshots
### Ubuntu

### Debian
