Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stargazer39 committed Apr 3, 2022
2 parents 387f337 + 7aae25d commit 78eac11
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,12 @@

## How to download a video

1. Clone this repo
2. Install [Go](https://go.dev/)
3. Install and add ffmpeg to the path. Refer [this guide](https://www.thewindowsclub.com/how-to-install-ffmpeg-on-windows-10)
4. Open a terminal inside the cloned folder
5. Run one of below commands (Refer to the usage):
1. Go to releases and download the latest
2. Run eduscope-downloader

## With Username & Password
## If the download fails, you can download again and it will resume where it left off

```bash
go run . -url "https://lecturecapture.sliit.lk/neplayer.php?id=Vjk1eXF3TG5nSV8zNTY4NQ==" -u <username> -p <password>
```

## Without Username or Password

```bash
go run . -url "https://lecturecapture.sliit.lk/neplayer.php?id=Vjk1eXF3TG5nSV8zNTY4NQ=="
```

Very ALPHA state as of now. Need ffmpeg in the PATH.
Refer [this guide](https://www.thewindowsclub.com/how-to-install-ffmpeg-on-windows-10) to setup ffmpeg in the PATH

# Usage
# CLI Usage

```
Usage of Eduscope Downloader:
Expand Down

0 comments on commit 78eac11

Please sign in to comment.