duartqx / send2playlist

Python script that grabs page title from streaming video sites and writes the url and title to a playlist file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Send2playlist

s2p A Python script that takes the URL of a video streaming service as a parameter and uses requests.get and re.search to grab the URL's page title. It then writes title and URL to a playlist file. The titles on the playlist file serve the purpose of knowing at first glance what videos are on the playlist. This script is used in conjunction with pdlnmpv. pdlnmpv is a dmenu and bash script with options to execute send2playlist, check the contents of the playlist, and start playing it with mpv, plus others.

About

Python script that grabs page title from streaming video sites and writes the url and title to a playlist file

License:GNU General Public License v3.0


Languages

Language:Python 83.2%Language:Shell 16.8%