Skip to content

Commit 2b22e15

Browse files
committed
Tweak the feeds
1 parent 8901529 commit 2b22e15

File tree

4 files changed

+27
-27
lines changed

4 files changed

+27
-27
lines changed

media/audio.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@
300300
},
301301
"12-HTTP-F-2016-12-19-3400.mp3" : {
302302
"post_title" : "12.6 Parsing Web Pages",
303-
"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.",
303+
"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.",
304304
"post_file" : "12-HTTP-F-2016-12-19-3400.mp3",
305305
"post_date" : "Mon, 19 Dec 2016 05:00:00 -0000",
306306
"post_duration" : 399,
@@ -323,7 +323,7 @@
323323
"post_explicit" : "no"
324324
},
325325
"13-Web-Services-C-2016-12-19-3400.mp3" : {
326-
"post_title" : "13.5 XML Schema",
326+
"post_title" : "13.3 XML Schema",
327327
"post_excerpt" : "We look at how we can use XML Schema to determine whether or not a particular bit of XML is valid.",
328328
"post_file" : "13-Web-Services-C-2016-12-19-3400.mp3",
329329
"post_date" : "Mon, 19 Dec 2016 05:00:00 -0000",
@@ -364,7 +364,7 @@
364364
},
365365
"14-Objects-A-2016-11-03-3400.mp3" : {
366366
"post_title" : "14.1 Object Oriented Definitions and Terminology",
367-
"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.",
367+
"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.",
368368
"post_file" : "14-Objects-A-2016-11-03-3400.mp3",
369369
"post_date" : "Fri, 04 Nov 2016 04:00:00 -0000",
370370
"post_duration" : 639,
@@ -388,7 +388,7 @@
388388
},
389389
"14-Objects-D-2016-11-03-3400.mp3" : {
390390
"post_title" : "14.4 Object Inheritance",
391-
"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.",
391+
"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.",
392392
"post_file" : "14-Objects-D-2016-11-03-3400.mp3",
393393
"post_date" : "Fri, 04 Nov 2016 04:00:00 -0000",
394394
"post_duration" : 457,
@@ -444,7 +444,7 @@
444444
},
445445
"15-Databases-G-2016-12-20-3400.mp3" : {
446446
"post_title" : "15.7 Many-to-Many Relationships",
447-
"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.",
447+
"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.",
448448
"post_file" : "15-Databases-G-2016-12-20-3400.mp3",
449449
"post_date" : "Wed, 21 Dec 2016 05:00:00 -0000",
450450
"post_duration" : 793,

media/audio.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ version="2.0">
489489
<pubDate>Thu, 29 Sep 2016 16:00:00 -0000</pubDate> <!-- rfc822 -->
490490
<link>http://media.py4e.com/media/audio/12-HTTP-F-2016-12-19-3400.mp3</link>
491491
<guid isPermaLink="true">http://media.py4e.com/media/audio/12-HTTP-F-2016-12-19-3400.mp3</guid>
492-
<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>
492+
<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>
493493
<itunes:author>Dr. Charles Russell Severance</itunes:author>
494494
<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>
495495
<itunes:explicit>no</itunes:explicit>
@@ -523,7 +523,7 @@ version="2.0">
523523
<enclosure url="http://media.py4e.com/media/audio/13-Web-Services-B-2016-12-19-3400.mp3" length="342" type="audio/mpeg" />
524524
</item>
525525
<item>
526-
<title>13.5 XML Schema</title>
526+
<title>13.3 XML Schema</title>
527527
<dc:creator>Dr. Charles Russell Severance</dc:creator>
528528
<pubDate>Thu, 29 Sep 2016 13:00:00 -0000</pubDate> <!-- rfc822 -->
529529
<link>http://media.py4e.com/media/audio/13-Web-Services-C-2016-12-19-3400.mp3</link>
@@ -593,9 +593,9 @@ version="2.0">
593593
<pubDate>Thu, 29 Sep 2016 08:00:00 -0000</pubDate> <!-- rfc822 -->
594594
<link>http://media.py4e.com/media/audio/14-Objects-A-2016-11-03-3400.mp3</link>
595595
<guid isPermaLink="true">http://media.py4e.com/media/audio/14-Objects-A-2016-11-03-3400.mp3</guid>
596-
<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>
596+
<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>
597597
<itunes:author>Dr. Charles Russell Severance</itunes:author>
598-
<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>
598+
<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>
599599
<itunes:explicit>no</itunes:explicit>
600600
<itunes:duration>639</itunes:duration>
601601
<enclosure url="http://media.py4e.com/media/audio/14-Objects-A-2016-11-03-3400.mp3" length="639" type="audio/mpeg" />
@@ -632,9 +632,9 @@ version="2.0">
632632
<pubDate>Thu, 29 Sep 2016 05:00:00 -0000</pubDate> <!-- rfc822 -->
633633
<link>http://media.py4e.com/media/audio/14-Objects-D-2016-11-03-3400.mp3</link>
634634
<guid isPermaLink="true">http://media.py4e.com/media/audio/14-Objects-D-2016-11-03-3400.mp3</guid>
635-
<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>
635+
<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>
636636
<itunes:author>Dr. Charles Russell Severance</itunes:author>
637-
<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>
637+
<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>
638638
<itunes:explicit>no</itunes:explicit>
639639
<itunes:duration>457</itunes:duration>
640640
<enclosure url="http://media.py4e.com/media/audio/14-Objects-D-2016-11-03-3400.mp3" length="457" type="audio/mpeg" />
@@ -723,9 +723,9 @@ version="2.0">
723723
<pubDate>Wed, 28 Sep 2016 22:00:00 -0000</pubDate> <!-- rfc822 -->
724724
<link>http://media.py4e.com/media/audio/15-Databases-G-2016-12-20-3400.mp3</link>
725725
<guid isPermaLink="true">http://media.py4e.com/media/audio/15-Databases-G-2016-12-20-3400.mp3</guid>
726-
<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>
726+
<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>
727727
<itunes:author>Dr. Charles Russell Severance</itunes:author>
728-
<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>
728+
<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>
729729
<itunes:explicit>no</itunes:explicit>
730730
<itunes:duration>793</itunes:duration>
731731
<enclosure url="http://media.py4e.com/media/audio/15-Databases-G-2016-12-20-3400.mp3" length="793" type="audio/mpeg" />

media/video.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@
412412
},
413413
"12-HTTP-F-2016-12-19-3400.mov" : {
414414
"post_title" : "12.6 Parsing Web Pages",
415-
"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.",
415+
"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.",
416416
"post_file" : "12-HTTP-F-2016-12-19-3400.mov",
417417
"post_date" : "Mon, 19 Dec 2016 05:00:00 -0000",
418418
"post_duration" : 399,
@@ -451,7 +451,7 @@
451451
"post_explicit" : "no"
452452
},
453453
"13-Web-Services-C-2016-12-19-3400.mov" : {
454-
"post_title" : "13.5 XML Schema",
454+
"post_title" : "13.3 XML Schema",
455455
"post_excerpt" : "We look at how we can use XML Schema to determine whether or not a particular bit of XML is valid.",
456456
"post_file" : "13-Web-Services-C-2016-12-19-3400.mov",
457457
"post_date" : "Mon, 19 Dec 2016 05:00:00 -0000",
@@ -516,7 +516,7 @@
516516
},
517517
"14-Objects-A-2016-11-03-3400.mov" : {
518518
"post_title" : "14.1 Object Oriented Definitions and Terminology",
519-
"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.",
519+
"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.",
520520
"post_file" : "14-Objects-A-2016-11-03-3400.mov",
521521
"post_date" : "Fri, 04 Nov 2016 04:00:00 -0000",
522522
"post_duration" : 639,
@@ -540,7 +540,7 @@
540540
},
541541
"14-Objects-D-2016-11-03-3400.mov" : {
542542
"post_title" : "14.4 Object Inheritance",
543-
"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.",
543+
"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.",
544544
"post_file" : "14-Objects-D-2016-11-03-3400.mov",
545545
"post_date" : "Fri, 04 Nov 2016 04:00:00 -0000",
546546
"post_duration" : 457,
@@ -612,7 +612,7 @@
612612
},
613613
"15-Databases-G-2016-12-20-3400.mov" : {
614614
"post_title" : "15.7 Many-to-Many Relationships",
615-
"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.",
615+
"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.",
616616
"post_file" : "15-Databases-G-2016-12-20-3400.mov",
617617
"post_date" : "Wed, 21 Dec 2016 05:00:00 -0000",
618618
"post_duration" : 793,

media/video.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -671,9 +671,9 @@ version="2.0">
671671
<pubDate>Thu, 29 Sep 2016 02:00:00 -0000</pubDate> <!-- rfc822 -->
672672
<link>http://media.py4e.com/media/video/12-HTTP-F-2016-12-19-3400.mov</link>
673673
<guid isPermaLink="true">http://media.py4e.com/media/video/12-HTTP-F-2016-12-19-3400.mov</guid>
674-
<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>
674+
<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>
675675
<itunes:author>Dr. Charles Russell Severance</itunes:author>
676-
<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>
676+
<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>
677677
<itunes:explicit>no</itunes:explicit>
678678
<itunes:duration>399</itunes:duration>
679679
<enclosure url="http://media.py4e.com/media/video/12-HTTP-F-2016-12-19-3400.mov" length="399" type="audio/mpeg" />
@@ -731,7 +731,7 @@ version="2.0">
731731
<enclosure url="http://media.py4e.com/media/video/13-Web-Services-XML-2017-01-01-3400.mov" length="366" type="audio/mpeg" />
732732
</item>
733733
<item>
734-
<title>13.5 XML Schema</title>
734+
<title>13.3 XML Schema</title>
735735
<dc:creator>Dr. Charles Russell Severance</dc:creator>
736736
<pubDate>Wed, 28 Sep 2016 21:00:00 -0000</pubDate> <!-- rfc822 -->
737737
<link>http://media.py4e.com/media/video/13-Web-Services-C-2016-12-19-3400.mov</link>
@@ -840,9 +840,9 @@ version="2.0">
840840
<pubDate>Wed, 28 Sep 2016 13:00:00 -0000</pubDate> <!-- rfc822 -->
841841
<link>http://media.py4e.com/media/video/14-Objects-A-2016-11-03-3400.mov</link>
842842
<guid isPermaLink="true">http://media.py4e.com/media/video/14-Objects-A-2016-11-03-3400.mov</guid>
843-
<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>
843+
<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>
844844
<itunes:author>Dr. Charles Russell Severance</itunes:author>
845-
<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>
845+
<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>
846846
<itunes:explicit>no</itunes:explicit>
847847
<itunes:duration>639</itunes:duration>
848848
<enclosure url="http://media.py4e.com/media/video/14-Objects-A-2016-11-03-3400.mov" length="639" type="audio/mpeg" />
@@ -879,9 +879,9 @@ version="2.0">
879879
<pubDate>Wed, 28 Sep 2016 10:00:00 -0000</pubDate> <!-- rfc822 -->
880880
<link>http://media.py4e.com/media/video/14-Objects-D-2016-11-03-3400.mov</link>
881881
<guid isPermaLink="true">http://media.py4e.com/media/video/14-Objects-D-2016-11-03-3400.mov</guid>
882-
<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>
882+
<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>
883883
<itunes:author>Dr. Charles Russell Severance</itunes:author>
884-
<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>
884+
<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>
885885
<itunes:explicit>no</itunes:explicit>
886886
<itunes:duration>457</itunes:duration>
887887
<enclosure url="http://media.py4e.com/media/video/14-Objects-D-2016-11-03-3400.mov" length="457" type="audio/mpeg" />
@@ -996,9 +996,9 @@ version="2.0">
996996
<pubDate>Wed, 28 Sep 2016 01:00:00 -0000</pubDate> <!-- rfc822 -->
997997
<link>http://media.py4e.com/media/video/15-Databases-G-2016-12-20-3400.mov</link>
998998
<guid isPermaLink="true">http://media.py4e.com/media/video/15-Databases-G-2016-12-20-3400.mov</guid>
999-
<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>
999+
<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>
10001000
<itunes:author>Dr. Charles Russell Severance</itunes:author>
1001-
<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>
1001+
<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>
10021002
<itunes:explicit>no</itunes:explicit>
10031003
<itunes:duration>793</itunes:duration>
10041004
<enclosure url="http://media.py4e.com/media/video/15-Databases-G-2016-12-20-3400.mov" length="793" type="audio/mpeg" />

0 commit comments

Comments
 (0)