Added initial project files
This commit is contained in:
commit
eb119f6ddf
46
README.md
Normal file
46
README.md
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
#HTML
|
||||||
|
|
||||||
|
The Html templates were designed for the Diaspora social networking
|
||||||
|
platform. There is a templete for each show which contains the following in order:
|
||||||
|
|
||||||
|
* Show Title (with link to show page)
|
||||||
|
* Epsode Number
|
||||||
|
* Episode Title
|
||||||
|
* Episode Thumbnail Image (with link to episode page)
|
||||||
|
* Episode Description
|
||||||
|
* BtSync Secret
|
||||||
|
* Bittorrent Links
|
||||||
|
* RSS Feed Links
|
||||||
|
* Direct Download Links
|
||||||
|
* Contact Links
|
||||||
|
* Official Website Link and Donation Link.
|
||||||
|
* Affiliate Links
|
||||||
|
* Hash Tags
|
||||||
|
* Youtube Video Link
|
||||||
|
|
||||||
|
|
||||||
|
Examples of finished posts can be seen [Here](https://joindiaspora.com/tags/jupiterbroadcasting)
|
||||||
|
|
||||||
|
Most images are hosted via imgur with the exception of episode thumbnails.
|
||||||
|
|
||||||
|
|
||||||
|
#Shell Scripts
|
||||||
|
|
||||||
|
This repository also includes shell scripts which I use to more easily manage BtSync shares for each show. For the moment these are very primative while I come up with better methods of automation. These scripts call BASH (Bourne Again Shell) but will probably work just fine with SH. The structure of these scripts consists of the following in order:
|
||||||
|
|
||||||
|
* Variable containing video Link
|
||||||
|
* Variable containing MP3 Link
|
||||||
|
* Variable containing OGG Link
|
||||||
|
* Variable containing Destination directory
|
||||||
|
* Function to check if destination directory exists
|
||||||
|
* Remove MP4, MP3, OGG
|
||||||
|
* Wget Video var, MP3 var, OGG var
|
||||||
|
* Execute directory check function at runtime
|
||||||
|
|
||||||
|
---
|
||||||
|
#Disclaimer
|
||||||
|
|
||||||
|
|
||||||
|
This project was created and is maintained by a volunteer and is not officially affiliated with Jupiter Broadcasting in any way.
|
||||||
|
All original content is provided as gratis to further the success of Jupiter Broadcasting.
|
||||||
|
I am not responsible for any person who chooses to use these templates.
|
75
html/diaspora/bsdnowtemplate.html
Executable file
75
html/diaspora/bsdnowtemplate.html
Executable file
@ -0,0 +1,75 @@
|
|||||||
|
<a href="http://www.jupiterbroadcasting.com/show/bsdnow/"><img src="http://i.imgur.com/y6cmM81.png"></a>
|
||||||
|
<h1><b>[ Episode ] </b></h1>
|
||||||
|
<h1>""</h1><br>
|
||||||
|
|
||||||
|
<a href="link to show notes"><img src=""></a><br>
|
||||||
|
<i>Click image to view show notes</i>
|
||||||
|
|
||||||
|
<p><h2><b>Description:</b></h2></p>
|
||||||
|
|
||||||
|
<p><b>content</b></p>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<p><h2><b>Downloads:</b></h2></p>
|
||||||
|
|
||||||
|
<h3><b>BtSync:</b></h3><br>
|
||||||
|
<a href="http://labs.bittorrent.com/experiments/sync.html"><img src="http://i.imgur.com/QWGXpEy.png"></a><b> BFVUTTEAPNOOLNHGAK5CXAJ5FZXAN7VHH</b><br>
|
||||||
|
|
||||||
|
<h3><b>Bittorrent:</b></h3><br>
|
||||||
|
<a href="http://bitlove.org/jupiterbroadcasting/bsdnowhd"><img src="http://i.imgur.com/lWqerTo.png"></a><b> HD Video</b><p>
|
||||||
|
|
||||||
|
|
||||||
|
<h3><b>RSS Feeds:</b></h3><br>
|
||||||
|
<a href="http://feeds.feedburner.com/BsdNowMp3"><img src="http://i.imgur.com/zf4PB5H.png"></a><b> MP3 Audio</b>
|
||||||
|
<a href="http://feeds.feedburner.com/BsdNowOgg"><img src="http://i.imgur.com/zf4PB5H.png"></a><b> OGG Audio</b><br>
|
||||||
|
<a href="http://feeds.feedburner.com/BsdNowHd"><img src="http://i.imgur.com/zf4PB5H.png"></a><b> HD Video</b>
|
||||||
|
<a href="http://feeds.feedburner.com/BsdNowMobile"><img src="http://i.imgur.com/zf4PB5H.png"></a><b>Mobile Video</b><p>
|
||||||
|
|
||||||
|
<h3><b>Direct Download Links:</b></h3><br>
|
||||||
|
<a href=""><img src="http://i.imgur.com/JAEQGfQ.png"></a><b> MP3 Audio</b>
|
||||||
|
<a href=""><img src="http://i.imgur.com/JAEQGfQ.png"></a><b> OGG Audio</b><br>
|
||||||
|
<a href=""><img src="http://i.imgur.com/JAEQGfQ.png"></a><b> HD Video</b>
|
||||||
|
<a href=""><img src="http://i.imgur.com/JAEQGfQ.png"></a><b>Mobile Video</b><p>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<h3><b>Contact Via:</b></h3><br>
|
||||||
|
<a href="http://bsdnow.reddit.com"><img src="http://i.imgur.com/4TYs9yH.png"></a>
|
||||||
|
<a href="https://twitter.com/bsdnow"><img src="http://i.imgur.com/QdDESbQ.png"></a>
|
||||||
|
<a href="http://www.jupiterbroadcasting.com/contact/"><img src="http://i.imgur.com/Q1Q2Al8.png"></a>
|
||||||
|
<a href="mailto:feedback@bsdnow.tv"><img src="http://i.imgur.com/y9Mgb5L.png"></a>
|
||||||
|
<a href="http://www.bsdnow.tv/"><img src="http://www.bsdnow.tv/themes/prosimii/bsd_now_logo_vector.png"></a><p>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<h1>Brought to you by...</h1>
|
||||||
|
<a href="http://www.jupiterbroadcasting.com/"><img src="http://i.imgur.com/KrNuZoF.jpg"></a><br>
|
||||||
|
<a href="http://www.jupiterbroadcasting.com/support-us/"><img src="http://i.imgur.com/Wte2PG2.png"></a><br>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
I am not officially associated with Jupiter Broadcasting or it's affiliates.<br>
|
||||||
|
<b>All rights reserved 2013 Jupiter Broadcasting</b>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<p><h3><b>Affiliate Links:</b></h3><br>
|
||||||
|
|
||||||
|
<a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=1&pub=5575027880&toolid=10001&campid=5337188513&customid=&ipn=psmain&icep_vectorid=229466&kwid=902099&mtid=824&kw=lg">eBay</a> |
|
||||||
|
<a href="http://gan.doubleclick.net/gan_click?lid=41000000036346896&pubid=21000000000285109">Netflix US</a> |
|
||||||
|
<a href="http://www.dpbolvw.net/click-4897915-10440554">NewEgg</a><br>
|
||||||
|
<a href="http://www.kqzyfj.com/click-4897915-10784884">Think Geek</a> |
|
||||||
|
<a href="http://www.jdoqocy.com/click-4897915-10483113">Best Buy</a> |
|
||||||
|
<a href="http://www.anrdoezrs.net/click-4897915-10780257">Mint.com</a> |
|
||||||
|
<a href="http://www.dpbolvw.net/click-4897915-10298646">Audible</a> |
|
||||||
|
<a href="http://zfer.us/iln1s">Code School</a><br>
|
||||||
|
<a href="https://chrome.google.com/webstore/detail/bjekemhblnilimncanbehhjijdpjgimj">Chrome Extension</a> |
|
||||||
|
<a href="https://addons.mozilla.org/en-US/firefox/addon/jupiterbroadcasting/">Firefox Extension</a></p>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
youtube
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
#bsdnow #jupiterbroadcasting #bsd #unix #operatingsystems #administration #podcast #computers #software #hardware #research #technology #technews #development #opensource #internet #networking #security #data #podcasts
|
70
html/diaspora/coderradioteamplate.html
Executable file
70
html/diaspora/coderradioteamplate.html
Executable file
@ -0,0 +1,70 @@
|
|||||||
|
<a href="http://www.jupiterbroadcasting.com/show/coderradio/"><img src="http://i.imgur.com/AWOxqqZ.png"></a>
|
||||||
|
<h1><b>[ Episode ]</b></h1>
|
||||||
|
<h1>""</h1>
|
||||||
|
|
||||||
|
<a href="link to show notes"><img src=""></a><br>
|
||||||
|
<i>Click image to view show notes</i>
|
||||||
|
|
||||||
|
<p><h2><b>Description:</b></h2></p>
|
||||||
|
|
||||||
|
<p><b>content</b></p>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<p><h2><b>Downloads:</b></h2></p>
|
||||||
|
|
||||||
|
<h3><b>BtSync:</b></h3><br>
|
||||||
|
<img src="http://i.imgur.com/QWGXpEy.png"></a><b> BTAUEZMSK4N5VDV7RPYQ5AJVPKGVPEBYX</b><br>
|
||||||
|
|
||||||
|
<h3><b>Bittorrent:</b></h3><br>
|
||||||
|
<a href="http://bitlove.org/jupiterbroadcasting/coderradio"><img src="http://i.imgur.com/lWqerTo.png"></a><b> Mobile Video</b>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3><b>RSS Feeds:</b></h3><br>
|
||||||
|
<a href="http://feeds.feedburner.com/coderradiomp3"><img src="http://i.imgur.com/zf4PB5H.png"></a><b> MP3 Audio</b>
|
||||||
|
<a href="http://www.jupiterbroadcasting.com/feeds/coderradioogg.xml"><img src="http://i.imgur.com/zf4PB5H.png"></a><b> OGG Audio</b><br>
|
||||||
|
<a href="http://feeds.feedburner.com/coderradiovideo"><img src="http://i.imgur.com/zf4PB5H.png"></a><b> Mobile Video</b>
|
||||||
|
<a href="http://bitlove.org/jupiterbroadcasting/coderradio/feed"><img src="http://i.imgur.com/zf4PB5H.png"></a><b> Torrent Feed</b><p>
|
||||||
|
|
||||||
|
<h3><b>Direct Download Links:</b></h3><br>
|
||||||
|
<a href=""><img src="http://i.imgur.com/JAEQGfQ.png"></a><b> MP3 Audio</b>
|
||||||
|
<a href=""><img src="http://i.imgur.com/JAEQGfQ.png"></a><b> OGG Audio</b><br>
|
||||||
|
<a href=""><img src="http://i.imgur.com/JAEQGfQ.png"></a><b> Mobile Video</b><p>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<h3><b>Contact Via:</b></h3><br>
|
||||||
|
<a href="https://coderradio.reddit.com"><img src="http://i.imgur.com/4TYs9yH.png"></a>
|
||||||
|
<a href="http://www.jupiterbroadcasting.com/contact/"><img src="http://i.imgur.com/Q1Q2Al8.png"></a></p>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<h1>Brought to you by...</h1>
|
||||||
|
<a href="http://www.jupiterbroadcasting.com/"><img src="http://i.imgur.com/KrNuZoF.jpg"></a><br>
|
||||||
|
<a href="http://www.jupiterbroadcasting.com/support-us/"><img src="http://i.imgur.com/Wte2PG2.png"></a><br>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<p><h3><b>Affiliate Links:</b></h3><br>
|
||||||
|
<a href="http://www.amazon.com/?tag=thelinactsho-20">Amazon US</a> |
|
||||||
|
<a href="http://www.amazon.co.uk/?tag=jupitebroadc-21">Amazon UK</a> |
|
||||||
|
<a href="http://www.amazon.de/?tag=jupitebroad02-21">Amazon DE</a> |
|
||||||
|
<a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=1&pub=5575027880&toolid=10001&campid=5337188513&customid=&ipn=psmain&icep_vectorid=229466&kwid=902099&mtid=824&kw=lg">eBay</a> |
|
||||||
|
<a href="http://gan.doubleclick.net/gan_click?lid=41000000036346896&pubid=21000000000285109">Netflix US</a> |
|
||||||
|
<a href="http://www.dpbolvw.net/click-4897915-10440554">NewEgg</a><br>
|
||||||
|
<a href="http://www.kqzyfj.com/click-4897915-10784884">Think Geek</a> |
|
||||||
|
<a href="http://www.jdoqocy.com/click-4897915-10483113">Best Buy</a> |
|
||||||
|
<a href="http://www.anrdoezrs.net/click-4897915-10780257">Mint.com</a> |
|
||||||
|
<a href="http://www.dpbolvw.net/click-4897915-10298646">Audible</a> |
|
||||||
|
<a href="http://zfer.us/iln1s">Code School</a><br>
|
||||||
|
<a href="https://chrome.google.com/webstore/detail/bjekemhblnilimncanbehhjijdpjgimj">Chrome Extension</a> |
|
||||||
|
<a href="https://addons.mozilla.org/en-US/firefox/addon/jupiterbroadcasting/">Firefox Extension</a></p>
|
||||||
|
|
||||||
|
<h3><b>Tags:</b></h3><br>
|
||||||
|
#software #developers #operatingsystems #iphone #android #windows #xbox #linux #apple #macosx #windows8 #metro #mavericks #ios #ios7 #jupiterbroadcasting #coderradio #news #discussion #podcast #technology #tech #technews #computerscience #education #rants #interesting #nerds #geeks #programming #programmers #c #cpp #ruby #javascript #python #haskell #lua #css #html5 #html #java #csharp #bash #scripting #hackers #code #coding #rails #qt #asp #azure #mobile #phones #business #interviews #laptops #computers #softwaredevelopment #google #microsoft
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
youtube
|
||||||
|
<hr>
|
68
html/diaspora/fauxshowtemplate.html
Executable file
68
html/diaspora/fauxshowtemplate.html
Executable file
@ -0,0 +1,68 @@
|
|||||||
|
<a href="http://www.jupiterbroadcasting.com/46802/over-30-fauxshow-153/"><img src="http://i.imgur.com/gxM3i5y.png"></a>
|
||||||
|
<h1><b>[ Episode ]</h1></b>
|
||||||
|
<h1>""</h1>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="link to show notes"><img src=""></a><br>
|
||||||
|
<i>click to view show notes</i>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p><h2><b>Description:</b></h2></p>
|
||||||
|
|
||||||
|
<p><b>content</b></p>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<p><h2><b>Downloads:</b></h2></p>
|
||||||
|
|
||||||
|
<h3><b>BtSync:</b></h3><br>
|
||||||
|
<img src="http://i.imgur.com/QWGXpEy.png"></a><b> BW6MGSVRP2USX3KLVUOVBPVRSNNEV2IVS</b><br>
|
||||||
|
|
||||||
|
|
||||||
|
<h3><b>RSS Feeds:</b></h3><br>
|
||||||
|
<a href="http://www.jupiterbroadcasting.com/feeds/FauxShowMP3.xml"><img src="http://i.imgur.com/zf4PB5H.png"></a><b> MP3 Audio</b>
|
||||||
|
<a href="http://www.jupiterbroadcasting.com/feeds/FauxShowHD.xml"><img src="http://i.imgur.com/zf4PB5H.png"></a><b> HD Video</b><br>
|
||||||
|
<a href="http://www.jupiterbroadcasting.com/feeds/FauxShowMobile.xml"><img src="http://i.imgur.com/zf4PB5H.png"></a><b>Mobile Video</b>
|
||||||
|
<a href="http://bitlove.org/jupiterbroadcasting/fauxshowhd/downloads.rss"><img src="http://i.imgur.com/zf4PB5H.png"></a><b>Torrent Feed</b><p>
|
||||||
|
|
||||||
|
<h3><b>Direct Download Links:</b></h3><br>
|
||||||
|
<a href=""><img src="http://i.imgur.com/JAEQGfQ.png"></a><b> MP3 Audio</b>
|
||||||
|
<a href=""><img src="http://i.imgur.com/JAEQGfQ.png"></a><b> HD Video</b><br>
|
||||||
|
<a href=""><img src="http://i.imgur.com/JAEQGfQ.png"></a><b>Mobile Video</b>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<h2><b>Contact Via:</b></h2><br>
|
||||||
|
<a href="http://www.jupiterbroadcasting.com/contact/"><img src="http://i.imgur.com/Q1Q2Al8.png"></a><p>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
<h1>Brought to you by...</h1>
|
||||||
|
<a href="http://www.jupiterbroadcasting.com/"><img src="http://i.imgur.com/KrNuZoF.jpg"></a><br>
|
||||||
|
<a href="http://www.jupiterbroadcasting.com/support-us/"><img src="http://i.imgur.com/Wte2PG2.png"></a><br>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
I am not officially associated with Jupiter Broadcasting or it's affiliates.<br>
|
||||||
|
<b>All rights reserved 2013 Jupiter Broadcasting</b>
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<p><h3><b>Affiliate Links:</b></h3><br>
|
||||||
|
|
||||||
|
<a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=1&pub=5575027880&toolid=10001&campid=5337188513&customid=&ipn=psmain&icep_vectorid=229466&kwid=902099&mtid=824&kw=lg">eBay</a> |
|
||||||
|
<a href="http://gan.doubleclick.net/gan_click?lid=41000000036346896&pubid=21000000000285109">Netflix US</a> |
|
||||||
|
<a href="http://www.dpbolvw.net/click-4897915-10440554">NewEgg</a><br>
|
||||||
|
<a href="http://www.kqzyfj.com/click-4897915-10784884">Think Geek</a> |
|
||||||
|
<a href="http://www.jdoqocy.com/click-4897915-10483113">Best Buy</a> |
|
||||||
|
<a href="http://www.anrdoezrs.net/click-4897915-10780257">Mint.com</a> |
|
||||||
|
<a href="http://www.dpbolvw.net/click-4897915-10298646">Audible</a> |
|
||||||
|
<a href="http://zfer.us/iln1s">Code School</a><br>
|
||||||
|
<a href="https://chrome.google.com/webstore/detail/bjekemhblnilimncanbehhjijdpjgimj">Chrome Extension</a> |
|
||||||
|
<a href="https://addons.mozilla.org/en-US/firefox/addon/jupiterbroadcasting/">Firefox Extension</a></p>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
youtube
|
||||||
|
<hr>
|
||||||
|
<h2><b>Tags:</b></h2><br>
|
||||||
|
#jupiterbroadcasting #fauxshow #google #podcasts #shows #socialexperience
|
70
html/diaspora/linuxactionshowtemplate.html
Executable file
70
html/diaspora/linuxactionshowtemplate.html
Executable file
@ -0,0 +1,70 @@
|
|||||||
|
<a href="http://www.jupiterbroadcasting.com/show/linuxactionshow/"><img src="http://i.imgur.com/xDnKQm8.png"></a>
|
||||||
|
<h1><b>[ ]</b></h1>
|
||||||
|
<h1>""</h1>
|
||||||
|
|
||||||
|
<a href="link to show notes"><img src=""></a><br>
|
||||||
|
<i>click image to view show notes</i>
|
||||||
|
|
||||||
|
<p><h2><b>Description:</b></h2></p>
|
||||||
|
|
||||||
|
<p><b>content</b></p>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<p><h2><b>Downloads:</b></h2></p>
|
||||||
|
|
||||||
|
<h3><b>BtSync:</b></h3><br>
|
||||||
|
<img src="http://i.imgur.com/QWGXpEy.png"></a><b> B6L5PHP7BENDVIH6MVYYXDSHHXDVQHEKQ</b><br>
|
||||||
|
|
||||||
|
<h3><b>Bittorrent:</b></h3><br>
|
||||||
|
<a href=""><img src="http://i.imgur.com/lWqerTo.png"></a><b> HD Video</b>
|
||||||
|
<a href="http://bitlove.org/jupiterbroadcasting/laswebm"><img src="http://i.imgur.com/lWqerTo.png"></a><b>WebM Video</b><p>
|
||||||
|
|
||||||
|
|
||||||
|
<h3><b>RSS Feeds:</b></h3><br>
|
||||||
|
<a href="http://feeds2.feedburner.com/TheLinuxActionShow"><img src="http://i.imgur.com/zf4PB5H.png"></a><b> MP3 Audio</b>
|
||||||
|
<a href="http://feeds2.feedburner.com/TheLinuxActionShowOGG"><img src="http://i.imgur.com/zf4PB5H.png"></a><b> OGG Audio</b>
|
||||||
|
<a href="http://feeds.feedburner.com/linuxashd"><img src="http://i.imgur.com/zf4PB5H.png"></a><b> HD Video</b><br>
|
||||||
|
<a href="http://feeds.feedburner.com/linuxactionshowipodvid"><img src="http://i.imgur.com/zf4PB5H.png"></a><b> Mobile Video</b>
|
||||||
|
<a href="http://feeds.feedburner.com/computeractionshowvideo"><img src="http://i.imgur.com/zf4PB5H.png"></a><b> Large Video</b>
|
||||||
|
<a href="http://www.jupiterbroadcasting.com/feeds/lasstorrent.xml"><img src="http://i.imgur.com/zf4PB5H.png"></a><b> Torrent Feed</b><p>
|
||||||
|
|
||||||
|
<h3><b>Direct Download Links:</b></h3><br>
|
||||||
|
<a href=""><img src="http://i.imgur.com/JAEQGfQ.png"></a><b> MP3 Audio</b>
|
||||||
|
<a href=""><img src="http://i.imgur.com/JAEQGfQ.png"></a><b> OGG Audio</b><br>
|
||||||
|
<a href=""><img src="http://i.imgur.com/JAEQGfQ.png"></a><b> HD Video</b>
|
||||||
|
<a href=""><img src="http://i.imgur.com/JAEQGfQ.png"></a><b> Mobile Video</b><p>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<h3><b>Contact Via:</b></h3><br>
|
||||||
|
<a href="https://linuxactionshow.reddit.com"><img src="http://i.imgur.com/4TYs9yH.png"></a>
|
||||||
|
<a href="http://www.jupiterbroadcasting.com/contact/"><img src="http://i.imgur.com/Q1Q2Al8.png"></a>
|
||||||
|
<a href="http://pastebin.com/qF75S956"><img src="http://i.imgur.com/VxBX0qT.png"></a>
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
<h1>Brought to you by...</h1>
|
||||||
|
<a href="http://www.jupiterbroadcasting.com/"><img src="http://i.imgur.com/KrNuZoF.jpg"></a><br>
|
||||||
|
<a href="http://www.jupiterbroadcasting.com/support-us/"><img src="http://i.imgur.com/Wte2PG2.png"></a><br>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
<p><h3><b>Affiliate Links:</b></h3><br>
|
||||||
|
<a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=1&pub=5575027880&toolid=10001&campid=5337188513&customid=&ipn=psmain&icep_vectorid=229466&kwid=902099&mtid=824&kw=lg">eBay</a> |
|
||||||
|
<a href="http://gan.doubleclick.net/gan_click?lid=41000000036346896&pubid=21000000000285109">Netflix US</a> |
|
||||||
|
<a href="http://www.dpbolvw.net/click-4897915-10440554">NewEgg</a><br>
|
||||||
|
<a href="http://www.kqzyfj.com/click-4897915-10784884">Think Geek</a> |
|
||||||
|
<a href="http://www.jdoqocy.com/click-4897915-10483113">Best Buy</a> |
|
||||||
|
<a href="http://www.anrdoezrs.net/click-4897915-10780257">Mint.com</a> |
|
||||||
|
<a href="http://www.dpbolvw.net/click-4897915-10298646">Audible</a> |
|
||||||
|
<a href="http://zfer.us/iln1s">Code School</a><br>
|
||||||
|
<a href="https://chrome.google.com/webstore/detail/bjekemhblnilimncanbehhjijdpjgimj">Chrome Extension</a> |
|
||||||
|
<a href="https://addons.mozilla.org/en-US/firefox/addon/jupiterbroadcasting/">Firefox Extension</a></p>
|
||||||
|
|
||||||
|
<h3><b>Tags:</b></h3><br>
|
||||||
|
#linux #jupiterbroadcasting #linuxactionshow #podcast #operatingsystems #technology #gnome #kde #xfce #lxde #ubuntu #archlinux #gentoo #unityde #canonical #hardware #cloud #gui #discussion #computer #las #tech #show #talk #systems #freesoftware #opensource #unix #technews #android #sabayon
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
youtube
|
||||||
|
<hr>
|
70
html/diaspora/linuxunplugged.html
Executable file
70
html/diaspora/linuxunplugged.html
Executable file
@ -0,0 +1,70 @@
|
|||||||
|
<a href="http://www.jupiterbroadcasting.com/show/linuxun/"><img src="http://i.imgur.com/Eb9Vn5J.png"></a>
|
||||||
|
<h1><b>[Episode ]</b></h1>
|
||||||
|
<h1>""</h1><br>
|
||||||
|
|
||||||
|
<a href=""><img src=""></a><br>
|
||||||
|
<i>click image to view show notes</i>
|
||||||
|
|
||||||
|
<p><h2><b>Description:</b></h2></p>
|
||||||
|
|
||||||
|
<p><b>content</b></p>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<p><h2><b>Downloads:</b></h2></p>
|
||||||
|
|
||||||
|
<h3><b>BtSync:</b></h3><br>
|
||||||
|
<img src="http://i.imgur.com/QWGXpEy.png"><b> ABHDAEX35Z4W4K73JM3RCKFZMP4U4627J</b><br>
|
||||||
|
|
||||||
|
<h3><b>Bittorrent:</b></h3><br>
|
||||||
|
<a href="http://bitlove.org/jupiterbroadcasting/linuxunvid"><img src="http://i.imgur.com/lWqerTo.png"></a><b> Mobile Video</b>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3><b>RSS Feeds:</b></h3><br>
|
||||||
|
<a href="http://feeds.feedburner.com/linuxunplugged"><img src="http://i.imgur.com/zf4PB5H.png"></a><b> MP3 Audio</b>
|
||||||
|
<a href="http://feeds.feedburner.com/linuxunogg"><img src="http://i.imgur.com/zf4PB5H.png"></a><b> OGG Audio</b>
|
||||||
|
<a href="http://feeds.feedburner.com/linuxunvid"><img src="http://i.imgur.com/zf4PB5H.png"></a><b> Mobile Video</b><br>
|
||||||
|
<a href="http://bitlove.org/jupiterbroadcasting/linuxunvid/feed"><img src="http://i.imgur.com/zf4PB5H.png"></a><b> Torrent Feed</b>
|
||||||
|
<a href="http://bitlove.org/jupiterbroadcasting/linuxunwebm/downloads.rss"><img src="http://i.imgur.com/zf4PB5H.png"></a><b> WebM Torrent Feed</b><p>
|
||||||
|
|
||||||
|
<h3><b>Direct Download Links:</b></h3><br>
|
||||||
|
<a href=""><img src="http://i.imgur.com/JAEQGfQ.png"></a><b> MP3 Audio</b>
|
||||||
|
<a href=""><img src="http://i.imgur.com/JAEQGfQ.png"></a><b> OGG Audio</b><br>
|
||||||
|
<a href=""><img src="http://i.imgur.com/JAEQGfQ.png"></a><b> HD Video</b>
|
||||||
|
<a href=""><img src="http://i.imgur.com/JAEQGfQ.png"></a><b> Mobile Video</b><p>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<h3><b>Contact Via:</b></h3><br>
|
||||||
|
<a href="https://linuxactionshow.reddit.com"><img src="http://i.imgur.com/4TYs9yH.png"></a>
|
||||||
|
<a href="http://www.jupiterbroadcasting.com/contact/"><img src="http://i.imgur.com/Q1Q2Al8.png"></a>
|
||||||
|
<a href="http://pastebin.com/qF75S956"><img src="http://i.imgur.com/VxBX0qT.png"></a></p>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
<h1>Brought to you by...</h1>
|
||||||
|
<a href="http://www.jupiterbroadcasting.com/"><img src="http://i.imgur.com/KrNuZoF.jpg"></a><br>
|
||||||
|
<a href="http://www.jupiterbroadcasting.com/support-us/"><img src="http://i.imgur.com/Wte2PG2.png"></a><br>
|
||||||
|
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
<p><h3><b>Affiliate Links:</b></h3><br>
|
||||||
|
<a href="http://www.amazon.de/?tag=jupitebroad02-21">Amazon DE</a> |
|
||||||
|
<a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=1&pub=5575027880&toolid=10001&campid=5337188513&customid=&ipn=psmain&icep_vectorid=229466&kwid=902099&mtid=824&kw=lg">eBay</a> |
|
||||||
|
<a href="http://gan.doubleclick.net/gan_click?lid=41000000036346896&pubid=21000000000285109">Netflix US</a> |
|
||||||
|
<a href="http://www.dpbolvw.net/click-4897915-10440554">NewEgg</a><br>
|
||||||
|
<a href="http://www.kqzyfj.com/click-4897915-10784884">Think Geek</a> |
|
||||||
|
<a href="http://www.jdoqocy.com/click-4897915-10483113">Best Buy</a> |
|
||||||
|
<a href="http://www.anrdoezrs.net/click-4897915-10780257">Mint.com</a> |
|
||||||
|
<a href="http://www.dpbolvw.net/click-4897915-10298646">Audible</a> |
|
||||||
|
<a href="http://zfer.us/iln1s">Code School</a><br>
|
||||||
|
<a href="https://chrome.google.com/webstore/detail/bjekemhblnilimncanbehhjijdpjgimj">Chrome Extension</a> |
|
||||||
|
<a href="https://addons.mozilla.org/en-US/firefox/addon/jupiterbroadcasting/">Firefox Extension</a></p>
|
||||||
|
|
||||||
|
<h3><b>Tags:</b></h3><br>
|
||||||
|
#linux #jupiterbroadcasting #linuxunplugged #podcast #operatingsystems #technology #gnome #kde #xfce #lxde #ubuntu #archlinux #gentoo #unityde #canonical #hardware #cloud #gui #discussion #computer #las #tech #show
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
youtube
|
||||||
|
<hr>
|
71
html/diaspora/scibytetemplate.html
Executable file
71
html/diaspora/scibytetemplate.html
Executable file
@ -0,0 +1,71 @@
|
|||||||
|
<a href="http://www.jupiterbroadcasting.com/show/scibyte/"><img src="http://i.imgur.com/HCgOkrU.png"></a>
|
||||||
|
<h1><b>[ Episode ]</b></h1>
|
||||||
|
<h1>""</h1>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href=""><img src=""></a><br>
|
||||||
|
<i>click image to view show notes</i>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p><h2><b>Description:</b></h2></p>
|
||||||
|
|
||||||
|
<p><b>content</b></p>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<p><h2><b>Downloads:</b></h2></p>
|
||||||
|
|
||||||
|
<h3><b>BtSync:</b></h3><br>
|
||||||
|
<img src="http://i.imgur.com/QWGXpEy.png"></a><b> BWHW5OEID6RZWKX6FXYJE37UY3B7J6TIJ</b><br>
|
||||||
|
|
||||||
|
<h3><b>Bittorrent:</b></h3><br>
|
||||||
|
<a href="http://bitlove.org/jupiterbroadcasting/scibytemobile"><img src="http://i.imgur.com/lWqerTo.png"></a><b>Mobile Video</b>
|
||||||
|
|
||||||
|
<h3><b>RSS Feeds:</b></h3><br>
|
||||||
|
<a href="http://feeds.feedburner.com/scibyteaudio"><img src="http://i.imgur.com/zf4PB5H.png"></a><b> MP3 Audio</b>
|
||||||
|
<a href="http://feeds.feedburner.com/scibyteogg"><img src="http://i.imgur.com/zf4PB5H.png"></a><b> OGG Audio</b><br>
|
||||||
|
<a href="http://feeds.feedburner.com/scibytemobile"><img src="http://i.imgur.com/zf4PB5H.png"></a><b>Mobile Video</b>
|
||||||
|
<a href="http://bitlove.org/jupiterbroadcasting/scibytemobile/feed"><img src="http://i.imgur.com/zf4PB5H.png"></a><b>Torrent Feed</b><p>
|
||||||
|
|
||||||
|
<h3><b>Direct Download Links:</b></h3><br>
|
||||||
|
<a href=""><img src="http://i.imgur.com/JAEQGfQ.png"></a><b> MP3 Audio</b>
|
||||||
|
<a href=""><img src="http://i.imgur.com/JAEQGfQ.png"></a><b> OGG Audio</b><br>
|
||||||
|
<a href=""><img src="http://i.imgur.com/JAEQGfQ.png"></a><b>Mobile Video</b><p>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<h2><b>Contact Via:</b></h2><br>
|
||||||
|
<a href="http://www.jupiterbroadcasting.com/contact/"><img src="http://i.imgur.com/Q1Q2Al8.png"></a><p>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
<h1>Brought to you by...</h1>
|
||||||
|
<a href="http://www.jupiterbroadcasting.com/"><img src="http://i.imgur.com/KrNuZoF.jpg"></a><br>
|
||||||
|
<a href="http://www.jupiterbroadcasting.com/support-us/"><img src="http://i.imgur.com/Wte2PG2.png"></a><br>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
I am not officially associated with Jupiter Broadcasting or it's affiliates.<br>
|
||||||
|
<b>All rights reserved 2013 Jupiter Broadcasting</b>
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<p><h2><b>Affiliate Links:</b></h2>
|
||||||
|
|
||||||
|
<a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=1&pub=5575027880&toolid=10001&campid=5337188513&customid=&ipn=psmain&icep_vectorid=229466&kwid=902099&mtid=824&kw=lg">eBay</a> |
|
||||||
|
<a href="http://gan.doubleclick.net/gan_click?lid=41000000036346896&pubid=21000000000285109">Netflix US</a> |
|
||||||
|
<a href="http://www.dpbolvw.net/click-4897915-10440554">NewEgg</a><br>
|
||||||
|
<a href="http://www.kqzyfj.com/click-4897915-10784884">Think Geek</a> |
|
||||||
|
<a href="http://www.jdoqocy.com/click-4897915-10483113">Best Buy</a> |
|
||||||
|
<a href="http://www.anrdoezrs.net/click-4897915-10780257">Mint.com</a> |
|
||||||
|
<a href="http://www.dpbolvw.net/click-4897915-10298646">Audible</a> |
|
||||||
|
<a href="http://zfer.us/iln1s">Code School</a><br>
|
||||||
|
<a href="https://chrome.google.com/webstore/detail/bjekemhblnilimncanbehhjijdpjgimj">Chrome Extension</a> |
|
||||||
|
<a href="https://addons.mozilla.org/en-US/firefox/addon/jupiterbroadcasting/">Firefox Extension</a></p>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
youtube
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<h2><b>Tags:</b></h2>
|
||||||
|
#science #podcast #scibyte #technology #jupiterbroadcasting #nature #astronomy #space #solarsystems #biology #chemistry #earth #planets #podcasts
|
76
html/diaspora/techsnapTemplate.html
Executable file
76
html/diaspora/techsnapTemplate.html
Executable file
@ -0,0 +1,76 @@
|
|||||||
|
<a href="http://www.jupiterbroadcasting.com/show/techsnap/"><img src="http://i.imgur.com/OBqlOTK.png"></a>
|
||||||
|
<h1><b>[ Episode ]</b></h1>
|
||||||
|
<h1>""</h1>
|
||||||
|
|
||||||
|
|
||||||
|
<a href=""><img src=""></a><br>
|
||||||
|
<i>click image to view show notes</i>
|
||||||
|
|
||||||
|
<p><h2><b>Description:</b></h2></p>
|
||||||
|
|
||||||
|
<p><b>content</b></p>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<p><h2><b>Downloads:</b></h2></p>
|
||||||
|
|
||||||
|
<h3><b>BtSync:</b></h3><br>
|
||||||
|
<img src="http://i.imgur.com/QWGXpEy.png"></a><b> BZESKORUT5L3DKROZZX5YNPXWQOM3OEDJ</b><br>
|
||||||
|
|
||||||
|
<h3><b>Bittorrent:</b></h3><br>
|
||||||
|
<a href="http://bitlove.org/jupiterbroadcasting/techsnap60"><img src="http://i.imgur.com/lWqerTo.png"></a><b> HD Video</b>
|
||||||
|
<a href="http://bitlove.org/jupiterbroadcasting/techsnapmobile"><img src="http://i.imgur.com/lWqerTo.png"></a><b> Mobile Video</b>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3><b>RSS Feeds:</b></h3><br>
|
||||||
|
<a href="http://feeds.feedburner.com/techsnapmp3"><img src="http://i.imgur.com/zf4PB5H.png"></a><b> MP3 Audio</b>
|
||||||
|
<a href="http://feeds.feedburner.com/techsnapogg"><img src="http://i.imgur.com/zf4PB5H.png"></a><b> OGG Audio</b><br>
|
||||||
|
<a href="http://bitlove.org/jupiterbroadcasting/techsnap60/feed"><img src="http://i.imgur.com/zf4PB5H.png"></a><b> Torrent Feed</b>
|
||||||
|
<a href="http://feeds.feedburner.com/techsnaphd"><img src="http://i.imgur.com/zf4PB5H.png"></a><b> HD Video</b>
|
||||||
|
<a href="http://feeds.feedburner.com/techsnapmobile"><img src="http://i.imgur.com/zf4PB5H.png"></a><b> Mobile Video</b><p>
|
||||||
|
|
||||||
|
<h3><b>Direct Download Links:</b></h3><br>
|
||||||
|
<a href=""><img src="http://i.imgur.com/JAEQGfQ.png"></a><b> MP3 Audio</b>
|
||||||
|
<a href=""><img src="http://i.imgur.com/JAEQGfQ.png"></a><b> OGG Audio</b><br>
|
||||||
|
<a href=""><img src="http://i.imgur.com/JAEQGfQ.png"></a><b> Mobile Video</b>
|
||||||
|
<a href=""><img src="http://i.imgur.com/JAEQGfQ.png"></a><b> HD Video</b>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<h3><b>Contact Via:</b></h3><br>
|
||||||
|
<a href="http://techsnap.reddit.com"><img src="http://i.imgur.com/4TYs9yH.png"></a>
|
||||||
|
<a href="http://www.jupiterbroadcasting.com/contact/"><img src="http://i.imgur.com/Q1Q2Al8.png"></a>
|
||||||
|
<a href="http://pastebin.com/BRSNS06k"><img src="http://i.imgur.com/VxBX0qT.png"></a></p>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
<h1>Brought to you by...</h1>
|
||||||
|
<a href="http://www.jupiterbroadcasting.com/"><img src="http://i.imgur.com/KrNuZoF.jpg"></a><br>
|
||||||
|
<a href="http://www.jupiterbroadcasting.com/support-us/"><img src="http://i.imgur.com/Wte2PG2.png"></a><br>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
I am not officially associated with Jupiter Broadcasting or it's affiliates.<br>
|
||||||
|
<b>All rights reserved 2013 Jupiter Broadcasting</b>
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<p><h3><b>Affiliate Links:</b></h3><br>
|
||||||
|
<a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=1&pub=5575027880&toolid=10001&campid=5337188513&customid=&ipn=psmain&icep_vectorid=229466&kwid=902099&mtid=824&kw=lg">eBay</a> |
|
||||||
|
<a href="http://gan.doubleclick.net/gan_click?lid=41000000036346896&pubid=21000000000285109">Netflix US</a> |
|
||||||
|
<a href="http://www.dpbolvw.net/click-4897915-10440554">NewEgg</a><br>
|
||||||
|
<a href="http://www.kqzyfj.com/click-4897915-10784884">Think Geek</a> |
|
||||||
|
<a href="http://www.jdoqocy.com/click-4897915-10483113">Best Buy</a> |
|
||||||
|
<a href="http://www.anrdoezrs.net/click-4897915-10780257">Mint.com</a> |
|
||||||
|
<a href="http://www.dpbolvw.net/click-4897915-10298646">Audible</a> |
|
||||||
|
<a href="http://zfer.us/iln1s">Code School</a><br>
|
||||||
|
<a href="https://chrome.google.com/webstore/detail/bjekemhblnilimncanbehhjijdpjgimj">Chrome Extension</a> |
|
||||||
|
<a href="https://addons.mozilla.org/en-US/firefox/addon/jupiterbroadcasting/">Firefox Extension</a></p>
|
||||||
|
|
||||||
|
<h3><b>Tags:</b></h3><br>
|
||||||
|
#tech #jupiterbroadcasting #techsnap #admin #podcast #software #hardware
|
||||||
|
#operatingsystems #systems #administration #internet #ethernet #wireless
|
||||||
|
#bsd #news #security #networking #exploits
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
youtube
|
||||||
|
<hr>
|
77
html/diaspora/unfiltertemplate.html
Executable file
77
html/diaspora/unfiltertemplate.html
Executable file
@ -0,0 +1,77 @@
|
|||||||
|
<a href="http://www.jupiterbroadcasting.com/show/unfilter/"><img src="http://i.imgur.com/ww9anrc.png"></a>
|
||||||
|
<h1><b>[ Episode ]</b></h1>
|
||||||
|
<h1>""</h1>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
<a href=""><img src=""></a><br>
|
||||||
|
<i>Click image to view show notes</i>
|
||||||
|
|
||||||
|
<p><h2><b>Description:</b></h2></p>
|
||||||
|
|
||||||
|
<p><b>content</b></p>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<p><h2><b>Downloads:</b></h2></p>
|
||||||
|
|
||||||
|
<h3><b>BtSync:</b></h3><br>
|
||||||
|
<img src="http://i.imgur.com/QWGXpEy.png"><b> AKBJYYLZGGB3J63FRXSX5EAX6LVOMQEFQ</b><br>
|
||||||
|
|
||||||
|
<h3><b>Bittorrent:</b></h3><br>
|
||||||
|
<a href="http://bitlove.org/jupiterbroadcasting/unfilterhd"><img src="http://i.imgur.com/lWqerTo.png"></a><b> HD Video</b>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3><b>RSS Feeds:</b></h3><br>
|
||||||
|
<a href="http://feeds.feedburner.com/jupiterbroadcasting/unfiltermp3"><img src="http://i.imgur.com/zf4PB5H.png"></a><b> MP3 Audio</b>
|
||||||
|
<a href="http://www.jupiterbroadcasting.com/feeds/unfilterogg.xml"><img src="http://i.imgur.com/zf4PB5H.png"></a><b> OGG Audio</b>
|
||||||
|
<a href="http://bitlove.org/jupiterbroadcasting/unfiltermobile/feed"><img src="http://i.imgur.com/zf4PB5H.png"></a><b> Mobile Torrent</b><br>
|
||||||
|
<a href="http://bitlove.org/jupiterbroadcasting/unfilterhd/feed"><img src="http://i.imgur.com/zf4PB5H.png"></a><b> HD Torrent</b>
|
||||||
|
<a href="http://www.jupiterbroadcasting.com/feeds/unfilterMob.xml"><img src="http://i.imgur.com/zf4PB5H.png"></a><b> Mobile Video</b><p>
|
||||||
|
|
||||||
|
<h3><b>Direct Download Links:</b></h3><br>
|
||||||
|
<a href=""><img src="http://i.imgur.com/JAEQGfQ.png"></a><b> MP3 Audio</b>
|
||||||
|
<a href=""><img src="http://i.imgur.com/JAEQGfQ.png"></a><b> OGG Audio</b><br>
|
||||||
|
<a href=""><img src="http://i.imgur.com/JAEQGfQ.png"></a><b> Mobile Video</b><p>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<h3><b>Contact Via:</b></h3><br>
|
||||||
|
<a href="https://unfilter.reddit.com"><img src="http://i.imgur.com/4TYs9yH.png"></a>
|
||||||
|
<a href="http://www.jupiterbroadcasting.com/contact/"><img src="http://i.imgur.com/Q1Q2Al8.png"></a>
|
||||||
|
<a href="http://pastebin.com/pk1qc26t"><img src="http://i.imgur.com/VxBX0qT.png"></a></p>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
<h1>Brought to you by...</h1>
|
||||||
|
<a href="http://www.jupiterbroadcasting.com/"><img src="http://i.imgur.com/KrNuZoF.jpg"></a><br>
|
||||||
|
<a href="http://www.jupiterbroadcasting.com/support-us/"><img src="http://i.imgur.com/Wte2PG2.png"></a><br>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
I am not officially associated with Jupiter Broadcasting or it's affiliates.<br>
|
||||||
|
<b>All rights reserved 2013 Jupiter Broadcasting</b>
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<p><h3><b>Affiliate Links:</b></h3><br>
|
||||||
|
<a href="http://www.amazon.com/?tag=thelinactsho-20">Amazon US</a> |
|
||||||
|
<a href="http://www.amazon.co.uk/?tag=jupitebroadc-21">Amazon UK</a> |
|
||||||
|
<a href="http://www.amazon.de/?tag=jupitebroad02-21">Amazon DE</a> |
|
||||||
|
<a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=1&pub=5575027880&toolid=10001&campid=5337188513&customid=&ipn=psmain&icep_vectorid=229466&kwid=902099&mtid=824&kw=lg">eBay</a> |
|
||||||
|
<a href="http://gan.doubleclick.net/gan_click?lid=41000000036346896&pubid=21000000000285109">Netflix US</a> |
|
||||||
|
<a href="http://www.dpbolvw.net/click-4897915-10440554">NewEgg</a><br>
|
||||||
|
<a href="http://www.kqzyfj.com/click-4897915-10784884">Think Geek</a> |
|
||||||
|
<a href="http://www.jdoqocy.com/click-4897915-10483113">Best Buy</a> |
|
||||||
|
<a href="http://www.anrdoezrs.net/click-4897915-10780257">Mint.com</a> |
|
||||||
|
<a href="http://www.dpbolvw.net/click-4897915-10298646">Audible</a> |
|
||||||
|
<a href="http://zfer.us/iln1s">Code School</a><br>
|
||||||
|
<a href="https://chrome.google.com/webstore/detail/bjekemhblnilimncanbehhjijdpjgimj">Chrome Extension</a> |
|
||||||
|
<a href="https://addons.mozilla.org/en-US/firefox/addon/jupiterbroadcasting/">Firefox Extension</a></p>
|
||||||
|
|
||||||
|
<h3><b>Tags:</b></h3><br>
|
||||||
|
#jupiterbroadcasting #unfilter #nsa #prism #justice #USA #snowden
|
||||||
|
#whistleblower #activism #privacy #freedom #secrets #politics #news
|
||||||
|
#edsnowden #edwardsnowden #surveillance #nwo #podcasts #discussion #podcasts
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
youtube
|
||||||
|
<hr>
|
34
sh/bsdnow.sh
Executable file
34
sh/bsdnow.sh
Executable file
@ -0,0 +1,34 @@
|
|||||||
|
# BSD Now downloader
|
||||||
|
|
||||||
|
HDvideo="http://www.podtrac.com/pts/redirect.mp4/201402.jb-dl.cdn.scaleengine.net/bsdnow/2014/bsd-0023.mp4"
|
||||||
|
MP3audio="http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/bsd-0023-mp3.mp3"
|
||||||
|
OGGaudio="http://www.podtrac.com/pts/redirect.ogg/traffic.libsyn.com/jbmirror/bsd-0023-ogg.ogg"
|
||||||
|
|
||||||
|
destDIR="/home/$USER/syncs/bsdnow/"
|
||||||
|
|
||||||
|
function chkDIR(){
|
||||||
|
if [ ! -d ${destDIR} ];then
|
||||||
|
mkdir ${destDIR}
|
||||||
|
elif [ -d ${destDIR} ];then
|
||||||
|
main
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
function main(){
|
||||||
|
|
||||||
|
rm -v -R ${destDIR}*.mp3
|
||||||
|
rm -v -R ${destDIR}*.ogg
|
||||||
|
rm -v -R ${destDIR}*.mp4
|
||||||
|
|
||||||
|
wget ${HDvideo} -P ${destDIR}
|
||||||
|
|
||||||
|
wget ${MP3audio} -P ${destDIR}
|
||||||
|
|
||||||
|
wget ${OGGaudio} -P ${destDIR}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
chkDIR
|
35
sh/coderradio.sh
Executable file
35
sh/coderradio.sh
Executable file
@ -0,0 +1,35 @@
|
|||||||
|
# coderradio downloader
|
||||||
|
|
||||||
|
#HDvideo=""
|
||||||
|
MOBILEvideo="http://www.podtrac.com/pts/redirect.mp4/201402.jb-dl.cdn.scaleengine.net/coderradio/2014/cr-0087-432p.mp4"
|
||||||
|
MP3audio="http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/cr-0087-mp3.mp3"
|
||||||
|
OGGaudio="http://www.podtrac.com/pts/redirect.ogg/traffic.libsyn.com/jbmirror/cr-0087-ogg.ogg"
|
||||||
|
|
||||||
|
destDIR="/home/$USER/syncs/coderradio/"
|
||||||
|
|
||||||
|
function chkDIR(){
|
||||||
|
if [ ! -d ${destDIR} ];then
|
||||||
|
mkdir ${destDIR}
|
||||||
|
elif [ -d ${destDIR} ];then
|
||||||
|
main
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
function main(){
|
||||||
|
|
||||||
|
rm -v -R ${destDIR}*.mp3
|
||||||
|
rm -v -R ${destDIR}*.ogg
|
||||||
|
rm -v -R ${destDIR}*.mp4
|
||||||
|
|
||||||
|
wget ${MOBILEvideo} -P ${destDIR}
|
||||||
|
|
||||||
|
wget ${MP3audio} -P ${destDIR}
|
||||||
|
|
||||||
|
wget ${OGGaudio} -P ${destDIR}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
chkDIR
|
31
sh/fauxshow.sh
Executable file
31
sh/fauxshow.sh
Executable file
@ -0,0 +1,31 @@
|
|||||||
|
# faux show downloader
|
||||||
|
|
||||||
|
HDvideo="http://www.podtrac.com/pts/redirect.mp4/201401.jb-dl.cdn.scaleengine.net/fauxshow/2014/fauxshow-ep161.mp4"
|
||||||
|
MP3audio="http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jupiterbroadcasting/fauxshow-ep161-mp3.mp3"
|
||||||
|
|
||||||
|
|
||||||
|
destDIR="/home/$USER/syncs/fauxshow/"
|
||||||
|
|
||||||
|
function chkDIR(){
|
||||||
|
if [ ! -d ${destDIR} ];then
|
||||||
|
mkdir ${destDIR}
|
||||||
|
elif [ -d ${destDIR} ];then
|
||||||
|
main
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
function main(){
|
||||||
|
|
||||||
|
rm -v -R ${destDIR}*.mp3
|
||||||
|
rm -v -R ${destDIR}*.mp4
|
||||||
|
|
||||||
|
wget ${HDvideo} -P ${destDIR}
|
||||||
|
|
||||||
|
wget ${MP3audio} -P ${destDIR}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
chkDIR
|
34
sh/las.sh
Executable file
34
sh/las.sh
Executable file
@ -0,0 +1,34 @@
|
|||||||
|
# LAs downloader
|
||||||
|
|
||||||
|
HDvideo="http://www.podtrac.com/pts/redirect.mp4/201402.jb-dl.cdn.scaleengine.net/las/2014/linuxactionshowep298.mp4"
|
||||||
|
MP3audio="http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep298-mp3.mp3"
|
||||||
|
OGGaudio="http://www.podtrac.com/pts/redirect.ogg/traffic.libsyn.com/jbmirror/linuxactionshowep298-ogg.ogg"
|
||||||
|
|
||||||
|
destDIR="/home/$USER/syncs/linuxactionshow/"
|
||||||
|
|
||||||
|
function chkDIR(){
|
||||||
|
if [ ! -d ${destDIR} ];then
|
||||||
|
mkdir ${destDIR}
|
||||||
|
elif [ -d ${destDIR} ];then
|
||||||
|
main
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
function main(){
|
||||||
|
|
||||||
|
rm -v -R ${destDIR}*.mp3
|
||||||
|
rm -v -R ${destDIR}*.ogg
|
||||||
|
rm -v -R ${destDIR}*.mp4
|
||||||
|
|
||||||
|
wget ${HDvideo} -P ${destDIR}
|
||||||
|
|
||||||
|
wget ${MP3audio} -P ${destDIR}
|
||||||
|
|
||||||
|
wget ${OGGaudio} -P ${destDIR}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
chkDIR
|
32
sh/linuxunplugged.sh
Executable file
32
sh/linuxunplugged.sh
Executable file
@ -0,0 +1,32 @@
|
|||||||
|
# linux unplugged downloader
|
||||||
|
|
||||||
|
HDvideo="http://www.podtrac.com/pts/redirect.mp4/201402.jb-dl.cdn.scaleengine.net/linuxun/2014/lup-0026.mp4"
|
||||||
|
MP3audio="http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/lup-0026-mp3.mp3"
|
||||||
|
OGGaudio="http://www.podtrac.com/pts/redirect.ogg/traffic.libsyn.com/jnite/lup-0026-ogg.ogg"
|
||||||
|
|
||||||
|
destDIR="/home/$USER/syncs/linuxunplugged/"
|
||||||
|
|
||||||
|
function chkDIR(){
|
||||||
|
if [ ! -d ${destDIR} ];then
|
||||||
|
mkdir ${destDIR}
|
||||||
|
elif [ -d ${destDIR} ];then
|
||||||
|
main
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
function main(){
|
||||||
|
|
||||||
|
rm -v -R ${destDIR}*.mp3; rm -v -R ${destDIR}*.ogg; rm -v -R ${destDIR}*.mp4
|
||||||
|
|
||||||
|
wget ${HDvideo} -P ${destDIR}
|
||||||
|
|
||||||
|
wget ${MP3audio} -P ${destDIR}
|
||||||
|
|
||||||
|
wget ${OGGaudio} -P ${destDIR}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
chkDIR
|
37
sh/scibyte.sh
Executable file
37
sh/scibyte.sh
Executable file
@ -0,0 +1,37 @@
|
|||||||
|
# scibyte downloader
|
||||||
|
|
||||||
|
#HDvideo=""
|
||||||
|
MOBILEvideo="http://www.podtrac.com/pts/redirect.mp4/201402.jb-dl.cdn.scaleengine.net/scibyte/2014/scibyte-0118-432p.mp4"
|
||||||
|
MP3audio="http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jupiterbroadcasting/scibyte-0118-mp3.mp3"
|
||||||
|
OGGaudio="http://www.podtrac.com/pts/redirect.ogg/traffic.libsyn.com/jupiterbroadcasting/scibyte-0118-ogg.ogg"
|
||||||
|
|
||||||
|
destDIR="/home/$USER/syncs/scibyte/"
|
||||||
|
|
||||||
|
function chkDIR(){
|
||||||
|
if [ ! -d ${destDIR} ];then
|
||||||
|
mkdir ${destDIR}
|
||||||
|
elif [ -d ${destDIR} ];then
|
||||||
|
main
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
function main(){
|
||||||
|
|
||||||
|
rm -v ${destDIR}*.mp3
|
||||||
|
rm -v ${destDIR}*.ogg
|
||||||
|
rm -v ${destDIR}*.mp4
|
||||||
|
|
||||||
|
#wget ${HDvideo} -P ${destDIR}
|
||||||
|
|
||||||
|
wget ${MOBILEvideo} -P ${destDIR}
|
||||||
|
|
||||||
|
wget ${MP3audio} -P ${destDIR}
|
||||||
|
|
||||||
|
wget ${OGGaudio} -P ${destDIR}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
chkDIR
|
34
sh/techsnap.sh
Executable file
34
sh/techsnap.sh
Executable file
@ -0,0 +1,34 @@
|
|||||||
|
# techsnap downloader
|
||||||
|
|
||||||
|
HDvideo="http://www.podtrac.com/pts/redirect.mp4/201402.jb-dl.cdn.scaleengine.net/techsnap/2014/techsnap-0148.mp4"
|
||||||
|
MP3audio="http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/techsnap-0148-mp3.mp3"
|
||||||
|
OGGaudio="http://www.podtrac.com/pts/redirect.ogg/traffic.libsyn.com/jnite/techsnap-0148-ogg.ogg"
|
||||||
|
|
||||||
|
destDIR="/home/$USER/syncs/techsnap/"
|
||||||
|
|
||||||
|
function chkDIR(){
|
||||||
|
if [ ! -d ${destDIR} ];then
|
||||||
|
mkdir ${destDIR}
|
||||||
|
elif [ -d ${destDIR} ];then
|
||||||
|
main
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
function main(){
|
||||||
|
|
||||||
|
rm -v ${destDIR}*.mp3
|
||||||
|
rm -v ${destDIR}*.ogg
|
||||||
|
rm -v ${destDIR}*.mp4
|
||||||
|
|
||||||
|
wget ${HDvideo} -P ${destDIR}
|
||||||
|
|
||||||
|
wget ${MP3audio} -P ${destDIR}
|
||||||
|
|
||||||
|
wget ${OGGaudio} -P ${destDIR}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
chkDIR
|
45
sh/techsnaptest.sh
Executable file
45
sh/techsnaptest.sh
Executable file
@ -0,0 +1,45 @@
|
|||||||
|
function chkDIR(){
|
||||||
|
if [ ! -d "/home/mollusk/syncs/techsnap" ]
|
||||||
|
then mkdir /home/mollusk/syncs/techsnap
|
||||||
|
mv cache/* /home/mollusk/syncs/techsnap
|
||||||
|
|
||||||
|
elif [ -d "/home/mollusk/syncs/techsnap" ]
|
||||||
|
then mv cache/* /home/mollusk/syncs/techsnap
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
function TechSnap1(){
|
||||||
|
#Directories
|
||||||
|
local ODIR="/home/mollusk/syncs/techsnap1/"
|
||||||
|
podcatcher="/home/mollusk/podcatcher/bin/podcatcher"
|
||||||
|
|
||||||
|
#Feeds
|
||||||
|
local MP3feed="http://feeds.feedburner.com/techsnapmp3"
|
||||||
|
local OGGfeed="http://feeds.feedburner.com/techsnapogg"
|
||||||
|
local HDfeed="http://feeds.feedburner.com/techsnaphd"
|
||||||
|
local MOBILEfeed="http://feeds.feedburner.com/techsnapmobile"
|
||||||
|
|
||||||
|
#Podcatacher
|
||||||
|
local OPTS="-v -e -s 1000 -p"
|
||||||
|
|
||||||
|
#mkdir ${ODIR}
|
||||||
|
rm -R ${ODIR}*
|
||||||
|
|
||||||
|
#MP3 Feed
|
||||||
|
${podcatcher} ${OPTS} ${MP3feed} #-D ${ODIR}
|
||||||
|
|
||||||
|
#OGG Feed
|
||||||
|
#${podcatcher} ${OPTS} ${OGGfeed} -D ${ODIR}
|
||||||
|
|
||||||
|
#HD Video Feed
|
||||||
|
#${podcatcher} ${OPTS} ${HDfeed} -D ${ODIR}
|
||||||
|
|
||||||
|
#Mobile Video Feed
|
||||||
|
#${podcatcher} ${OPTS} ${MOBILEfeed} -D ${ODIR}
|
||||||
|
chkDIR
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
TechSnap1
|
37
sh/unfilter.sh
Executable file
37
sh/unfilter.sh
Executable file
@ -0,0 +1,37 @@
|
|||||||
|
# Unfilter downloader
|
||||||
|
|
||||||
|
#HDvideo="http://www.podtrac.com/pts/redirect.mp4/201310.jb-dl.cdn.scaleengine.net/las/2013/linuxactionshowep284.mp4"
|
||||||
|
MOBILEvideo="http://www.podtrac.com/pts/redirect.mp4/201402.jb-dl.cdn.scaleengine.net/unfilter/2014/unfilter-0084-432p.mp4"
|
||||||
|
MP3audio="http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/unfilter-0084-mp3.mp3"
|
||||||
|
OGGaudio="http://www.podtrac.com/pts/redirect.ogg/traffic.libsyn.com/jbmirror/unfilter-0084-ogg.ogg"
|
||||||
|
|
||||||
|
destDIR="/home/$USER/syncs/unfilter/"
|
||||||
|
|
||||||
|
function chkDIR(){
|
||||||
|
if [ ! -d ${destDIR} ];then
|
||||||
|
mkdir ${destDIR}
|
||||||
|
elif [ -d ${destDIR} ];then
|
||||||
|
main
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
function main(){
|
||||||
|
|
||||||
|
rm -v -R ${destDIR}*.mp3
|
||||||
|
rm -v -R ${destDIR}*.ogg
|
||||||
|
rm -v -R ${destDIR}*.mp4
|
||||||
|
|
||||||
|
#wget ${HDvideo} -P ${destDIR}
|
||||||
|
|
||||||
|
wget ${MOBILEvideo} -P ${destDIR}
|
||||||
|
|
||||||
|
wget ${MP3audio} -P ${destDIR}
|
||||||
|
|
||||||
|
wget ${OGGaudio} -P ${destDIR}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
chkDIR
|
Loading…
x
Reference in New Issue
Block a user