Skip to content

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

License

Notifications You must be signed in to change notification settings

duartqx/send2playlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks