Skip to content

Commit

Permalink
Tweak the feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
csev committed Mar 20, 2017
1 parent 8901529 commit 2b22e15
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 deletions.
10 changes: 5 additions & 5 deletions media/audio.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
},
"12-HTTP-F-2016-12-19-3400.mp3" : {
"post_title" : "12.6 Parsing Web Pages",
"post_excerpt" : "Now we will look at the HypertextMarkup Language (HTML) that we retrieved using Python and extract links form that HTML. We are slowly building a very simple web search engine.",
"post_excerpt" : "Now we will look at the HypertextMarkup Language (HTML) that we retrieved using Python and extract links from that HTML. We are slowly building a very simple web search engine.",
"post_file" : "12-HTTP-F-2016-12-19-3400.mp3",
"post_date" : "Mon, 19 Dec 2016 05:00:00 -0000",
"post_duration" : 399,
Expand All @@ -323,7 +323,7 @@
"post_explicit" : "no"
},
"13-Web-Services-C-2016-12-19-3400.mp3" : {
"post_title" : "13.5 XML Schema",
"post_title" : "13.3 XML Schema",
"post_excerpt" : "We look at how we can use XML Schema to determine whether or not a particular bit of XML is valid.",
"post_file" : "13-Web-Services-C-2016-12-19-3400.mp3",
"post_date" : "Mon, 19 Dec 2016 05:00:00 -0000",
Expand Down Expand Up @@ -364,7 +364,7 @@
},
"14-Objects-A-2016-11-03-3400.mp3" : {
"post_title" : "14.1 Object Oriented Definitions and Terminology",
"post_excerpt" : "We look at how Python mentions objects in its documentation as well as talk about why philosophy of object-oriented programming. We explore some OO terms like class, object, instance, method, and attribute.",
"post_excerpt" : "We look at how Python mentions objects in its documentation as well as talk about why philosophy of object-oriented programming. We explore some OOP terms like class, object, instance, method, and attribute.",
"post_file" : "14-Objects-A-2016-11-03-3400.mp3",
"post_date" : "Fri, 04 Nov 2016 04:00:00 -0000",
"post_duration" : 639,
Expand All @@ -388,7 +388,7 @@
},
"14-Objects-D-2016-11-03-3400.mp3" : {
"post_title" : "14.4 Object Inheritance",
"post_excerpt" : "We look at how we can make a new class by inheriting all of the attributes and methods of a parent class and then extend the new class with additional attributed and methods.",
"post_excerpt" : "We look at how we can make a new class by inheriting all of the attributes and methods of a parent class and then extend the new class with additional attributes and methods.",
"post_file" : "14-Objects-D-2016-11-03-3400.mp3",
"post_date" : "Fri, 04 Nov 2016 04:00:00 -0000",
"post_duration" : 457,
Expand Down Expand Up @@ -444,7 +444,7 @@
},
"15-Databases-G-2016-12-20-3400.mp3" : {
"post_title" : "15.7 Many-to-Many Relationships",
"post_excerpt" : "and courses in database tables. We look at how to build a connector table to represent many-to-many relationships such as students and courses in database tables. We also learn about composite primary keys.",
"post_excerpt" : "We look at how to build a connector table to represent many-to-many relationships such as students and courses in database tables. We also learn about composite primary keys.",
"post_file" : "15-Databases-G-2016-12-20-3400.mp3",
"post_date" : "Wed, 21 Dec 2016 05:00:00 -0000",
"post_duration" : 793,
Expand Down
16 changes: 8 additions & 8 deletions media/audio.xml
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ version="2.0">
<pubDate>Thu, 29 Sep 2016 16:00:00 -0000</pubDate> <!-- rfc822 -->
<link>http://media.py4e.com/media/audio/12-HTTP-F-2016-12-19-3400.mp3</link>
<guid isPermaLink="true">http://media.py4e.com/media/audio/12-HTTP-F-2016-12-19-3400.mp3</guid>
<description>Now we will look at the HypertextMarkup Language (HTML) that we retrieved using Python and extract links form that HTML. We are slowly building a very simple web search engine.</description>
<description>Now we will look at the HypertextMarkup Language (HTML) that we retrieved using Python and extract links from that HTML. We are slowly building a very simple web search engine.</description>
<itunes:author>Dr. Charles Russell Severance</itunes:author>
<itunes:summary>Now we will look at the HypertextMarkup Language (HTML) that we retrieved using Python and extract links form that HTML. We are slowly building a very simple web search engine.</itunes:summary>
<itunes:explicit>no</itunes:explicit>
Expand Down Expand Up @@ -523,7 +523,7 @@ version="2.0">
<enclosure url="http://media.py4e.com/media/audio/13-Web-Services-B-2016-12-19-3400.mp3" length="342" type="audio/mpeg" />
</item>
<item>
<title>13.5 XML Schema</title>
<title>13.3 XML Schema</title>
<dc:creator>Dr. Charles Russell Severance</dc:creator>
<pubDate>Thu, 29 Sep 2016 13:00:00 -0000</pubDate> <!-- rfc822 -->
<link>http://media.py4e.com/media/audio/13-Web-Services-C-2016-12-19-3400.mp3</link>
Expand Down Expand Up @@ -593,9 +593,9 @@ version="2.0">
<pubDate>Thu, 29 Sep 2016 08:00:00 -0000</pubDate> <!-- rfc822 -->
<link>http://media.py4e.com/media/audio/14-Objects-A-2016-11-03-3400.mp3</link>
<guid isPermaLink="true">http://media.py4e.com/media/audio/14-Objects-A-2016-11-03-3400.mp3</guid>
<description>We look at how Python mentions objects in its documentation as well as talk about why philosophy of object-oriented programming. We explore some OO terms like class, object, instance, method, and attribute.</description>
<description>We look at how Python mentions objects in its documentation as well as talk about why philosophy of object-oriented programming. We explore some OOP terms like class, object, instance, method, and attribute.</description>
<itunes:author>Dr. Charles Russell Severance</itunes:author>
<itunes:summary>We look at how Python mentions objects in its documentation as well as talk about why philosophy of object-oriented programming. We explore some OO terms like class, object, instance, method, and attribute.</itunes:summary>
<itunes:summary>We look at how Python mentions objects in its documentation as well as talk about why philosophy of object-oriented programming. We explore some OOP terms like class, object, instance, method, and attribute.</itunes:summary>
<itunes:explicit>no</itunes:explicit>
<itunes:duration>639</itunes:duration>
<enclosure url="http://media.py4e.com/media/audio/14-Objects-A-2016-11-03-3400.mp3" length="639" type="audio/mpeg" />
Expand Down Expand Up @@ -632,9 +632,9 @@ version="2.0">
<pubDate>Thu, 29 Sep 2016 05:00:00 -0000</pubDate> <!-- rfc822 -->
<link>http://media.py4e.com/media/audio/14-Objects-D-2016-11-03-3400.mp3</link>
<guid isPermaLink="true">http://media.py4e.com/media/audio/14-Objects-D-2016-11-03-3400.mp3</guid>
<description>We look at how we can make a new class by inheriting all of the attributes and methods of a parent class and then extend the new class with additional attributed and methods.</description>
<description>We look at how we can make a new class by inheriting all of the attributes and methods of a parent class and then extend the new class with additional attributes and methods.</description>
<itunes:author>Dr. Charles Russell Severance</itunes:author>
<itunes:summary>We look at how we can make a new class by inheriting all of the attributes and methods of a parent class and then extend the new class with additional attributed and methods.</itunes:summary>
<itunes:summary>We look at how we can make a new class by inheriting all of the attributes and methods of a parent class and then extend the new class with additional attributes and methods.</itunes:summary>
<itunes:explicit>no</itunes:explicit>
<itunes:duration>457</itunes:duration>
<enclosure url="http://media.py4e.com/media/audio/14-Objects-D-2016-11-03-3400.mp3" length="457" type="audio/mpeg" />
Expand Down Expand Up @@ -723,9 +723,9 @@ version="2.0">
<pubDate>Wed, 28 Sep 2016 22:00:00 -0000</pubDate> <!-- rfc822 -->
<link>http://media.py4e.com/media/audio/15-Databases-G-2016-12-20-3400.mp3</link>
<guid isPermaLink="true">http://media.py4e.com/media/audio/15-Databases-G-2016-12-20-3400.mp3</guid>
<description>and courses in database tables. We look at how to build a connector table to represent many-to-many relationships such as students and courses in database tables. We also learn about composite primary keys.</description>
<description>We look at how to build a connector table to represent many-to-many relationships such as students and courses in database tables. We also learn about composite primary keys.</description>
<itunes:author>Dr. Charles Russell Severance</itunes:author>
<itunes:summary>and courses in database tables. We look at how to build a connector table to represent many-to-many relationships such as students and courses in database tables. We also learn about composite primary keys.</itunes:summary>
<itunes:summary>We look at how to build a connector table to represent many-to-many relationships such as students and courses in database tables. We also learn about composite primary keys.</itunes:summary>
<itunes:explicit>no</itunes:explicit>
<itunes:duration>793</itunes:duration>
<enclosure url="http://media.py4e.com/media/audio/15-Databases-G-2016-12-20-3400.mp3" length="793" type="audio/mpeg" />
Expand Down
10 changes: 5 additions & 5 deletions media/video.json
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@
},
"12-HTTP-F-2016-12-19-3400.mov" : {
"post_title" : "12.6 Parsing Web Pages",
"post_excerpt" : "Now we will look at the HypertextMarkup Language (HTML) that we retrieved using Python and extract links form that HTML. We are slowly building a very simple web search engine.",
"post_excerpt" : "Now we will look at the HypertextMarkup Language (HTML) that we retrieved using Python and extract links from that HTML. We are slowly building a very simple web search engine.",
"post_file" : "12-HTTP-F-2016-12-19-3400.mov",
"post_date" : "Mon, 19 Dec 2016 05:00:00 -0000",
"post_duration" : 399,
Expand Down Expand Up @@ -451,7 +451,7 @@
"post_explicit" : "no"
},
"13-Web-Services-C-2016-12-19-3400.mov" : {
"post_title" : "13.5 XML Schema",
"post_title" : "13.3 XML Schema",
"post_excerpt" : "We look at how we can use XML Schema to determine whether or not a particular bit of XML is valid.",
"post_file" : "13-Web-Services-C-2016-12-19-3400.mov",
"post_date" : "Mon, 19 Dec 2016 05:00:00 -0000",
Expand Down Expand Up @@ -516,7 +516,7 @@
},
"14-Objects-A-2016-11-03-3400.mov" : {
"post_title" : "14.1 Object Oriented Definitions and Terminology",
"post_excerpt" : "We look at how Python mentions objects in its documentation as well as talk about why philosophy of object-oriented programming. We explore some OO terms like class, object, instance, method, and attribute.",
"post_excerpt" : "We look at how Python mentions objects in its documentation as well as talk about why philosophy of object-oriented programming. We explore some OOP terms like class, object, instance, method, and attribute.",
"post_file" : "14-Objects-A-2016-11-03-3400.mov",
"post_date" : "Fri, 04 Nov 2016 04:00:00 -0000",
"post_duration" : 639,
Expand All @@ -540,7 +540,7 @@
},
"14-Objects-D-2016-11-03-3400.mov" : {
"post_title" : "14.4 Object Inheritance",
"post_excerpt" : "We look at how we can make a new class by inheriting all of the attributes and methods of a parent class and then extend the new class with additional attributed and methods.",
"post_excerpt" : "We look at how we can make a new class by inheriting all of the attributes and methods of a parent class and then extend the new class with additional attributes and methods.",
"post_file" : "14-Objects-D-2016-11-03-3400.mov",
"post_date" : "Fri, 04 Nov 2016 04:00:00 -0000",
"post_duration" : 457,
Expand Down Expand Up @@ -612,7 +612,7 @@
},
"15-Databases-G-2016-12-20-3400.mov" : {
"post_title" : "15.7 Many-to-Many Relationships",
"post_excerpt" : "and courses in database tables. We look at how to build a connector table to represent many-to-many relationships such as students and courses in database tables. We also learn about composite primary keys.",
"post_excerpt" : "We look at how to build a connector table to represent many-to-many relationships such as students and courses in database tables. We also learn about composite primary keys.",
"post_file" : "15-Databases-G-2016-12-20-3400.mov",
"post_date" : "Wed, 21 Dec 2016 05:00:00 -0000",
"post_duration" : 793,
Expand Down
18 changes: 9 additions & 9 deletions media/video.xml
Original file line number Diff line number Diff line change
Expand Up @@ -671,9 +671,9 @@ version="2.0">
<pubDate>Thu, 29 Sep 2016 02:00:00 -0000</pubDate> <!-- rfc822 -->
<link>http://media.py4e.com/media/video/12-HTTP-F-2016-12-19-3400.mov</link>
<guid isPermaLink="true">http://media.py4e.com/media/video/12-HTTP-F-2016-12-19-3400.mov</guid>
<description>Now we will look at the HypertextMarkup Language (HTML) that we retrieved using Python and extract links form that HTML. We are slowly building a very simple web search engine.</description>
<description>Now we will look at the HypertextMarkup Language (HTML) that we retrieved using Python and extract links from that HTML. We are slowly building a very simple web search engine.</description>
<itunes:author>Dr. Charles Russell Severance</itunes:author>
<itunes:summary>Now we will look at the HypertextMarkup Language (HTML) that we retrieved using Python and extract links form that HTML. We are slowly building a very simple web search engine.</itunes:summary>
<itunes:summary>Now we will look at the HypertextMarkup Language (HTML) that we retrieved using Python and extract links from that HTML. We are slowly building a very simple web search engine.</itunes:summary>
<itunes:explicit>no</itunes:explicit>
<itunes:duration>399</itunes:duration>
<enclosure url="http://media.py4e.com/media/video/12-HTTP-F-2016-12-19-3400.mov" length="399" type="audio/mpeg" />
Expand Down Expand Up @@ -731,7 +731,7 @@ version="2.0">
<enclosure url="http://media.py4e.com/media/video/13-Web-Services-XML-2017-01-01-3400.mov" length="366" type="audio/mpeg" />
</item>
<item>
<title>13.5 XML Schema</title>
<title>13.3 XML Schema</title>
<dc:creator>Dr. Charles Russell Severance</dc:creator>
<pubDate>Wed, 28 Sep 2016 21:00:00 -0000</pubDate> <!-- rfc822 -->
<link>http://media.py4e.com/media/video/13-Web-Services-C-2016-12-19-3400.mov</link>
Expand Down Expand Up @@ -840,9 +840,9 @@ version="2.0">
<pubDate>Wed, 28 Sep 2016 13:00:00 -0000</pubDate> <!-- rfc822 -->
<link>http://media.py4e.com/media/video/14-Objects-A-2016-11-03-3400.mov</link>
<guid isPermaLink="true">http://media.py4e.com/media/video/14-Objects-A-2016-11-03-3400.mov</guid>
<description>We look at how Python mentions objects in its documentation as well as talk about why philosophy of object-oriented programming. We explore some OO terms like class, object, instance, method, and attribute.</description>
<description>We look at how Python mentions objects in its documentation as well as talk about why philosophy of object-oriented programming. We explore some OOP terms like class, object, instance, method, and attribute.</description>
<itunes:author>Dr. Charles Russell Severance</itunes:author>
<itunes:summary>We look at how Python mentions objects in its documentation as well as talk about why philosophy of object-oriented programming. We explore some OO terms like class, object, instance, method, and attribute.</itunes:summary>
<itunes:summary>We look at how Python mentions objects in its documentation as well as talk about why philosophy of object-oriented programming. We explore some OOP terms like class, object, instance, method, and attribute.</itunes:summary>
<itunes:explicit>no</itunes:explicit>
<itunes:duration>639</itunes:duration>
<enclosure url="http://media.py4e.com/media/video/14-Objects-A-2016-11-03-3400.mov" length="639" type="audio/mpeg" />
Expand Down Expand Up @@ -879,9 +879,9 @@ version="2.0">
<pubDate>Wed, 28 Sep 2016 10:00:00 -0000</pubDate> <!-- rfc822 -->
<link>http://media.py4e.com/media/video/14-Objects-D-2016-11-03-3400.mov</link>
<guid isPermaLink="true">http://media.py4e.com/media/video/14-Objects-D-2016-11-03-3400.mov</guid>
<description>We look at how we can make a new class by inheriting all of the attributes and methods of a parent class and then extend the new class with additional attributed and methods.</description>
<description>We look at how we can make a new class by inheriting all of the attributes and methods of a parent class and then extend the new class with additional attributes and methods.</description>
<itunes:author>Dr. Charles Russell Severance</itunes:author>
<itunes:summary>We look at how we can make a new class by inheriting all of the attributes and methods of a parent class and then extend the new class with additional attributed and methods.</itunes:summary>
<itunes:summary>We look at how we can make a new class by inheriting all of the attributes and methods of a parent class and then extend the new class with additional attributes and methods.</itunes:summary>
<itunes:explicit>no</itunes:explicit>
<itunes:duration>457</itunes:duration>
<enclosure url="http://media.py4e.com/media/video/14-Objects-D-2016-11-03-3400.mov" length="457" type="audio/mpeg" />
Expand Down Expand Up @@ -996,9 +996,9 @@ version="2.0">
<pubDate>Wed, 28 Sep 2016 01:00:00 -0000</pubDate> <!-- rfc822 -->
<link>http://media.py4e.com/media/video/15-Databases-G-2016-12-20-3400.mov</link>
<guid isPermaLink="true">http://media.py4e.com/media/video/15-Databases-G-2016-12-20-3400.mov</guid>
<description>and courses in database tables. We look at how to build a connector table to represent many-to-many relationships such as students and courses in database tables. We also learn about composite primary keys.</description>
<description>We look at how to build a connector table to represent many-to-many relationships such as students and courses in database tables. We also learn about composite primary keys.</description>
<itunes:author>Dr. Charles Russell Severance</itunes:author>
<itunes:summary>and courses in database tables. We look at how to build a connector table to represent many-to-many relationships such as students and courses in database tables. We also learn about composite primary keys.</itunes:summary>
<itunes:summary>We look at how to build a connector table to represent many-to-many relationships such as students and courses in database tables. We also learn about composite primary keys.</itunes:summary>
<itunes:explicit>no</itunes:explicit>
<itunes:duration>793</itunes:duration>
<enclosure url="http://media.py4e.com/media/video/15-Databases-G-2016-12-20-3400.mov" length="793" type="audio/mpeg" />
Expand Down

0 comments on commit 2b22e15

Please sign in to comment.