Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lffg-archive/dyt
dyt β Download a list of YouTube videos. [WIP]
https://github.com/lffg-archive/dyt
Last synced: 5 days ago
JSON representation
dyt β Download a list of YouTube videos. [WIP]
- Host: GitHub
- URL: https://github.com/lffg-archive/dyt
- Owner: lffg-archive
- License: mit
- Created: 2019-10-23T01:59:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T16:14:18.000Z (almost 3 years ago)
- Last Synced: 2024-04-24T23:02:42.075Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 271 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `dyt`
Download a list of YouTube videos! π¬
> This project is in its early stage. In the future, a graphical interface (GUI) will be created for better usability. For now, a Node.js script has been made.
## βΉοΈ How to use
[Node.js](https://nodejs.org/en/) is required; [Yarn](https://yarnpkg.com/lang/en/) is optional. You may use NPM if you don't want to use Yarn.
Download this repository.
```shell
git clone https://github.com/lffg/dyt.git
```Move to its directory and install the dependencies.
```
cd dyt && yarn install
```Add the video URLs that you want to download to the `list.txt` file, at the root of the project.
Start the download process:
```shell
yarn start
```## β οΈ Disclaimer
Downloading videos from YouTube is against the YouTube Policy. The only videos that your allowed to download is your own which you can already do using YouTube Studio.
## π Other Information
Created by [Luiz Felipe Gonçalves](https://luizfelipe.dev). The awesome [`node-ytdl-core`](https://github.com/fent/node-ytdl-core#readme) was used to download the YouTube videos.
Released under the terms of the [MIT license](https://github.com/lffg/dyt/blob/master/LICENSE).