All Projects â†’ CodeDotJS â†’ pufetch

CodeDotJS / pufetch

Licence: MIT license
💥 💫 Extract or export video links from a YouTube Playlist.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to pufetch

ytdx
Download audio from YouTube videos
Stars: ✭ 55 (+83.33%)
Mutual labels:  youtube-playlist
pymusicdl
Download songs based on song name/ YouTube playlist/ Spotify playlist /album
Stars: ✭ 41 (+36.67%)
Mutual labels:  youtube-playlist
scrapetube
Get all videos from a youtube channel, get all videos from a playlist, get all videos that match a search
Stars: ✭ 120 (+300%)
Mutual labels:  youtube-playlist
SLAM AND PATH PLANNING ALGORITHMS
This repository contains the solutions to all the exercises for the MOOC about SLAM and PATH-PLANNING algorithms given by professor Claus Brenner at Leibniz University. This repository also contains my personal notes, most of them in PDF format, and many vector graphics created by myself to illustrate the theoretical concepts. Hope you enjoy it! :)
Stars: ✭ 107 (+256.67%)
Mutual labels:  youtube-playlist
advanced-responsive-video-embedder
Probably the the best WP plugin for embedding videos.
Stars: ✭ 32 (+6.67%)
Mutual labels:  youtube-playlist
y2mp3
An Electron app to download youtube playlist
Stars: ✭ 118 (+293.33%)
Mutual labels:  youtube-playlist
yt-videos-list
Create and **automatically** update a list of all videos on a YouTube channel (in txt/csv/md form) via YouTube bot with end-to-end web scraping - no API tokens required. Multi-threaded support for YouTube videos list updates.
Stars: ✭ 64 (+113.33%)
Mutual labels:  youtube-playlist
node-youtube-music
Unofficial YouTube Music API for Node.js
Stars: ✭ 34 (+13.33%)
Mutual labels:  youtube-playlist
start-machine-learning
A complete guide to start and improve in machine learning (ML), artificial intelligence (AI) in 2022 without ANY background in the field and stay up-to-date with the latest news and state-of-the-art techniques!
Stars: ✭ 3,066 (+10120%)
Mutual labels:  youtube-playlist
youtube-json-server
Your personal Youtube API server to get Youtube API responses without needing credentials.
Stars: ✭ 32 (+6.67%)
Mutual labels:  youtube-playlist
easyYoutubeDL
A manager for automating download lists based on youtube-dl
Stars: ✭ 21 (-30%)
Mutual labels:  youtube-playlist




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 <commands> [url]
       puf <commands> [url] <command>

 Commands:
   -f, --fetch             Fetch all video links from the playlist
   -e, --export            Export urls into json

 Extra:
   -f url --name           Show links along with the title
   -e url --name <name>    Set desired name of the exported playlist

 Help:
   $ puf -f https://goo.gl/QcSugM --name
   $ puf -e https://goo.gl/QcSugM --name course

NOTE : Doesn't work with private playlists

Related

  • kote : Daily injection of wisdom, fun ,and love through command line

License

MIT © Rishi Giri

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].