Skip to content

Create m3u playlist for VLC from a youtube playlist page

Notifications You must be signed in to change notification settings

Bashousen/ytplaylist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

YOUTUBE TO M3U PLAYLIST CONVERTER

Converts a Youtube playlist URL to a M3U playlist (for VLC for example).

Requirements

  • Python3
  • requests
  • beautifulsoup4

Installation

Install like so:

pip3 install -r requirements.txt

USAGE

python ytplaylist.py '<url to youtube playlist>'

This will create a m3u file named after the youtube playlist. Open with something like VLC.

About

Create m3u playlist for VLC from a youtube playlist page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%