Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pierlauro/playlist2links
This bash script allows to extract video links from a youtube playlist
https://github.com/pierlauro/playlist2links
bash extract-video-links playlist playlists scraping shell youtube youtube-playlist
Last synced: 17 days ago
JSON representation
This bash script allows to extract video links from a youtube playlist
- Host: GitHub
- URL: https://github.com/pierlauro/playlist2links
- Owner: pierlauro
- License: gpl-2.0
- Created: 2015-01-09T23:52:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-03-07T17:36:23.000Z (over 3 years ago)
- Last Synced: 2023-02-27T16:37:21.038Z (over 1 year ago)
- Topics: bash, extract-video-links, playlist, playlists, scraping, shell, youtube, youtube-playlist
- Language: Shell
- Size: 18.6 KB
- Stars: 51
- Watchers: 5
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Playlist To Links
This bash script allows to extract video links from a YouTube playlist.
# Dependencies
The script requires [wget](https://www.gnu.org/software/wget/) or [curl](http://curl.haxx.se/) and the basic GNU utils.# Usage
Playlist: `https://www.youtube.com/playlist?list=123CODEOFPLAYLIST`./playlist2links 123CODEOFPLAYLIST
or
./playlist2links 123CODEOFPLAYLIST withnames
The list of YouTube playlist's links is now saved in `playlist_123CODEOFPLAYLIST.txt` (one per line).
If the `withnames` argument is used, each link will be followed the video's name.
(Due to recent Youtube changes, `Playlist2Links v4.0-beta` is supporting up to 100 videos. Support for longer playlists will be added in the future stable version).