Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anmiles committed Mar 20, 2024
1 parent f45b045 commit 0f6789e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [6.0.3](../../tags/v6.0.3) - 2024-03-20
### Changed
- Fix README.md

## [6.0.2](../../tags/v6.0.2) - 2024-03-20
### Changed
- Fix index scripts
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ This application may work with multiple profiles (download videos liked from mul
1. Execute `npm run create <profile>`
You can create as many profiles as you want.

## Authentication

`npm run login` to login into all existing profiles
`npm run login <profile>` to login into selected profile

## Downloading

1. Download all coubs metadata
Expand All @@ -37,7 +32,7 @@ You can create as many profiles as you want.
- note to remove `export ` word at the very top of the script
- When asked, choose profile (see [Adding profiles](#adding-profiles) above).
- Look at the downloading progress
- JSON file will be asked to download, save it as to `input` directory
- JSON file will be asked to download, save it into the `input` directory
2. Download all coubs media files
- `npm start`

Expand Down

0 comments on commit 0f6789e

Please sign in to comment.