Skip to content

Commit

Permalink
Release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m4heshd committed Mar 14, 2024
1 parent 1c1dea5 commit a7dfe52
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ We have two social groups dedicated to any discussion regarding UFC Ripper.
No installation is required on the desktop. The app is portable.

1. Download the latest release corresponding to your system,
- ### [Windows (x64)](https://github.com/m4heshd/ufc-ripper/releases/latest/download/ufc-ripper-win-x64.zip)
- ### [Linux (x64)](https://github.com/m4heshd/ufc-ripper/releases/latest/download/ufc-ripper-linux-x64.zip)
- ### [Windows (x64)](https://github.com/m4heshd/ufc-ripper/releases/latest/download/ufc-ripper-win-x64.zip)
- ### [Linux (x64)](https://github.com/m4heshd/ufc-ripper/releases/latest/download/ufc-ripper-linux-x64.zip)

2. Extract the content of the zip file to anywhere you like

Expand Down Expand Up @@ -136,15 +136,15 @@ Here's a docker-compose template for you lazies out there.
version: "3"

services:
ufc-ripper:
image: m4heshd/ufc-ripper:latest # Using the latest version of the official image
container_name: ufc-ripper
restart: unless-stopped
volumes:
- ./config:/ufcr/config # Any configuration files will be stored here
- ~/Downloads/ufc-ripper:/downloads # Downloaded videos will be stored here
ports:
- "8383:8383" # Web UI port
ufc-ripper:
image: m4heshd/ufc-ripper:latest # Using the latest version of the official image
container_name: ufc-ripper
restart: unless-stopped
volumes:
- ./config:/ufcr/config # Any configuration files will be stored here
- ~/Downloads/ufc-ripper:/downloads # Downloaded videos will be stored here
ports:
- "8383:8383" # Web UI port
```
That's it.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ufc-ripper",
"version": "2.1.0",
"version": "2.2.0",
"description": "Video downloader tool for UFC Fight Pass",
"author": "Mahesh Bandara Wijerathna (m4heshd) <m4heshd@gmail.com>",
"homepage": "https://github.com/m4heshd/ufc-ripper",
Expand Down

0 comments on commit a7dfe52

Please sign in to comment.