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

Purpose of this BASH script is to allow easy downloading of Security Now (GRC.Com/SecurityNow) podcasts and files related to it.
27 stars 4 forks source link

Not seeing expected output in RSS files. #17

Closed sethleedy closed 6 years ago

sethleedy commented 6 years ago

Only saw the template when using the following command line. Template:

<?xml version="1.0" encoding="UTF-8" ?>
    <rss version="2.0">
    <channel>
        <title>GRC Security Now RSS Feed</title>
        <pubDate>Tue Apr 10 15:11:22 EDT 2018</pubDate>
        <ttl>10080</ttl>
        <webMaster>code@sethleedy.name</webMaster>
        <link>http://www.grc.com/securitynow.htm</link>
        <description>Listing all episodes of {Audio|Video|Text|All Types}</description>
        <image>
            <url>https://www.grc.com/image/snonwhite.gif</url>
            <title>GRC Security Now RSS Feed</title>
            <link>http://techblog.sethleedy.name/sn-feed.rss</link>
        </image>

 </channel></rss>

Command Line: ./GRC-Downloader.sh -ep 200:205 -ahq -create-rss-audio -pd 1

sethleedy commented 6 years ago

Well, I did not wait long enough for the file to finish. Output was there after the wait.

Now seeing something odd. The link /link was missing after so many episodes. and the pubDate and description information is in the wrong place.

    <item>
        <title>HQ Audio: Listener Feedback #207</title>
        <link>http://media.GRC.com/sn/SN-496.mp3</link>
        <description>
        February 24, 2015
        </description>
        <pubDate>GRC/Audio</pubDate>
        <category>Leo and I discuss the week's major security events and discuss questions and comments from listeners of previous episodes.  We tie up loose ends, explore a wide range of topics that are too small to fill their own episode, clarify any confusion from previous installments, and present real world application notes for any of the security technologies and issues we have previously discussed.</category>
    </item>
    <item>
        <title>HQ Audio: Vehicle Hacking</title>
        <link></link>
        <description>
        March 3, 2015
        </description>
        <pubDate>GRC/Audio</pubDate>
        <category>Leo and I discuss the week's tamer-than-usual news; then we host a terrific interview of the team (recently featured on Sunday's "60 Minutes") who have been working with DARPA to address the challenge of hardening high-tech networked vehicles - autos and UAVs - against malicious hacking attacks.</category>
    </item>

Need to track down the missing links. Missing from source maybe..

sethleedy commented 6 years ago

Fixed.