https://github.com/dwarfmaster/youtube-perl-scripts
A set a scripts to use youtube as a music source.
https://github.com/dwarfmaster/youtube-perl-scripts
Last synced: about 1 year ago
JSON representation
A set a scripts to use youtube as a music source.
- Host: GitHub
- URL: https://github.com/dwarfmaster/youtube-perl-scripts
- Owner: dwarfmaster
- License: wtfpl
- Created: 2014-02-25T21:58:34.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-14T14:34:11.000Z (about 12 years ago)
- Last Synced: 2025-02-07T02:48:12.726Z (over 1 year ago)
- Language: Perl
- Size: 141 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Youtube perl scripts
=======================
These scripts are aimed to the people who use Youtube as there main source of music.
The script randomPlaylist use the youtube url of a video and a regex to create a playlist of youtube video whose title complie the regex.
Its usage is :
./randomPlaylist.pl /path/to/playlist.m3u https://first_url nb_of_videos regex
The script listPlaylist use the youtube url of a video in a youtube playlist to create a m3u playlist of all the video in the youtube playlist.
Its usage is :
./listPlaylist.pl /path/to/playlist.m3u https://first_url
The script dlplaylist download the videos of youtube playlist onto a directory.
Its usage is :
./dlplaylist.pl https://first_url /path/to/dir/
The script stream will take a url from a youtube video or playlist and play it with mplayer.
Its usage is :
./stream.pl https://url