youtube-likes-downloader v10.0.1
youtube-likes-downloader
Download all liked videos from youtube
Prerequisites
- Have
yt-dlpinstalled. - 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 buildAdding profiles
This application may work with multiple profiles (download videos liked from multiple youtube accounts).
- Come up with any profile name you want
- Execute
npm run create <profile>
You can create as many profiles as you want.
Authentication
npm run loginto login into all existing profilesnpm run login <profile>to login into selected profile
Downloading
npm startto download all liked videos for all profilesnpm 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).
- Automatic download by schedule
- Schedule task that will run
npm startperiodically
- Schedule task that will run
- Manual download
- Run
npm startmanually. If needed, it will interact with you to retrieve credentials if you still didn't runnpm run loginin advance
- Run
Validating
npm run checkto just validate all filenamesnpm run check <profile>will validate all filenames for selected profile
Updating
npm run updateto update likes playlist with videos from likes filenpm 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
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
2 years ago
2 years ago
3 years ago
2 years ago
3 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago