10.0.1 • Published 2 months ago

youtube-likes-downloader v10.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

youtube-likes-downloader

Download all liked videos from youtube


Prerequisites

  • Have yt-dlp installed.
  • Be familiar with Google API console and know how to create project with credentials here

Installation

git clone https://github.com/anmiles/youtube-likes-downloader.git
cd youtube-likes-downloader
npm clean-install
npm run build

Adding profiles

This application may work with multiple profiles (download videos liked from multiple youtube accounts).

  1. Come up with any profile name you want
  2. 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

  • npm start to download all liked videos for all profiles
  • npm start <profile> will download all liked videos for selected profile

This will never re-download already download ones, just add newly liked ones. File names are being checked for validity (and renamed if needed).

  1. Automatic download by schedule
    • Schedule task that will run npm start periodically
  2. Manual download
    • Run npm start manually. If needed, it will interact with you to retrieve credentials if you still didn't run npm run login in advance

Validating

  • npm run check to just validate all filenames
  • npm run check <profile> will validate all filenames for selected profile

Updating

  • npm run update to update likes playlist with videos from likes file
  • npm run update <profile> will update likes playlist for selected profile

Likes will be exported in reversed order because likes playlist is ordered "newest first". Existing likes won't be affected. This might be useful for copying likes from one profile to another:

  • run npm start <profile1> to get likes imported from selected profile
  • copy likes file to another one using name of another profile
  • run npm run update <profile2> to export likes into another profile
10.0.1

2 months ago

10.0.0

2 months ago

9.0.6

3 months ago

9.0.5

3 months ago

9.0.4

3 months ago

9.0.3

3 months ago

9.0.2

4 months ago

9.0.1

4 months ago

9.0.0

4 months ago

8.0.0

5 months ago

7.1.1

6 months ago

7.1.0

7 months ago

5.3.1

9 months ago

5.1.3

11 months ago

5.3.0

9 months ago

5.2.1

11 months ago

5.1.2

11 months ago

5.2.0

11 months ago

5.1.1

11 months ago

6.0.0

9 months ago

7.0.0

8 months ago

5.1.0

12 months ago

5.0.0

12 months ago

4.1.6

1 year ago

3.0.0

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago