All Projects → sethleedy → GRC-SECURITY-NOW-PODCAST-DOWNLOAD-SCRIPT

sethleedy / GRC-SECURITY-NOW-PODCAST-DOWNLOAD-SCRIPT

Licence: other
Purpose of this BASH script is to allow easy downloading of Security Now (GRC.Com/SecurityNow) podcasts and files related to it.

Programming Languages

shell
77523 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to GRC-SECURITY-NOW-PODCAST-DOWNLOAD-SCRIPT

api-test
🌿 A simple bash script to test JSON API from terminal in a structured and organized way.
Stars: ✭ 53 (+130.43%)
Mutual labels:  bash-script
jcasts
Simple podcast MVP
Stars: ✭ 27 (+17.39%)
Mutual labels:  podcasts
HostEnumerator
A tool that automates the process of enumeration
Stars: ✭ 29 (+26.09%)
Mutual labels:  bash-script
imgurbash2
A shell script that uploads/deletes images to/from IMGUR.
Stars: ✭ 41 (+78.26%)
Mutual labels:  bash-script
awesome-podcast-episodes
List of some of the most informational podcast episodes for developers
Stars: ✭ 35 (+52.17%)
Mutual labels:  podcasts
cylon-deb
TUI menu driven bash shell script to update and maintain a Debian based Linux distro.
Stars: ✭ 23 (+0%)
Mutual labels:  bash-script
ubuntu-1804
🔵 Curso GRÁTIS Linux Ubuntu Server 18.04.x LTS - REPOSITÓRIO CONGELADO - Esse repositório não irá mais receber atualizações. Novo repositório: vaamonde/ubuntu-2004
Stars: ✭ 99 (+330.43%)
Mutual labels:  bash-script
dockertex
🐋📓📽 Latex & Texstudio Dockerfiles with multiple texlive versions and proper command line tools 🔮 Mirror only!
Stars: ✭ 26 (+13.04%)
Mutual labels:  bash-script
raspberryTools
Some useful tools for Raspberry Pi
Stars: ✭ 24 (+4.35%)
Mutual labels:  bash-script
nginx-installer
Bash script designed to ease the process of compiling nginx with multiple patches and modules manually.
Stars: ✭ 28 (+21.74%)
Mutual labels:  bash-script
Automation-using-Shell-Scripts
Development Automation using Shell Scripting.
Stars: ✭ 41 (+78.26%)
Mutual labels:  bash-script
docker-lidarr-lad
Official docker for LAD bash enhancement script
Stars: ✭ 22 (-4.35%)
Mutual labels:  bash-script
freshubuntu
Handy things for setting up a new Ubuntu 16.04 - 20.04 server
Stars: ✭ 15 (-34.78%)
Mutual labels:  bash-script
tor-private-bridge
Bash script for setting up a private Tor bridge
Stars: ✭ 21 (-8.7%)
Mutual labels:  bash-script
audiobookshelf
Self-hosted audiobook and podcast server
Stars: ✭ 1,316 (+5621.74%)
Mutual labels:  podcasts
Deb Dots
Debian GNU/Linux dot files.
Stars: ✭ 49 (+113.04%)
Mutual labels:  bash-script
yukicpl
一个简单的基于bash的服务器管理面板
Stars: ✭ 20 (-13.04%)
Mutual labels:  bash-script
jbh
(JBH) Jekyll Blog Helper - A shell script to help manage a jekyll weblog site
Stars: ✭ 26 (+13.04%)
Mutual labels:  bash-script
Pinaak
A vulnerability fuzzing tool written in bash, it contains the most commonly used tools to perform vulnerability scan
Stars: ✭ 69 (+200%)
Mutual labels:  bash-script
Dotfiles
Passionately crafted configs for CLI lovers 🐧❤️
Stars: ✭ 70 (+204.35%)
Mutual labels:  bash-script
Seth Leedy's GRC Security Now Downloader
 
Options are as follows:
-ep		Specifies the episodes to download. You can specifiy 1 episode via just the number. Eg: -ep 25
		It also supports a range separated by a colon. Eg: -ep 1:25
		OR -ep 250:latest to grab all episodes from number 250 to whatever the latest is.
-latest		Download the latest episode. It will try to check for the latest whenever the script is run.
		If this is flagged, it will put the latest episode as the file to download.
-all		This will download all episodes from 1 to -latest
		Note: If no options are used to indicate what episode to download, the script will search the local directoy for the latest episode and download the next one automatically.
 
Combine the above option(s) with one or more in the next section:
-ahq		Download High Quality Audio format.
-alq		Download Low Quality Audio format
-vhd		Download High Definition(HD) Quality Video format
-vhq		Download High Quality Video format
-vlq		Download Low Quality Video format
-eptxt		Download the text transcript of the episode
-eppdf		Download the pdf transcript of the episode
-ephtml		Download the html transcript of the episode
-epnotes	Download the show notes of the episode(Not all available)
------------------------------------------------------------------------------------
Search Mode:
-dandstxt	Download and Search, will download all text episodes and search insensitively for the text you enter here.
	OR
-stxt		Search insensitively the local directory .txt episodes for text you enter here.
------------------------------------------------------------------------------------
Create RSS Feed file for RSS News Readers:
-create-rss-audio	Will create a RSS feed file for RSS News Readers containing the Show's audio files.
-create-rss-video	Will create a RSS feed file for RSS News Readers containing the Show's video files.
-create-rss-text	Will create a RSS feed file for RSS News Readers containing the Show's Notes and Transcriptions.
-create-rss-feeds	Will create a RSS feed file for RSS News Readers containing all media files.
-rss-filename		Sets the path and filename of the rss feed file. If excluded, defaults to 'security_now.rss' in the current directory.
-rss-limit		Limits how much text is placed in the RSS feed file from each episode. Default none. Try 100.
------------------------------------------------------------------------------------
Misc Options:
-p		Pretend mode. It will only spit out the headers and numbers. It will not download any files
			(except the webpage needed to find the latest episodes)
-q		Quite mode. Minimal on search and nothing but errors on episode downloads will be outputted to the screen.
-pd		Specify how many parallel downloads when downloading more than one. Eg: -pd 2
-u		Auto update the script from GitHub. Run this command alone, as it will not remember the other arguments, nor restart.
-skip-digital-cert-check
		Sometimes, if running through a proxy, wget will refuse to download from GRC. Try this to skip the digital certificate safety check.
-h		This help output.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].