https://github.com/CodeDotJS/pufetch
:boom: :dizzy: Extract or export video links from a YouTube Playlist.
https://github.com/CodeDotJS/pufetch
youtube youtube-playlist
Last synced: 3 months ago
JSON representation
:boom: :dizzy: Extract or export video links from a YouTube Playlist.
- Host: GitHub
- URL: https://github.com/CodeDotJS/pufetch
- Owner: CodeDotJS
- License: mit
- Created: 2017-12-03T15:14:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-03T15:23:58.000Z (over 7 years ago)
- Last Synced: 2025-04-19T14:21:16.726Z (3 months ago)
- Topics: youtube, youtube-playlist
- Language: JavaScript
- Size: 528 KB
- Stars: 33
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
![]()
![]()
![]()
![]()
The best youtube playlist url scrapper and exporter!
## Install
```
$ npm install --global pufetch
```## Preview
⚡⚡ __`What you can do with it?`__
✔ `List all the url of the items present in the playlist which is publically available`
✔ `Scrap the link along with the suitable titles`
✔ `Export the content of the playlist into a json file`
✔ `Works even with the shortened playlist url`
## Usage
```
Usage: puf [url]
puf [url]Commands:
-f, --fetch Fetch all video links from the playlist
-e, --export Export urls into jsonExtra:
-f url --name Show links along with the title
-e url --name Set desired name of the exported playlistHelp:
$ puf -f https://goo.gl/QcSugM --name
$ puf -e https://goo.gl/QcSugM --name course```
__`NOTE :`__ `Doesn't work with private playlists`
## Related
- __[`kote`](https://github.com/CodeDotJS/kote)__ `:` `Daily injection of wisdom, fun ,and love through command line`
## License
MIT © [Rishi Giri](http://rishigiri.ml)