howcast 0.7.4 → 0.7.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +6 -0
- data/.rspec +2 -0
- data/.rvmrc +1 -0
- data/Gemfile +2 -0
- data/Gemfile.lock +38 -0
- data/{README.markdown → README.md} +44 -13
- data/Rakefile +6 -39
- data/VERSION +1 -1
- data/fixtures/categories.xml +2230 -0
- data/fixtures/category.1585.xml +24 -0
- data/fixtures/homepage.staff_videos.xml +315 -0
- data/fixtures/invalid.api_key.xml +6 -0
- data/fixtures/playlist.4566.xml +484 -0
- data/fixtures/users.someone.profile.videos.xml +440 -0
- data/fixtures/video.233.generated.xml +1563 -0
- data/fixtures/video.233.xml +830 -0
- data/howcast.gemspec +31 -90
- data/lib/howcast.rb +1 -1
- data/lib/howcast/client.rb +1 -1
- data/lib/howcast/client/base.rb +232 -188
- data/lib/howcast/client/category.rb +31 -13
- data/lib/howcast/client/homepage.rb +10 -8
- data/lib/howcast/client/marker.rb +2 -0
- data/lib/howcast/client/playlist.rb +2 -0
- data/lib/howcast/client/search.rb +11 -11
- data/lib/howcast/client/type.rb +48 -0
- data/lib/howcast/client/user.rb +2 -0
- data/lib/howcast/client/utils.rb +53 -0
- data/lib/howcast/client/video.rb +39 -25
- data/lib/howcast/ext/string.rb +8 -0
- data/lib/howcast/hpricot/elements.rb +22 -0
- data/lib/howcast/version.rb +3 -0
- data/script/github-test.rb +24 -0
- data/spec/howcast/client/base_spec.rb +2 -2
- data/spec/howcast/client/category_spec.rb +41 -2
- data/spec/howcast/client/homepage_spec.rb +8 -8
- data/spec/howcast/client/playlist_spec.rb +6 -4
- data/spec/howcast/client/search_spec.rb +7 -8
- data/spec/howcast/client/user_spec.rb +9 -7
- data/spec/howcast/client/video_spec.rb +106 -22
- data/spec/spec_helper.rb +4 -7
- data/spec/xml_fixtures_helper.rb +20 -2895
- metadata +94 -28
- data/CHANGELOG +0 -108
- data/Manifest +0 -19
- data/howcast-0.7.3.gem +0 -0
- data/spec/string_matchers_helper.rb +0 -22
@@ -0,0 +1,24 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<howcast version="0.1">
|
3
|
+
<category>
|
4
|
+
<id>1585</id>
|
5
|
+
<name>General African Travel</name>
|
6
|
+
<parent-id>1584</parent-id>
|
7
|
+
<permalink>http://www.howcast.com/categories/1585-General-African-Travel</permalink>
|
8
|
+
<parents>
|
9
|
+
<category>
|
10
|
+
<id>1571</id>
|
11
|
+
<name>Travel</name>
|
12
|
+
<permalink>http://www.howcast.com/categories/1571-Travel</permalink>
|
13
|
+
</category>
|
14
|
+
<category>
|
15
|
+
<id>1584</id>
|
16
|
+
<name>African Travel</name>
|
17
|
+
<parent-id>1571</parent-id>
|
18
|
+
<permalink>http://www.howcast.com/categories/1584-African-Travel</permalink>
|
19
|
+
</category>
|
20
|
+
</parents>
|
21
|
+
<subcategories>
|
22
|
+
</subcategories>
|
23
|
+
</category>
|
24
|
+
</howcast>
|
@@ -0,0 +1,315 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<howcast version="0.1">
|
3
|
+
<title>Howcast - Staff Picks</title>
|
4
|
+
<videos>
|
5
|
+
<video>
|
6
|
+
<category-id>1520</category-id>
|
7
|
+
<id>450351</id>
|
8
|
+
<title>How to Use Quora</title>
|
9
|
+
<views>229</views>
|
10
|
+
<type class="AssignmentGuide" status="proprietary">HowcastGuide</type>
|
11
|
+
<ads-allowed/>
|
12
|
+
<created-at>Mon, 28 Mar 2011 04:03:17 -0700</created-at>
|
13
|
+
<rating>2</rating>
|
14
|
+
<username>curtiskent</username>
|
15
|
+
<description>
|
16
|
+
<![CDATA[Got a question? The website Quora may have the answer. And you may be the one to provide it! Here’s how it works. ]]>
|
17
|
+
</description>
|
18
|
+
<playlist-memberships>
|
19
|
+
<playlist id="8989">My Howcast Reel</playlist>
|
20
|
+
<playlist id="9708">4/2/2011 Big 8</playlist>
|
21
|
+
<playlist id="1">Homepage_videos</playlist>
|
22
|
+
<playlist id="9675">3/29/2011 Big 8</playlist>
|
23
|
+
</playlist-memberships>
|
24
|
+
<embed>
|
25
|
+
<![CDATA[<object width="425" height="273" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"><param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=450351"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.howcast.com/flash/howcast_player.swf?file=450351" type="application/x-shockwave-flash" width="425" height="273" allowFullScreen="true" allowScriptAccess="always" ></embed></object>]]>
|
26
|
+
</embed>
|
27
|
+
<duration>167</duration>
|
28
|
+
<filename>http://media.howcast.com/system/videos/4/19/63/40/406319.flv</filename>
|
29
|
+
<tags>use,Quora,ask,questions,answers,query,information,expertise,response,reply</tags>
|
30
|
+
<category-hierarchy>
|
31
|
+
<category id="1470">Technology</category>
|
32
|
+
<category parent_id="1470" id="1519">Internet & World Wide Web</category>
|
33
|
+
<category parent_id="1519" id="1520">General Internet</category>
|
34
|
+
</category-hierarchy>
|
35
|
+
<easy-steps>true</easy-steps>
|
36
|
+
<badges>Howcast Studios</badges>
|
37
|
+
<comment-count>0</comment-count>
|
38
|
+
<thumbnail-url>http://img.howcast.com/thumbnails/450351/use_quora_thumb_xxlarge_maintained_aspect.jpg</thumbnail-url>
|
39
|
+
<permalink>http://www.howcast.com/videos/450351-How-to-Use-Quora</permalink>
|
40
|
+
<content-rating>nonadult</content-rating>
|
41
|
+
</video>
|
42
|
+
<video>
|
43
|
+
<category-id>563</category-id>
|
44
|
+
<id>416272</id>
|
45
|
+
<title>How to Buy a Boyfriend Pillow</title>
|
46
|
+
<views>1530</views>
|
47
|
+
<type class="AssignmentGuide" status="proprietary">HowcastGuide</type>
|
48
|
+
<ads-allowed/>
|
49
|
+
<created-at>Mon, 28 Feb 2011 09:02:25 -0800</created-at>
|
50
|
+
<rating>1</rating>
|
51
|
+
<username>Zaphyre</username>
|
52
|
+
<description>
|
53
|
+
<![CDATA[Ditch your boyfriend and cuddle up with a supportive and comfortable boyfriend pillow, also know as a husband pillow.]]>
|
54
|
+
</description>
|
55
|
+
<playlist-memberships>
|
56
|
+
<playlist id="9708">4/2/2011 Big 8</playlist>
|
57
|
+
<playlist id="1">Homepage_videos</playlist>
|
58
|
+
<playlist id="9324">3/1/2011 Big 8</playlist>
|
59
|
+
<playlist id="9349">3/4/2011 Flash</playlist>
|
60
|
+
<playlist id="6156">What Every Woman Should Know</playlist>
|
61
|
+
</playlist-memberships>
|
62
|
+
<embed>
|
63
|
+
<![CDATA[<object width="425" height="273" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"><param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=416272"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.howcast.com/flash/howcast_player.swf?file=416272" type="application/x-shockwave-flash" width="425" height="273" allowFullScreen="true" allowScriptAccess="always" ></embed></object>]]>
|
64
|
+
</embed>
|
65
|
+
<duration>79</duration>
|
66
|
+
<filename>http://media.howcast.com/system/videos/1/16/42/40/404216.flv</filename>
|
67
|
+
<tags>buy,boyfriend,pillow,shape,army,husband,lonely,cuddle,shop,holders</tags>
|
68
|
+
<category-hierarchy>
|
69
|
+
<category id="559">House & Garden</category>
|
70
|
+
<category parent_id="559" id="560">General House & Home</category>
|
71
|
+
<category parent_id="560" id="563">Bedrooms</category>
|
72
|
+
</category-hierarchy>
|
73
|
+
<easy-steps>true</easy-steps>
|
74
|
+
<badges>Howcast Studios</badges>
|
75
|
+
<comment-count>0</comment-count>
|
76
|
+
<thumbnail-url>http://img.howcast.com/thumbnails/416272/buy_boyfriend_pillow_xxlarge_maintained_aspect.png</thumbnail-url>
|
77
|
+
<permalink>http://www.howcast.com/videos/416272-How-to-Buy-a-Boyfriend-Pillow</permalink>
|
78
|
+
<content-rating>nonadult</content-rating>
|
79
|
+
</video>
|
80
|
+
<video>
|
81
|
+
<category-id>1089</category-id>
|
82
|
+
<id>451481</id>
|
83
|
+
<title>How to Start a Girl Band</title>
|
84
|
+
<views>902</views>
|
85
|
+
<type class="AssignmentGuide" status="proprietary">HowcastGuide</type>
|
86
|
+
<ads-allowed/>
|
87
|
+
<created-at>Tue, 08 Mar 2011 04:04:25 -0800</created-at>
|
88
|
+
<rating>5</rating>
|
89
|
+
<username>breed</username>
|
90
|
+
<description>
|
91
|
+
<![CDATA[Learn what it takes to put together a successful, all-girl music group. ]]>
|
92
|
+
</description>
|
93
|
+
<playlist-memberships>
|
94
|
+
<playlist id="9425">3/9/2011 Big 8</playlist>
|
95
|
+
<playlist id="9708">4/2/2011 Big 8</playlist>
|
96
|
+
<playlist id="1">Homepage_videos</playlist>
|
97
|
+
<playlist id="9595">3/28/2011 Big 8</playlist>
|
98
|
+
<playlist id="9536">Relationship</playlist>
|
99
|
+
<playlist id="5895">My Faves</playlist>
|
100
|
+
</playlist-memberships>
|
101
|
+
<embed>
|
102
|
+
<![CDATA[<object width="425" height="273" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"><param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=451481"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.howcast.com/flash/howcast_player.swf?file=451481" type="application/x-shockwave-flash" width="425" height="273" allowFullScreen="true" allowScriptAccess="always" ></embed></object>]]>
|
103
|
+
</embed>
|
104
|
+
<duration>141</duration>
|
105
|
+
<filename>http://media.howcast.com/system/videos/3/00/51/40/405100.flv</filename>
|
106
|
+
<tags>start,girls,band,promote,group,musicians,stage,music,industry,videos</tags>
|
107
|
+
<category-hierarchy>
|
108
|
+
<category id="1048">Performing Arts</category>
|
109
|
+
<category parent_id="1048" id="1088">Music Business</category>
|
110
|
+
<category parent_id="1088" id="1089">General Music Business</category>
|
111
|
+
</category-hierarchy>
|
112
|
+
<easy-steps>true</easy-steps>
|
113
|
+
<badges>Howcast Studios</badges>
|
114
|
+
<comment-count>0</comment-count>
|
115
|
+
<thumbnail-url>http://img.howcast.com/thumbnails/451481/girl_band_master_xxlarge_maintained_aspect.jpg</thumbnail-url>
|
116
|
+
<permalink>http://www.howcast.com/videos/451481-How-to-Start-a-Girl-Band</permalink>
|
117
|
+
<content-rating>nonadult</content-rating>
|
118
|
+
</video>
|
119
|
+
<video>
|
120
|
+
<category-id>1706</category-id>
|
121
|
+
<id>354793</id>
|
122
|
+
<title>How To Do Backflips</title>
|
123
|
+
<views>844</views>
|
124
|
+
<type class="AssignmentGuide" status="proprietary">HowcastGuide</type>
|
125
|
+
<ads-allowed/>
|
126
|
+
<created-at>Mon, 10 Jan 2011 14:45:50 -0800</created-at>
|
127
|
+
<rating>2</rating>
|
128
|
+
<username>leokeiangelos</username>
|
129
|
+
<description>
|
130
|
+
<![CDATA[After you've mastered the more basic gymnastics moves, try doing the backflip -- a gravity-defying aerial stunt.]]>
|
131
|
+
</description>
|
132
|
+
<playlist-memberships>
|
133
|
+
<playlist id="8767">1/13/2011 Flash</playlist>
|
134
|
+
<playlist id="9708">4/2/2011 Big 8</playlist>
|
135
|
+
<playlist id="1">Homepage_videos</playlist>
|
136
|
+
<playlist id="9048">Favorites</playlist>
|
137
|
+
<playlist id="4196">Hot How To's</playlist>
|
138
|
+
<playlist id="5058">Blip EFP</playlist>
|
139
|
+
<playlist id="460">Hot How To's</playlist>
|
140
|
+
<playlist id="2394">AT&T UVerse</playlist>
|
141
|
+
<playlist id="6362">Kid Stuff</playlist>
|
142
|
+
<playlist id="5742">TubeMogul Auto-Publish</playlist>
|
143
|
+
<playlist id="858">Comcast.net</playlist>
|
144
|
+
<playlist id="835">Hot How-To's</playlist>
|
145
|
+
<playlist id="763">Hot How-To's</playlist>
|
146
|
+
</playlist-memberships>
|
147
|
+
<embed>
|
148
|
+
<![CDATA[<object width="425" height="273" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"><param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=354793"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.howcast.com/flash/howcast_player.swf?file=354793" type="application/x-shockwave-flash" width="425" height="273" allowFullScreen="true" allowScriptAccess="always" ></embed></object>]]>
|
149
|
+
</embed>
|
150
|
+
<duration>103</duration>
|
151
|
+
<filename>http://media.howcast.com/system/videos/2/20/74/39/397420.flv</filename>
|
152
|
+
<tags>gymnastics, sports, roundoff, handspring, flip, sports, cheerleading, acrobatics, trampoline, practice, do, backflips, jump</tags>
|
153
|
+
<category-hierarchy>
|
154
|
+
<category id="1334">Sports & Fitness</category>
|
155
|
+
<category parent_id="1334" id="1335">General Sports</category>
|
156
|
+
<category parent_id="1335" id="1706">Acrobatics</category>
|
157
|
+
</category-hierarchy>
|
158
|
+
<easy-steps>true</easy-steps>
|
159
|
+
<badges>Howcast Studios</badges>
|
160
|
+
<comment-count>0</comment-count>
|
161
|
+
<thumbnail-url>http://img.howcast.com/thumbnails/354793/do_backflips_xxlarge_maintained_aspect.png</thumbnail-url>
|
162
|
+
<permalink>http://www.howcast.com/videos/354793-How-To-Do-Backflips</permalink>
|
163
|
+
<content-rating>nonadult</content-rating>
|
164
|
+
</video>
|
165
|
+
<video>
|
166
|
+
<category-id>1110</category-id>
|
167
|
+
<id>434496</id>
|
168
|
+
<title>How to Play Guitar: Beginners / Holding a Guitar Properly While Standing</title>
|
169
|
+
<views>166</views>
|
170
|
+
<type class="HowcastOriginalGuide" status="proprietary">HowcastGuide</type>
|
171
|
+
<ads-allowed/>
|
172
|
+
<created-at>Mon, 13 Dec 2010 04:01:36 -0800</created-at>
|
173
|
+
<rating>0</rating>
|
174
|
+
<username>Howcast_Guitar_Lessons</username>
|
175
|
+
<description>
|
176
|
+
<![CDATA[Learn how to hold a guitar properly while standing in this video from Howcast's How to Play Guitar: Beginners series.]]>
|
177
|
+
</description>
|
178
|
+
<playlist-memberships>
|
179
|
+
<playlist id="9708">4/2/2011 Big 8</playlist>
|
180
|
+
<playlist id="1">Homepage_videos</playlist>
|
181
|
+
<playlist id="8414">How to Play Guitar: Getting Started</playlist>
|
182
|
+
<playlist id="8387">How to Play Guitar: Getting Started</playlist>
|
183
|
+
</playlist-memberships>
|
184
|
+
<embed>
|
185
|
+
<![CDATA[<object width="425" height="273" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"><param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=434496"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.howcast.com/flash/howcast_player.swf?file=434496" type="application/x-shockwave-flash" width="425" height="273" allowFullScreen="true" allowScriptAccess="always" ></embed></object>]]>
|
186
|
+
</embed>
|
187
|
+
<duration>51</duration>
|
188
|
+
<filename>http://media.howcast.com/system/videos/1/04/94/38/389404.flv</filename>
|
189
|
+
<tags>play, guitar, lessons, beginner, learn, hold, standing, proper</tags>
|
190
|
+
<category-hierarchy>
|
191
|
+
<category id="1048">Performing Arts</category>
|
192
|
+
<category parent_id="1048" id="1095">Musical Instruments</category>
|
193
|
+
<category parent_id="1095" id="1106">Strings</category>
|
194
|
+
<category parent_id="1106" id="1110">Guitar</category>
|
195
|
+
</category-hierarchy>
|
196
|
+
<easy-steps>false</easy-steps>
|
197
|
+
<badges>Howcast Studios</badges>
|
198
|
+
<comment-count>0</comment-count>
|
199
|
+
<thumbnail-url>http://img.howcast.com/thumbnails/434496/006_-_Holding_a_Guitar_Standing_-_r3_xxlarge_maintained_aspect.jpg</thumbnail-url>
|
200
|
+
<permalink>http://www.howcast.com/videos/434496-How-to-Play-Guitar-Beginners-Holding-a-Guitar-Properly-While-Standing</permalink>
|
201
|
+
<content-rating>nonadult</content-rating>
|
202
|
+
</video>
|
203
|
+
<video>
|
204
|
+
<category-id>455</category-id>
|
205
|
+
<id>458714</id>
|
206
|
+
<title>Killzone 3 Walkthrough / Icy Incursion - Part 2: Shipwreck </title>
|
207
|
+
<views>10</views>
|
208
|
+
<type class="HowcastOriginalGuide" status="proprietary">HowcastGuide</type>
|
209
|
+
<ads-allowed/>
|
210
|
+
<created-at>Tue, 29 Mar 2011 14:16:26 -0700</created-at>
|
211
|
+
<rating>0</rating>
|
212
|
+
<username>Howcast</username>
|
213
|
+
<description>
|
214
|
+
<![CDATA[Check out this Killzone 3 walkthrough and beat Icy Incursion - Part 2: Shipwreck with this online demo.]]>
|
215
|
+
</description>
|
216
|
+
<playlist-memberships>
|
217
|
+
<playlist id="9702">4/1/11 Flash</playlist>
|
218
|
+
<playlist id="9708">4/2/2011 Big 8</playlist>
|
219
|
+
<playlist id="1">Homepage_videos</playlist>
|
220
|
+
</playlist-memberships>
|
221
|
+
<embed>
|
222
|
+
<![CDATA[<object width="425" height="273" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"><param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=458714"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.howcast.com/flash/howcast_player.swf?file=458714" type="application/x-shockwave-flash" width="425" height="273" allowFullScreen="true" allowScriptAccess="always" ></embed></object>]]>
|
223
|
+
</embed>
|
224
|
+
<duration>359</duration>
|
225
|
+
<filename>http://media.howcast.com/system/videos/3/90/90/40/409090.flv</filename>
|
226
|
+
<tags>ps3, killzone, killzone 3, ps3 games, killzone gameplay, killzone 3 gameplay, killzone ps3, killzone 3 move, killzone 3 demo, killzone 3 online, killzone walkthrough, kill zone 3, killzone3, killzone 3, hd, killzone 3 campaign, playstation 3, playstation </tags>
|
227
|
+
<category-hierarchy>
|
228
|
+
<category id="440">Games</category>
|
229
|
+
<category parent_id="440" id="450">Computer & Video Games</category>
|
230
|
+
<category parent_id="450" id="455">Shooter Games</category>
|
231
|
+
</category-hierarchy>
|
232
|
+
<easy-steps>false</easy-steps>
|
233
|
+
<badges>Howcast Studios</badges>
|
234
|
+
<comment-count>0</comment-count>
|
235
|
+
<thumbnail-url>http://img.howcast.com/thumbnails/458714/killzone3_walkthrough_level05_part02_xxlarge_maintained_aspect.jpg</thumbnail-url>
|
236
|
+
<permalink>http://www.howcast.com/videos/458714-Killzone-3-Walkthrough-Icy-Incursion-Part-2-Shipwreck-</permalink>
|
237
|
+
<content-rating>nonadult</content-rating>
|
238
|
+
</video>
|
239
|
+
<video>
|
240
|
+
<category-id>1726</category-id>
|
241
|
+
<id>454053</id>
|
242
|
+
<title>How to Understand Basic Sewing Terms</title>
|
243
|
+
<views>82</views>
|
244
|
+
<type class="AssignmentGuide" status="proprietary">HowcastGuide</type>
|
245
|
+
<ads-allowed/>
|
246
|
+
<created-at>Fri, 11 Mar 2011 14:30:49 -0800</created-at>
|
247
|
+
<rating>2</rating>
|
248
|
+
<username>ssproductions</username>
|
249
|
+
<description>
|
250
|
+
<![CDATA[Learn how to understand basic sewing terms - like "straight stitch" and "back stitch" - with this sewing tutorial. Expert: Melissa Lunden ]]>
|
251
|
+
</description>
|
252
|
+
<playlist-memberships>
|
253
|
+
<playlist id="9702">4/1/11 Flash</playlist>
|
254
|
+
<playlist id="9521">A Stitch In Time</playlist>
|
255
|
+
<playlist id="9708">4/2/2011 Big 8</playlist>
|
256
|
+
<playlist id="1">Homepage_videos</playlist>
|
257
|
+
<playlist id="9701">Fabric Worm Videos</playlist>
|
258
|
+
</playlist-memberships>
|
259
|
+
<embed>
|
260
|
+
<![CDATA[<object width="425" height="273" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"><param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=454053"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.howcast.com/flash/howcast_player.swf?file=454053" type="application/x-shockwave-flash" width="425" height="273" allowFullScreen="true" allowScriptAccess="always" ></embed></object>]]>
|
261
|
+
</embed>
|
262
|
+
<duration>208</duration>
|
263
|
+
<filename>http://media.howcast.com/system/videos/6/13/60/40/406013.flv</filename>
|
264
|
+
<tags>sewing, sewing terms, straight stitch, back stitch, sewing tutorial, sewing a dress, sewing how to, sewing machine thread, how to sew, hand sewing, how to thread a sewing machine, stitching, sew a dress, sewing thread, sewing machine, how to stitch </tags>
|
265
|
+
<category-hierarchy>
|
266
|
+
<category id="240">Crafts & Hobbies</category>
|
267
|
+
<category parent_id="240" id="275">Needlework</category>
|
268
|
+
<category parent_id="275" id="1726">Sewing</category>
|
269
|
+
</category-hierarchy>
|
270
|
+
<easy-steps>false</easy-steps>
|
271
|
+
<badges>Howcast Studios</badges>
|
272
|
+
<comment-count>0</comment-count>
|
273
|
+
<thumbnail-url>http://img.howcast.com/thumbnails/454053/Screen_shot_2011-03-11_at_5.27.06_PM_xxlarge_maintained_aspect.png</thumbnail-url>
|
274
|
+
<permalink>http://www.howcast.com/videos/454053-How-to-Understand-Basic-Sewing-Terms</permalink>
|
275
|
+
<content-rating>nonadult</content-rating>
|
276
|
+
</video>
|
277
|
+
<video>
|
278
|
+
<category-id>1110</category-id>
|
279
|
+
<id>452593</id>
|
280
|
+
<title>Types of Ukuleles: Tenor Ukulele</title>
|
281
|
+
<views>18</views>
|
282
|
+
<type class="AssignmentGuide" status="proprietary">HowcastGuide</type>
|
283
|
+
<ads-allowed/>
|
284
|
+
<created-at>Wed, 30 Mar 2011 12:01:10 -0700</created-at>
|
285
|
+
<rating>0</rating>
|
286
|
+
<username>CinemaSlam</username>
|
287
|
+
<description>
|
288
|
+
<![CDATA[Learn about the tenor ukulele in this ukulele tutorial. Expert: Jarret Delos Santos]]>
|
289
|
+
</description>
|
290
|
+
<playlist-memberships>
|
291
|
+
<playlist id="9702">4/1/11 Flash</playlist>
|
292
|
+
<playlist id="9708">4/2/2011 Big 8</playlist>
|
293
|
+
<playlist id="1">Homepage_videos</playlist>
|
294
|
+
</playlist-memberships>
|
295
|
+
<embed>
|
296
|
+
<![CDATA[<object width="425" height="273" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"><param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=452593"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.howcast.com/flash/howcast_player.swf?file=452593" type="application/x-shockwave-flash" width="425" height="273" allowFullScreen="true" allowScriptAccess="always" ></embed></object>]]>
|
297
|
+
</embed>
|
298
|
+
<duration>84</duration>
|
299
|
+
<filename>http://media.howcast.com/system/videos/0/78/77/40/407778.flv</filename>
|
300
|
+
<tags>play ukulele, ukelele, ukulele, ukele, ukulele for beginners, ukulele lesson, ukulele lessons, ukulele music, ukulele tutorial, ukulele song, ukulele songs, learn ukulele, tenor ukulele, buy ukulele</tags>
|
301
|
+
<category-hierarchy>
|
302
|
+
<category id="1048">Performing Arts</category>
|
303
|
+
<category parent_id="1048" id="1095">Musical Instruments</category>
|
304
|
+
<category parent_id="1095" id="1106">Strings</category>
|
305
|
+
<category parent_id="1106" id="1110">Guitar</category>
|
306
|
+
</category-hierarchy>
|
307
|
+
<easy-steps>false</easy-steps>
|
308
|
+
<badges>Howcast Studios</badges>
|
309
|
+
<comment-count>0</comment-count>
|
310
|
+
<thumbnail-url>http://img.howcast.com/thumbnails/452593/40_xxlarge_maintained_aspect.jpg</thumbnail-url>
|
311
|
+
<permalink>http://www.howcast.com/videos/452593-Types-of-Ukuleles-Tenor-Ukulele</permalink>
|
312
|
+
<content-rating>nonadult</content-rating>
|
313
|
+
</video>
|
314
|
+
</videos>
|
315
|
+
</howcast>
|
@@ -0,0 +1,484 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<howcast version="0.1">
|
3
|
+
<title>Howcast - Eggs-Travaganza!</title>
|
4
|
+
<playlist-thumbnail-url>http://img.howcast.com/thumbnails/1072/hpn_a011_perfect_scrambled_eggs_sd_medium.jpg</playlist-thumbnail-url>
|
5
|
+
<description>Become an eggs-pert!  We can teach you how to test eggs for freshness, crack them, and hard-boil, poach, scramble, or fry them perfectly. We'll even let you in on a little trick for hard-boiling eggs so they peel easily.</description>
|
6
|
+
<permalink>http://www.howcast.com/playlists/4566-EggsTravaganza</permalink>
|
7
|
+
<id>4566</id>
|
8
|
+
<videos>
|
9
|
+
<video>
|
10
|
+
<category-id>392</category-id>
|
11
|
+
<id>21314</id>
|
12
|
+
<title>How To Separate an Egg</title>
|
13
|
+
<views>5979</views>
|
14
|
+
<type class="AssignmentGuide" status="proprietary">HowcastGuide</type>
|
15
|
+
<ads-allowed/>
|
16
|
+
<created-at>Fri, 01 Aug 2008 17:00:40 -0700</created-at>
|
17
|
+
<rating>11</rating>
|
18
|
+
<username>michaelrsanchez</username>
|
19
|
+
<description>
|
20
|
+
<![CDATA[You may have to break a few eggs to make an omelet, but if you want to make a soufflé—or an angel food cake, or a custard—you’ll need to separate them too.]]>
|
21
|
+
</description>
|
22
|
+
<playlist-memberships>
|
23
|
+
<playlist id="4566">Eggs-Travaganza!</playlist>
|
24
|
+
<playlist id="1971">4/18/09 Flash</playlist>
|
25
|
+
<playlist id="1486">2/17/2009 Flash</playlist>
|
26
|
+
<playlist id="1805">3/31/2009 Flash</playlist>
|
27
|
+
<playlist id="1780">3/19/2009 Flash</playlist>
|
28
|
+
<playlist id="1470">2/13/2009 Flash</playlist>
|
29
|
+
<playlist id="1611">2/23/2009 Flash</playlist>
|
30
|
+
<playlist id="1928">4/6/2009 Flash</playlist>
|
31
|
+
<playlist id="4715">Cooking</playlist>
|
32
|
+
<playlist id="1735">3/8/2009 Flash</playlist>
|
33
|
+
<playlist id="1957">4/11/09 Flash</playlist>
|
34
|
+
<playlist id="8756">1/12/2011 Flash</playlist>
|
35
|
+
<playlist id="6558">8/1/2010 Big 8</playlist>
|
36
|
+
<playlist id="7888">11/7/2010 Flash</playlist>
|
37
|
+
<playlist id="1816">Simple Food Recipes</playlist>
|
38
|
+
<playlist id="445">Verizon Hub</playlist>
|
39
|
+
</playlist-memberships>
|
40
|
+
<embed>
|
41
|
+
<![CDATA[<object width="425" height="352" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"><param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=21314"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.howcast.com/flash/howcast_player.swf?file=21314" type="application/x-shockwave-flash" width="425" height="352" allowFullScreen="true" allowScriptAccess="always" ></embed></object>]]>
|
42
|
+
</embed>
|
43
|
+
<duration>85</duration>
|
44
|
+
<filename>http://media.howcast.com/system/videos/6/14/13/02/21314.flv</filename>
|
45
|
+
<tags>DIY, Instructional, tutorial, Do It Yourself, Tips, Essential Skills, Learn to, egg, separate, cooking</tags>
|
46
|
+
<category-hierarchy>
|
47
|
+
<category id="355">Food & Drink</category>
|
48
|
+
<category parent_id="355" id="392">Cooking Basics</category>
|
49
|
+
</category-hierarchy>
|
50
|
+
<easy-steps>true</easy-steps>
|
51
|
+
<badges>Howcast Studios</badges>
|
52
|
+
<comment-count>2</comment-count>
|
53
|
+
<thumbnail-url>http://img.howcast.com/thumbnails/21314/40_xxlarge_maintained_aspect.jpg</thumbnail-url>
|
54
|
+
<permalink>http://www.howcast.com/videos/21314-How-To-Separate-an-Egg</permalink>
|
55
|
+
<content-rating>nonadult</content-rating>
|
56
|
+
</video>
|
57
|
+
<video>
|
58
|
+
<category-id>392</category-id>
|
59
|
+
<id>191496</id>
|
60
|
+
<title>How To Test Eggs For Freshness</title>
|
61
|
+
<views>7622</views>
|
62
|
+
<type class="AssignmentGuide" status="proprietary">HowcastGuide</type>
|
63
|
+
<ads-allowed/>
|
64
|
+
<created-at>Wed, 10 Jun 2009 07:47:21 -0700</created-at>
|
65
|
+
<rating>30</rating>
|
66
|
+
<username>lorishe09</username>
|
67
|
+
<description>
|
68
|
+
<![CDATA[It's easy to find out if your eggs can be scrambled, fried, or used in a recipe - or if they need to be tossed in the trash.]]>
|
69
|
+
</description>
|
70
|
+
<playlist-memberships>
|
71
|
+
<playlist id="3446">9/23/2009 Big 8</playlist>
|
72
|
+
<playlist id="4566">Eggs-Travaganza!</playlist>
|
73
|
+
<playlist id="3003">Health</playlist>
|
74
|
+
<playlist id="4120">Kitchen Basics</playlist>
|
75
|
+
<playlist id="3328">9/11/2009 Flash</playlist>
|
76
|
+
<playlist id="2729">7/19/2009 Flash</playlist>
|
77
|
+
<playlist id="2653">Santé</playlist>
|
78
|
+
<playlist id="2560">7/2/2009 Flash</playlist>
|
79
|
+
<playlist id="3042">8/18/2009 Flash</playlist>
|
80
|
+
<playlist id="3683">10/18/2009 Big 8</playlist>
|
81
|
+
<playlist id="6768">8/13/2010 Flash</playlist>
|
82
|
+
<playlist id="3081">Cooking Tips - New</playlist>
|
83
|
+
<playlist id="3182">8/30/2009 Flash</playlist>
|
84
|
+
<playlist id="5138">4/5/2010 Big 8</playlist>
|
85
|
+
<playlist id="2584">Wiinoma</playlist>
|
86
|
+
<playlist id="9594">3/28/2011 Flash</playlist>
|
87
|
+
<playlist id="2287">Usual Videos</playlist>
|
88
|
+
</playlist-memberships>
|
89
|
+
<embed>
|
90
|
+
<![CDATA[<object width="425" height="352" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"><param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=191496"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.howcast.com/flash/howcast_player.swf?file=191496" type="application/x-shockwave-flash" width="425" height="352" allowFullScreen="true" allowScriptAccess="always" ></embed></object>]]>
|
91
|
+
</embed>
|
92
|
+
<duration>86</duration>
|
93
|
+
<filename>http://media.howcast.com/system/videos/4/96/14/19/191496.flv</filename>
|
94
|
+
<tags>DIY, Instructional, tutorial, Do It Yourself, Tips, breakfast, Dairy, milk, flour, farm</tags>
|
95
|
+
<category-hierarchy>
|
96
|
+
<category id="355">Food & Drink</category>
|
97
|
+
<category parent_id="355" id="392">Cooking Basics</category>
|
98
|
+
</category-hierarchy>
|
99
|
+
<easy-steps>true</easy-steps>
|
100
|
+
<badges>Howcast Studios</badges>
|
101
|
+
<comment-count>5</comment-count>
|
102
|
+
<thumbnail-url>http://img.howcast.com/thumbnails/191496/Picture_1_xxlarge_maintained_aspect.png</thumbnail-url>
|
103
|
+
<permalink>http://www.howcast.com/videos/191496-How-To-Test-Eggs-For-Freshness</permalink>
|
104
|
+
<content-rating>nonadult</content-rating>
|
105
|
+
</video>
|
106
|
+
<video>
|
107
|
+
<category-id>392</category-id>
|
108
|
+
<id>282247</id>
|
109
|
+
<title>How To Crack an Egg</title>
|
110
|
+
<views>4497</views>
|
111
|
+
<type class="AssignmentGuide" status="proprietary">HowcastGuide</type>
|
112
|
+
<ads-allowed/>
|
113
|
+
<created-at>Fri, 04 Dec 2009 09:16:18 -0800</created-at>
|
114
|
+
<rating>3</rating>
|
115
|
+
<username>lazydiamond</username>
|
116
|
+
<description>
|
117
|
+
<![CDATA[No need to walk on eggshells if you're looking to make scrambled eggs or your favorite homemade cookies – take a crack at this simple task.]]>
|
118
|
+
</description>
|
119
|
+
<playlist-memberships>
|
120
|
+
<playlist id="4566">Eggs-Travaganza!</playlist>
|
121
|
+
<playlist id="4818">2/25/2010 Big 8</playlist>
|
122
|
+
<playlist id="7677">Culinary Arts</playlist>
|
123
|
+
<playlist id="3190">Whas Good</playlist>
|
124
|
+
</playlist-memberships>
|
125
|
+
<embed>
|
126
|
+
<![CDATA[<object width="425" height="273" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"><param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=282247"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.howcast.com/flash/howcast_player.swf?file=282247" type="application/x-shockwave-flash" width="425" height="273" allowFullScreen="true" allowScriptAccess="always" ></embed></object>]]>
|
127
|
+
</embed>
|
128
|
+
<duration>67</duration>
|
129
|
+
<filename>http://media.howcast.com/system/videos/0/58/97/28/289758.flv</filename>
|
130
|
+
<tags>egg, shell, cracking, splitting, beating, preparing, cooking, kitchen, baking, bowl, breaking, yolk</tags>
|
131
|
+
<category-hierarchy>
|
132
|
+
<category id="355">Food & Drink</category>
|
133
|
+
<category parent_id="355" id="392">Cooking Basics</category>
|
134
|
+
</category-hierarchy>
|
135
|
+
<easy-steps>true</easy-steps>
|
136
|
+
<badges>Howcast Studios</badges>
|
137
|
+
<comment-count>0</comment-count>
|
138
|
+
<thumbnail-url>http://img.howcast.com/thumbnails/282247/CrackEgg_xxlarge_maintained_aspect.png</thumbnail-url>
|
139
|
+
<permalink>http://www.howcast.com/videos/282247-How-To-Crack-an-Egg</permalink>
|
140
|
+
<content-rating>nonadult</content-rating>
|
141
|
+
</video>
|
142
|
+
<video>
|
143
|
+
<category-id>382</category-id>
|
144
|
+
<id>258250</id>
|
145
|
+
<title>How To Hard-Boil an Egg</title>
|
146
|
+
<views>1859</views>
|
147
|
+
<type class="AssignmentGuide" status="proprietary">HowcastGuide</type>
|
148
|
+
<ads-allowed/>
|
149
|
+
<created-at>Tue, 20 Oct 2009 15:17:37 -0700</created-at>
|
150
|
+
<rating>4</rating>
|
151
|
+
<username>michaelrsanchez</username>
|
152
|
+
<description>
|
153
|
+
<![CDATA[Making the perfect hard-boiled egg is a science. Follow these simple steps to have that perfect creamy yellow yolk.]]>
|
154
|
+
</description>
|
155
|
+
<playlist-memberships>
|
156
|
+
<playlist id="4566">Eggs-Travaganza!</playlist>
|
157
|
+
<playlist id="1389">COOKING</playlist>
|
158
|
+
<playlist id="456">Food & Drink</playlist>
|
159
|
+
<playlist id="767">Food & Drink</playlist>
|
160
|
+
<playlist id="617">Food & Drink</playlist>
|
161
|
+
<playlist id="869">Food & Drink</playlist>
|
162
|
+
<playlist id="720">Glam Media</playlist>
|
163
|
+
<playlist id="445">Verizon Hub</playlist>
|
164
|
+
</playlist-memberships>
|
165
|
+
<embed>
|
166
|
+
<![CDATA[<object width="425" height="273" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"><param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=258250"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.howcast.com/flash/howcast_player.swf?file=258250" type="application/x-shockwave-flash" width="425" height="273" allowFullScreen="true" allowScriptAccess="always" ></embed></object>]]>
|
167
|
+
</embed>
|
168
|
+
<duration>90</duration>
|
169
|
+
<filename>http://media.howcast.com/system/videos/5/82/46/26/264682.flv</filename>
|
170
|
+
<tags>eggs,boiling,hard-boiling,hard,cooking,making,breakfast,recipes,food,preparing,correctly</tags>
|
171
|
+
<category-hierarchy>
|
172
|
+
<category id="355">Food & Drink</category>
|
173
|
+
<category parent_id="355" id="382">Breakfast</category>
|
174
|
+
</category-hierarchy>
|
175
|
+
<easy-steps>true</easy-steps>
|
176
|
+
<badges>Howcast Studios</badges>
|
177
|
+
<comment-count>0</comment-count>
|
178
|
+
<thumbnail-url>http://img.howcast.com/thumbnails/258250/HardBoilEgg_xxlarge_maintained_aspect.png</thumbnail-url>
|
179
|
+
<permalink>http://www.howcast.com/videos/258250-How-To-HardBoil-an-Egg</permalink>
|
180
|
+
<content-rating>nonadult</content-rating>
|
181
|
+
</video>
|
182
|
+
<video>
|
183
|
+
<category-id>382</category-id>
|
184
|
+
<id>29259</id>
|
185
|
+
<title>How To Poach an Egg</title>
|
186
|
+
<views>35523</views>
|
187
|
+
<type class="AssignmentGuide" status="proprietary">HowcastGuide</type>
|
188
|
+
<ads-allowed/>
|
189
|
+
<created-at>Tue, 02 Sep 2008 10:03:03 -0700</created-at>
|
190
|
+
<rating>69</rating>
|
191
|
+
<username>michaelrsanchez</username>
|
192
|
+
<description>
|
193
|
+
<![CDATA[Good news for egg lovers: You don't need a drop of oil or butter for this preparation, which makes poaching one of the healthiest ways to put a protein powerhouse on your plate.]]>
|
194
|
+
</description>
|
195
|
+
<playlist-memberships>
|
196
|
+
<playlist id="2643">Renzie on Food: Breakfast Stuff</playlist>
|
197
|
+
<playlist id="2644">Renzie on Food: Eggs!</playlist>
|
198
|
+
<playlist id="1808">Foodstuff</playlist>
|
199
|
+
<playlist id="3082">Other Cooking - New</playlist>
|
200
|
+
<playlist id="3461">Alles Ivm Koken</playlist>
|
201
|
+
<playlist id="3449">Cooking</playlist>
|
202
|
+
<playlist id="2723">HOME TIPS</playlist>
|
203
|
+
<playlist id="5586">Cooking</playlist>
|
204
|
+
<playlist id="8320">Cooking Catagory</playlist>
|
205
|
+
<playlist id="4568">Good Morning!</playlist>
|
206
|
+
<playlist id="4554">1/28/2010 Flash</playlist>
|
207
|
+
<playlist id="3500">9/29/2009 Big 8</playlist>
|
208
|
+
<playlist id="4378">Playlist</playlist>
|
209
|
+
<playlist id="4910">3/7/2010 Flash</playlist>
|
210
|
+
<playlist id="4119">Breakfast</playlist>
|
211
|
+
<playlist id="5586">Cooking</playlist>
|
212
|
+
<playlist id="2524">Food</playlist>
|
213
|
+
<playlist id="2594">Renzie on Food: Cooking</playlist>
|
214
|
+
<playlist id="5999">Cooking</playlist>
|
215
|
+
<playlist id="8276">Food</playlist>
|
216
|
+
<playlist id="4566">Eggs-Travaganza!</playlist>
|
217
|
+
<playlist id="3835">11/2/2009 Big 8</playlist>
|
218
|
+
<playlist id="2665">Healthy Breakfasts</playlist>
|
219
|
+
<playlist id="3204">Useful Info</playlist>
|
220
|
+
<playlist id="9188">HOWCAST</playlist>
|
221
|
+
<playlist id="3901">Random Jizz</playlist>
|
222
|
+
<playlist id="6515">Cooking</playlist>
|
223
|
+
<playlist id="860">Culinary Videos</playlist>
|
224
|
+
<playlist id="1334">Cooking/Baking</playlist>
|
225
|
+
<playlist id="1389">COOKING</playlist>
|
226
|
+
<playlist id="3893">Girlyness</playlist>
|
227
|
+
<playlist id="5978">Comment Engagement (Control Group)</playlist>
|
228
|
+
<playlist id="83">Useful Videos</playlist>
|
229
|
+
<playlist id="4850">Food & Drink</playlist>
|
230
|
+
<playlist id="83">Useful Videos</playlist>
|
231
|
+
<playlist id="445">Verizon Hub</playlist>
|
232
|
+
</playlist-memberships>
|
233
|
+
<embed>
|
234
|
+
<![CDATA[<object width="425" height="352" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"><param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=29259"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.howcast.com/flash/howcast_player.swf?file=29259" type="application/x-shockwave-flash" width="425" height="352" allowFullScreen="true" allowScriptAccess="always" ></embed></object>]]>
|
235
|
+
</embed>
|
236
|
+
<duration>104</duration>
|
237
|
+
<filename>http://media.howcast.com/system/videos/6/59/92/02/29259.flv</filename>
|
238
|
+
<tags>DIY, Instructional, tutorial, Do It Yourself, Tips, Essential Skills, Learn to, egg, poach, breakfast</tags>
|
239
|
+
<category-hierarchy>
|
240
|
+
<category id="355">Food & Drink</category>
|
241
|
+
<category parent_id="355" id="382">Breakfast</category>
|
242
|
+
</category-hierarchy>
|
243
|
+
<easy-steps>true</easy-steps>
|
244
|
+
<badges>Howcast Studios</badges>
|
245
|
+
<comment-count>9</comment-count>
|
246
|
+
<thumbnail-url>http://img.howcast.com/thumbnails/29259/Picture_8_xxlarge_maintained_aspect.png</thumbnail-url>
|
247
|
+
<permalink>http://www.howcast.com/videos/29259-How-To-Poach-an-Egg</permalink>
|
248
|
+
<content-rating>nonadult</content-rating>
|
249
|
+
</video>
|
250
|
+
<video>
|
251
|
+
<category-id>382</category-id>
|
252
|
+
<id>2578</id>
|
253
|
+
<title>How To Hard-Boil an Egg So It Peels Easily</title>
|
254
|
+
<views>31954</views>
|
255
|
+
<type class="HowcastOriginalGuide" status="proprietary">HowcastGuide</type>
|
256
|
+
<ads-allowed/>
|
257
|
+
<created-at>Tue, 18 Mar 2008 11:08:10 -0700</created-at>
|
258
|
+
<rating>38</rating>
|
259
|
+
<username>SheriffThompson</username>
|
260
|
+
<description>
|
261
|
+
<![CDATA[Have you ever thrown out a perfectly good hard-boiled egg because you got so frustrated trying to peel it? Here’s how to cook the perfectly-peelable egg. ]]>
|
262
|
+
</description>
|
263
|
+
<playlist-memberships>
|
264
|
+
<playlist id="450">Test</playlist>
|
265
|
+
<playlist id="2584">Wiinoma</playlist>
|
266
|
+
<playlist id="76">Unsorted Videos</playlist>
|
267
|
+
<playlist id="5856">Food Videos</playlist>
|
268
|
+
<playlist id="4965">3/15/2010 Flash</playlist>
|
269
|
+
<playlist id="2524">Food</playlist>
|
270
|
+
<playlist id="4816">Food & Drink</playlist>
|
271
|
+
<playlist id="4638">2/5/2010 Flash</playlist>
|
272
|
+
<playlist id="617">Food & Drink</playlist>
|
273
|
+
<playlist id="3081">Cooking Tips - New</playlist>
|
274
|
+
<playlist id="456">Food & Drink</playlist>
|
275
|
+
<playlist id="8276">Food</playlist>
|
276
|
+
<playlist id="4025">11/30/2009 Big 8</playlist>
|
277
|
+
<playlist id="94">Happy Easter!</playlist>
|
278
|
+
<playlist id="4566">Eggs-Travaganza!</playlist>
|
279
|
+
<playlist id="1979">Happy Easter!</playlist>
|
280
|
+
<playlist id="4744">Nutrition and Fitness</playlist>
|
281
|
+
<playlist id="2426">Recipes</playlist>
|
282
|
+
<playlist id="218">Best Knowing</playlist>
|
283
|
+
<playlist id="137">Howcast Food & Drink</playlist>
|
284
|
+
<playlist id="860">Culinary Videos</playlist>
|
285
|
+
<playlist id="6298">Life Hacking</playlist>
|
286
|
+
<playlist id="9189">Fully</playlist>
|
287
|
+
<playlist id="2666">To See</playlist>
|
288
|
+
<playlist id="83">Useful Videos</playlist>
|
289
|
+
<playlist id="507">Food Playlist</playlist>
|
290
|
+
<playlist id="767">Food & Drink</playlist>
|
291
|
+
<playlist id="3142">Favorites</playlist>
|
292
|
+
<playlist id="869">Food & Drink</playlist>
|
293
|
+
<playlist id="3938">Top Howcast Videos</playlist>
|
294
|
+
<playlist id="4850">Food & Drink</playlist>
|
295
|
+
<playlist id="445">Verizon Hub</playlist>
|
296
|
+
</playlist-memberships>
|
297
|
+
<embed>
|
298
|
+
<![CDATA[<object width="425" height="352" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"><param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=2578"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.howcast.com/flash/howcast_player.swf?file=2578" type="application/x-shockwave-flash" width="425" height="352" allowFullScreen="true" allowScriptAccess="always" ></embed></object>]]>
|
299
|
+
</embed>
|
300
|
+
<duration>99</duration>
|
301
|
+
<filename>http://media.howcast.com/system/videos/2/78/25/2578.flv</filename>
|
302
|
+
<tags>boil, boiled, boiling, cook, cooking, DIY, Do It Yourself, easily, easy, egg, eggs, Essential Skills, food, hard-boil, hard-boiled, Instructional, Learn to, make, making, peel, peeling, Tips, tutorial</tags>
|
303
|
+
<category-hierarchy>
|
304
|
+
<category id="355">Food & Drink</category>
|
305
|
+
<category parent_id="355" id="382">Breakfast</category>
|
306
|
+
</category-hierarchy>
|
307
|
+
<easy-steps>true</easy-steps>
|
308
|
+
<badges>Howcast Studios</badges>
|
309
|
+
<comment-count>8</comment-count>
|
310
|
+
<thumbnail-url>http://img.howcast.com/thumbnails/2578/ppn_rich_hard_boil_egg_sd_xxlarge_maintained_aspect.jpg</thumbnail-url>
|
311
|
+
<permalink>http://www.howcast.com/videos/2578-How-To-HardBoil-an-Egg-So-It-Peels-Easily</permalink>
|
312
|
+
<content-rating>nonadult</content-rating>
|
313
|
+
</video>
|
314
|
+
<video>
|
315
|
+
<category-id>382</category-id>
|
316
|
+
<id>1072</id>
|
317
|
+
<title>How To Make Perfect Scrambled Eggs</title>
|
318
|
+
<views>32298</views>
|
319
|
+
<type class="AssignmentGuide" status="proprietary">HowcastGuide</type>
|
320
|
+
<ads-allowed/>
|
321
|
+
<created-at>Tue, 05 Feb 2008 13:28:45 -0800</created-at>
|
322
|
+
<rating>31</rating>
|
323
|
+
<username>pjvaldez</username>
|
324
|
+
<description>
|
325
|
+
<![CDATA[Everyone and their mother claims to make the best scrambled eggs. We're no different—we're just not your mom.]]>
|
326
|
+
</description>
|
327
|
+
<playlist-memberships>
|
328
|
+
<playlist id="246">Food-drink</playlist>
|
329
|
+
<playlist id="1085">Food!</playlist>
|
330
|
+
<playlist id="392">Food</playlist>
|
331
|
+
<playlist id="9533">3/16/2011 Flash</playlist>
|
332
|
+
<playlist id="3954">Food</playlist>
|
333
|
+
<playlist id="7175">Cooked Meals</playlist>
|
334
|
+
<playlist id="1816">Simple Food Recipes</playlist>
|
335
|
+
<playlist id="4649">2/8/2010 Flash</playlist>
|
336
|
+
<playlist id="137">Howcast Food & Drink</playlist>
|
337
|
+
<playlist id="9254">2/24/2011 Flash</playlist>
|
338
|
+
<playlist id="7628">10/18/2010 Flash</playlist>
|
339
|
+
<playlist id="3136">Crafts</playlist>
|
340
|
+
<playlist id="4865">Food</playlist>
|
341
|
+
<playlist id="180">Howcast Directors: Easy Eats</playlist>
|
342
|
+
<playlist id="4566">Eggs-Travaganza!</playlist>
|
343
|
+
<playlist id="5284">Food</playlist>
|
344
|
+
<playlist id="5740">6/3/2010 Flash</playlist>
|
345
|
+
<playlist id="8320">Cooking Catagory</playlist>
|
346
|
+
<playlist id="4568">Good Morning!</playlist>
|
347
|
+
<playlist id="1389">COOKING</playlist>
|
348
|
+
<playlist id="6515">Cooking</playlist>
|
349
|
+
<playlist id="6800">Jameskeeper</playlist>
|
350
|
+
<playlist id="2666">To See</playlist>
|
351
|
+
<playlist id="9513">Food</playlist>
|
352
|
+
<playlist id="5989">Comment Engagement (Experimental Group)</playlist>
|
353
|
+
<playlist id="507">Food Playlist</playlist>
|
354
|
+
<playlist id="1334">Cooking/Baking</playlist>
|
355
|
+
<playlist id="4850">Food & Drink</playlist>
|
356
|
+
</playlist-memberships>
|
357
|
+
<embed>
|
358
|
+
<![CDATA[<object width="425" height="352" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"><param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=1072"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.howcast.com/flash/howcast_player.swf?file=1072" type="application/x-shockwave-flash" width="425" height="352" allowFullScreen="true" allowScriptAccess="always" ></embed></object>]]>
|
359
|
+
</embed>
|
360
|
+
<duration>133</duration>
|
361
|
+
<filename>http://media.howcast.com/system/videos/1/72/10/1072.flv</filename>
|
362
|
+
<tags>breakfast, cook, DIY, Do It Yourself, eggs, Essential Skills, food, Instructional, Learn to, scrambled, Tips, tutorial</tags>
|
363
|
+
<category-hierarchy>
|
364
|
+
<category id="355">Food & Drink</category>
|
365
|
+
<category parent_id="355" id="382">Breakfast</category>
|
366
|
+
</category-hierarchy>
|
367
|
+
<easy-steps>true</easy-steps>
|
368
|
+
<badges>Howcast Studios</badges>
|
369
|
+
<comment-count>2</comment-count>
|
370
|
+
<thumbnail-url>http://img.howcast.com/thumbnails/1072/hpn_a011_perfect_scrambled_eggs_sd_xxlarge_maintained_aspect.jpg</thumbnail-url>
|
371
|
+
<permalink>http://www.howcast.com/videos/1072-How-To-Make-Perfect-Scrambled-Eggs</permalink>
|
372
|
+
<content-rating>nonadult</content-rating>
|
373
|
+
</video>
|
374
|
+
<video>
|
375
|
+
<category-id>382</category-id>
|
376
|
+
<id>29262</id>
|
377
|
+
<title>How To Fry an Egg</title>
|
378
|
+
<views>43084</views>
|
379
|
+
<type class="AssignmentGuide" status="proprietary">HowcastGuide</type>
|
380
|
+
<ads-allowed/>
|
381
|
+
<created-at>Tue, 02 Sep 2008 10:45:47 -0700</created-at>
|
382
|
+
<rating>37</rating>
|
383
|
+
<username>michaelrsanchez</username>
|
384
|
+
<description>
|
385
|
+
<![CDATA[They say if it's hot enough, you can fry an egg on the sidewalk. But if concrete's not your thing, a skillet works, too.]]>
|
386
|
+
</description>
|
387
|
+
<playlist-memberships>
|
388
|
+
<playlist id="860">Culinary Videos</playlist>
|
389
|
+
<playlist id="3954">Food</playlist>
|
390
|
+
<playlist id="5856">Food Videos</playlist>
|
391
|
+
<playlist id="4730">2/16/2010 Big 8</playlist>
|
392
|
+
<playlist id="2524">Food</playlist>
|
393
|
+
<playlist id="4704">2/16/2010 Big 8</playlist>
|
394
|
+
<playlist id="3650">10/14/2009 Big 8</playlist>
|
395
|
+
<playlist id="5542">5/17/2010 Flash</playlist>
|
396
|
+
<playlist id="5077">3/26/2010 Big 8</playlist>
|
397
|
+
<playlist id="8276">Food</playlist>
|
398
|
+
<playlist id="4566">Eggs-Travaganza!</playlist>
|
399
|
+
<playlist id="6515">Cooking</playlist>
|
400
|
+
<playlist id="1389">COOKING</playlist>
|
401
|
+
<playlist id="6800">Jameskeeper</playlist>
|
402
|
+
<playlist id="2666">To See</playlist>
|
403
|
+
<playlist id="83">Useful Videos</playlist>
|
404
|
+
<playlist id="445">Verizon Hub</playlist>
|
405
|
+
</playlist-memberships>
|
406
|
+
<embed>
|
407
|
+
<![CDATA[<object width="425" height="352" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"><param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=29262"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.howcast.com/flash/howcast_player.swf?file=29262" type="application/x-shockwave-flash" width="425" height="352" allowFullScreen="true" allowScriptAccess="always" ></embed></object>]]>
|
408
|
+
</embed>
|
409
|
+
<duration>93</duration>
|
410
|
+
<filename>http://media.howcast.com/system/videos/2/62/92/02/29262.flv</filename>
|
411
|
+
<tags>DIY, Instructional, tutorial, Do It Yourself, Tips, Essential Skills, Learn to, fry, egg, breakfast</tags>
|
412
|
+
<category-hierarchy>
|
413
|
+
<category id="355">Food & Drink</category>
|
414
|
+
<category parent_id="355" id="382">Breakfast</category>
|
415
|
+
</category-hierarchy>
|
416
|
+
<easy-steps>true</easy-steps>
|
417
|
+
<badges>Howcast Studios</badges>
|
418
|
+
<comment-count>10</comment-count>
|
419
|
+
<thumbnail-url>http://img.howcast.com/thumbnails/29262/Picture_7_xxlarge_maintained_aspect.png</thumbnail-url>
|
420
|
+
<permalink>http://www.howcast.com/videos/29262-How-To-Fry-an-Egg</permalink>
|
421
|
+
<content-rating>nonadult</content-rating>
|
422
|
+
</video>
|
423
|
+
<video>
|
424
|
+
<category-id>382</category-id>
|
425
|
+
<id>17480</id>
|
426
|
+
<title>How To Fry an Egg on the Sidewalk</title>
|
427
|
+
<views>13667</views>
|
428
|
+
<type class="HowcastOriginalGuide" status="proprietary">HowcastGuide</type>
|
429
|
+
<ads-allowed/>
|
430
|
+
<created-at>Thu, 03 Jul 2008 06:31:09 -0700</created-at>
|
431
|
+
<rating>34</rating>
|
432
|
+
<username>SheriffThompson</username>
|
433
|
+
<description>
|
434
|
+
<![CDATA[It’s hot. You’re hungry. You’ve got nothing better to do. Why not fry an egg on the sidewalk!]]>
|
435
|
+
</description>
|
436
|
+
<playlist-memberships>
|
437
|
+
<playlist id="83">Useful Videos</playlist>
|
438
|
+
<playlist id="505">Green Playlist</playlist>
|
439
|
+
<playlist id="1662">3/1/2009 Flash</playlist>
|
440
|
+
<playlist id="3002">8/17/2009 Big 8</playlist>
|
441
|
+
<playlist id="443">Test</playlist>
|
442
|
+
<playlist id="485">Nonsense</playlist>
|
443
|
+
<playlist id="2728">7/18/2009 Big 8</playlist>
|
444
|
+
<playlist id="1803">3/30/2009 Flash</playlist>
|
445
|
+
<playlist id="1778">3/18/2009 Flash</playlist>
|
446
|
+
<playlist id="2559">7/1/2009 Big 8</playlist>
|
447
|
+
<playlist id="1969">4/17/09 Flash</playlist>
|
448
|
+
<playlist id="2051">4/27/2009 Flash</playlist>
|
449
|
+
<playlist id="1926">4/5/2009 Flash</playlist>
|
450
|
+
<playlist id="1733">3/7/2009 Flash</playlist>
|
451
|
+
<playlist id="1792">3/25/2009 Flash</playlist>
|
452
|
+
<playlist id="1954">4/10/09 Flash</playlist>
|
453
|
+
<playlist id="2584">Wiinoma</playlist>
|
454
|
+
<playlist id="1382">Receitas</playlist>
|
455
|
+
<playlist id="3181">8/29/2009 Big 8</playlist>
|
456
|
+
<playlist id="3320">9/10/2009 Big 8</playlist>
|
457
|
+
<playlist id="4566">Eggs-Travaganza!</playlist>
|
458
|
+
<playlist id="6780">Summer Fun</playlist>
|
459
|
+
<playlist id="456">Food & Drink</playlist>
|
460
|
+
<playlist id="767">Food & Drink</playlist>
|
461
|
+
<playlist id="617">Food & Drink</playlist>
|
462
|
+
<playlist id="869">Food & Drink</playlist>
|
463
|
+
<playlist id="903">On the Go</playlist>
|
464
|
+
<playlist id="720">Glam Media</playlist>
|
465
|
+
</playlist-memberships>
|
466
|
+
<embed>
|
467
|
+
<![CDATA[<object width="425" height="273" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"><param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=17480"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.howcast.com/flash/howcast_player.swf?file=17480" type="application/x-shockwave-flash" width="425" height="273" allowFullScreen="true" allowScriptAccess="always" ></embed></object>]]>
|
468
|
+
</embed>
|
469
|
+
<duration>91</duration>
|
470
|
+
<filename>http://media.howcast.com/system/videos/1/80/74/01/17480.flv</filename>
|
471
|
+
<tags>DIY, Instructional, tutorial, Do It Yourself, Tips, Essential Skills, Learn to, food, breakfast, fry</tags>
|
472
|
+
<category-hierarchy>
|
473
|
+
<category id="355">Food & Drink</category>
|
474
|
+
<category parent_id="355" id="382">Breakfast</category>
|
475
|
+
</category-hierarchy>
|
476
|
+
<easy-steps>true</easy-steps>
|
477
|
+
<badges>Howcast Studios</badges>
|
478
|
+
<comment-count>6</comment-count>
|
479
|
+
<thumbnail-url>http://img.howcast.com/thumbnails/17480/fry-egg-sidewalk-HD_1_xxlarge_maintained_aspect.jpg</thumbnail-url>
|
480
|
+
<permalink>http://www.howcast.com/videos/17480-How-To-Fry-an-Egg-on-the-Sidewalk</permalink>
|
481
|
+
<content-rating>nonadult</content-rating>
|
482
|
+
</video>
|
483
|
+
</videos>
|
484
|
+
</howcast>
|