Skip to content

Instantly share code, notes, and snippets.

View Axeltherabbit's full-sized avatar
💀
dead

Axel Axeltherabbit

💀
dead
View GitHub Profile
@Axeltherabbit
Axeltherabbit / YTPlaylistParser.py
Last active July 29, 2021 23:38 — forked from fffaraz/bs4.py
Python YouTube Playlist Link Collector
#regex original source http://code.activestate.com/recipes/578284-youtube-playlist-parserextractor/
#fork of https://gist.github.com/fffaraz/f3dcf48ae93b6c04adb9d74b1de711e5
#if you want to stream a yt-playlist with vlc use "python parser.py URLHERE -o playlist.m3u && cvlc --no-video playlist.m3u"
import re
import requests
import argparse