https://github.com/tesar-tech/bookmarks2mp3
PowerShell script for downloading YouTube videos as mp3. From browser's bookmarks in few clicks.
https://github.com/tesar-tech/bookmarks2mp3
Last synced: about 2 months ago
JSON representation
PowerShell script for downloading YouTube videos as mp3. From browser's bookmarks in few clicks.
- Host: GitHub
- URL: https://github.com/tesar-tech/bookmarks2mp3
- Owner: tesar-tech
- Created: 2018-05-11T16:36:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-11T16:41:04.000Z (about 8 years ago)
- Last Synced: 2025-03-13T13:11:44.431Z (over 1 year ago)
- Language: PowerShell
- Size: 527 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bookmarks to mp3
Download YouTube videos as mp3. From browser's bookmarks in few clicks.
(Created for [Vivaldi](https://vivaldi.com/) on Windows, probably works for Chrome and Opera)
## How to use it

1. Add YouTube videos to folder in bookmarks.
2. Run PowerShell script.
## Requirements
- youtube-dl installed
- via chocolatey: `choco install youtube-dl`
- or https://rg3.github.io/youtube-dl/
- ffmpeg installed. (This step is neccessary for extracting audio and thus to avoid "`ffprobe or avprobe not found. Please install one.`" error from youtube-dl output.)
- via chocolatey: `choco install youtube-dl`
- or https://ffmpeg.zeranoe.com/builds/
## Settings
1. Download `bookmarks2mp3.ps1`.
2. Edit path to bookmark file (it depends on browser).
3. Edit `bookmarkFolder` property to match folder in browser.
## Limitations
Script works only for Chrome (and other "clones" like Vivaldi and Opera). The reason is different structure for storing bookmarks information.
## Contributing
If you have any idea how to make script better, feel free to submit issue or pull-request.