Skip to content

This python script accepts full formed URL's from the security tube website, e.g., www.securitytube.net/video/4483, and maintains a "playlist" for videos by parsing out youtube links every saved URL and writing out a new HTML file with just embedded youtube videos.

Notifications You must be signed in to change notification settings

drwhomphd/SecurityTubeParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

sectubepl is a script that will take URL's cut and pasted from Security Tube, add them to a configuration file, and then run a spider over the provided URLs to pull out only the youtube links in embedded iframes. The iframes are written to a specified file. The video's title is included as well.

The configuration file is in the following format: ,

The boolean is there for future need and the comma delimited configuration file's format can be expanded if other features must be added in the future. The configuration file's hard coded as ~/.sectubepl.

Run ./sectubepl.py -h for command line information.

About

This python script accepts full formed URL's from the security tube website, e.g., www.securitytube.net/video/4483, and maintains a "playlist" for videos by parsing out youtube links every saved URL and writing out a new HTML file with just embedded youtube videos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages