A Firefox extension to create and manage YouTube playlists and channels locally.
YouTube Local Library lets you save YouTube videos and channels to your local storage, viewable in a separate tab. No YouTube account needed, preserving your privacy while managing your favorite content offline. Simple, secure, and private.
- Open YouTube
- Right click on the video/channel link
- Click on the Save to YouTube Local Library option in the context menu
- Select to save video/channel
- Click on the extension icon in browser to open library
- Observe your videos, playlists and channels
Clone:
git clone git@github.com:nikitahl/youtube-local-library-ff.git
Install packages with yarn:
yarn install
YouTube Local Library uses Gulp to build JavaScript and CSS files.
Build the project:
yarn build
Watch changes for the project:
yarn watch
Build production version of the project:
yarn build-prod
YouTube Local Library uses ESLint to analyze JavaScript code for problems.
Run JavaScript codestyle:
yarn lint
Please read and follow the Code of Conduct.
This project is open for contributions. Read the contributing guide to learn about development process. How to integrate your changes to CSS Base.
YouTube Local Library is GPLv3 licensed.