Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

rss-media · RSS Media

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1150
  • Category: XML
  • Founded: Dec 2, 2004
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 1163 - 1192 of 1261   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#1163 From: "porkrollcheese" <jagoode@...>
Date: Mon Feb 9, 2009 9:02 pm
Subject: Tracking Down the Supported Categories
porkrollcheese
Send Email Send Email
 
http://search.yahoo.com/mrss/category_schema
This URL returns a 404.

I am trying to investigate the Category List for converting MRSS
specified categories to local categories.

Anyone know what these categories are?

eg: <media:category
scheme="http://search.yahoo.com/mrss/category_schema"><![CDATA[television/2/14]]\
></media:category>

#1164 From: "reza" <rrrrrrreza@...>
Date: Wed Feb 11, 2009 2:24 pm
Subject: Re: Tracking Down the Supported Categories
rrrrrrreza
Send Email Send Email
 
--- In rss-media@yahoogroups.com, "porkrollcheese" <jagoode@...> wrote:
>
> http://search.yahoo.com/mrss/category_schema
> This URL returns a 404.
>
> I am trying to investigate the Category List for converting MRSS
> specified categories to local categories.
>
> Anyone know what these categories are?
>
> eg: <media:category
> scheme="http://search.yahoo.com/mrss/category_schema"><![CDATA
[television/2/14]]></media:category>
>

#1165 From: "transamazonian" <leo@...>
Date: Wed Feb 25, 2009 2:01 pm
Subject: Re: Tracking Down the Supported Categories
transamazonian
Send Email Send Email
 
--- In rss-media@yahoogroups.com, "reza" <rrrrrrreza@...> wrote:
>
> --- In rss-media@yahoogroups.com, "porkrollcheese" <jagoode@> wrote:
> >
> > http://search.yahoo.com/mrss/category_schema
> > This URL returns a 404.
> >
> > I am trying to investigate the Category List for converting MRSS
> > specified categories to local categories.
> >
> > Anyone know what these categories are?
> >
> > eg: <media:category
> > scheme="http://search.yahoo.com/mrss/category_schema"><![CDATA
> [television/2/14]]></media:category>
> >
>

I'm having the same issue, I am looking for details of the yahoo MRSS
category schema. They are not at http://search.yahoo.com/mrss/category_schema

For reference here are categories for a few other distributors -
essentially Im looking for a Yahoo version of the same, or any other
emerging standard.

Truveo - http://developer.truveo.com/DirectorDocumentation.php
iTunes - http://apple.com/itunes/store/podcaststechspecs.html

I did have a category schema for Live.com video search, I'll see if I
can dig that up too.

Any pointers in the meantime would be appreciated!

Leo

#1166 From: "cafemuse" <cafemuse@...>
Date: Thu Mar 5, 2009 5:08 pm
Subject: Re: Media RSS and Multiple Media Files
cafemuse
Send Email Send Email
 
I usually suggest Google Reader, Bloglines or iTunes for feed
subscribing

=====================
Posted through Grouply, the better way
to access your Yahoo Groups like this one.
http://www.grouply.com/?code=post

#1167 From: "riddlasuperstar" <riddlariddla@...>
Date: Mon Apr 6, 2009 9:18 pm
Subject: mrss index file / spliting large mrss files?
riddlasuperstar
Send Email Send Email
 
heya!

im trying to accomplish something similar to googles sitemap index + video
sitemaps but using mrss for yahoo video search engine.

yes i understand mrss files should be nice and short, but i would like to get my
past videos into yahoos video search initially.

so does anyone know if theres a way to create some sort of index file that
points to 'sub mrss feeds'?

while on this subject, what is the maximum size of mrss feed yahoo will accept?

thanks in advance!

#1168 From: "sapna" <sapna@...>
Date: Tue Apr 7, 2009 5:45 am
Subject: RE: mrss index file / spliting large mrss files?
sapnach
Send Email Send Email
 

Hi,

 

There is no limit on the feed size that Yahoo will accept.

We currently don’t support the mRSS index file format you refer to below.

 

Thanks,

Sapna

 

 


From: rss-media@yahoogroups.com [mailto:rss-media@yahoogroups.com] On Behalf Of riddlasuperstar
Sent: Tuesday, April 07, 2009 2:48 AM
To: rss-media@yahoogroups.com
Subject: [rss-media] mrss index file / spliting large mrss files?

 

heya!

im trying to accomplish something similar to googles sitemap index + video sitemaps but using mrss for yahoo video search engine.

yes i understand mrss files should be nice and short, but i would like to get my past videos into yahoos video search initially.

so does anyone know if theres a way to create some sort of index file that points to 'sub mrss feeds'?

while on this subject, what is the maximum size of mrss feed yahoo will accept?

thanks in advance!


#1169 From: "seboraid2" <seboraid@...>
Date: Wed Apr 15, 2009 9:50 pm
Subject: multiple video qualitys
seboraid2
Send Email Send Email
 
Hi !

I am new with MRSS. Maybe you can help me with this question :

If im grouping <media:content> in a <media:group> how can i then select one of
this content if they have no ID ?

I have 3 different representations for a video (low quality, high quality and
high definition)

I need to know which representations have the videos through my MRSS.

is there any tag or attribute for <media:content> to tag them with a
personalized ID ?

For example :

<media:group>
   <media:content url="http://localhost/lowqualityvideo.flv" ID="LQ" />
   <media:content url="http://localhost/highQvideo.flv" ID="HQ" />
   <media:content url="http://localhost/hdefvideo.flv" ID="HD" />
</media:group>

So when im iterating over the MRSS i can check if the current video has an ID =
HD to show the HD button in my player.

Any suggestions?

#1170 From: "seboraid2" <seboraid@...>
Date: Tue May 26, 2009 4:05 pm
Subject: <media:player>
seboraid2
Send Email Send Email
 
If I have multiple <media:content> inside <media:group> i need to have multiple
<media:player> for each <media:content>

Maybe this way :

<media:group>
   <media:content ...>
     <media:player ...>
   </media:content>
</media:group>

And again. We need to identify the <media:content> tags to know whick one is
which representation of the media.

#1171 From: Ryan Parman <ryan.lists.warpshare@...>
Date: Tue May 26, 2009 6:07 pm
Subject: Re: <media:player>
skyzyxufks
Send Email Send Email
 
So, what's the question?



On May 26, 2009, at 9:05 AM, seboraid2 wrote:


If I have multiple <media:content> inside <media:group> i need to have multiple <media:player> for each <media:content>

Maybe this way :

<media:group>
<media:content ...>
<media:player ...>
</media:content>
</media:group>

And again. We need to identify the <media:content> tags to know whick one is which representation of the media.



#1172 From: "seboraid2" <seboraid@...>
Date: Tue May 26, 2009 7:25 pm
Subject: Re: <media:player>
seboraid2
Send Email Send Email
 
My question is if I can have one <media:player> for each <media:content> and if
the mrss standard will add an ID propertie or something to the <media:content>
label to identify each content label.

--- In rss-media@yahoogroups.com, Ryan Parman <ryan.lists.warpshare@...> wrote:
>
> So, what's the question?
>
>
>
> On May 26, 2009, at 9:05 AM, seboraid2 wrote:
>
> >
> >
> >
> > If I have multiple <media:content> inside <media:group> i need to
> > have multiple <media:player> for each <media:content>
> >
> > Maybe this way :
> >
> > <media:group>
> > <media:content ...>
> > <media:player ...>
> > </media:content>
> > </media:group>
> >
> > And again. We need to identify the <media:content> tags to know
> > whick one is which representation of the media.
> >
> >
>

#1173 From: "carlwison55l" <carlwison55l@...>
Date: Wed May 27, 2009 5:13 pm
Subject: working yahoo video mrss feed sample
carlwison55l
Send Email Send Email
 
Please can someone help me with a working yahoo video Mrss sample, i have
submitted different types, but non seem to work.

#1174 From: "seboraid2" <seboraid@...>
Date: Wed May 27, 2009 5:31 pm
Subject: Re: working yahoo video mrss feed sample
seboraid2
Send Email Send Email
 
--- In rss-media@yahoogroups.com, "carlwison55l" <carlwison55l@...> wrote:
>
> Please can someone help me with a working yahoo video Mrss sample, i have
submitted different types, but non seem to work.
>

please give me the URL from one of your MRSSs

#1175 From: "YouTube Video Critic" <shawnjmccarthy@...>
Date: Wed May 27, 2009 5:58 pm
Subject: Re: working yahoo video mrss feed sample
shawnjmccarthy
Send Email Send Email
 
--- In rss-media@yahoogroups.com, "carlwison55l" <carlwison55l@...> wrote:
>
> Please can someone help me with a working yahoo video Mrss sample, i have
submitted different types, but non seem to work.
>

The youtube feeds on here are MRSS.

http://download.cnet.com/NewsBliss/3000-2164_4-10617850.html

#1176 From: "carlwison55l" <carlwison55l@...>
Date: Wed May 27, 2009 6:11 pm
Subject: Re: i need working yahoo video mrss feed sample
carlwison55l
Send Email Send Email
 
my site mrss feeds are http://www.veetubes.com/file/feed.xml and
http://www.veetubes.com/media/feed.xml . non of them seem to work with yahoo,
what could be the problem
--- In rss-media@yahoogroups.com, "seboraid2" <seboraid@...> wrote:
>
> --- In rss-media@yahoogroups.com, "carlwison55l" <carlwison55l@> wrote:
> >
> > Please can someone help me with a working yahoo video Mrss sample, i have
submitted different types, but non seem to work.
> >
>
> please give me the URL from one of your MRSSs
>

#1177 From: "seboraid2" <seboraid@...>
Date: Wed May 27, 2009 6:39 pm
Subject: Re: i need working yahoo video mrss feed sample
seboraid2
Send Email Send Email
 
Hi !

It seems that your MRSS from http://www.veetubes.com/media/feed.xml are not
standard compliant. There are <sy..> tags that are not defined by the standard

and <content:description> value must be entity encoded.

--- In rss-media@yahoogroups.com, "carlwison55l" <carlwison55l@...> wrote:
>
> my site mrss feeds are http://www.veetubes.com/file/feed.xml and
http://www.veetubes.com/media/feed.xml . non of them seem to work with yahoo,
what could be the problem
> --- In rss-media@yahoogroups.com, "seboraid2" <seboraid@> wrote:
> >
> > --- In rss-media@yahoogroups.com, "carlwison55l" <carlwison55l@> wrote:
> > >
> > > Please can someone help me with a working yahoo video Mrss sample, i have
submitted different types, but non seem to work.
> > >
> >
> > please give me the URL from one of your MRSSs
> >
>

#1178 From: "carlwison55l" <carlwison55l@...>
Date: Wed May 27, 2009 6:55 pm
Subject: Re: i need working yahoo video mrss feed sample
carlwison55l
Send Email Send Email
 
please can i get a working sample mrss so that i will use it to modify my own
--- In rss-media@yahoogroups.com, "seboraid2" <seboraid@...> wrote:
>
>
> Hi !
>
> It seems that your MRSS from http://www.veetubes.com/media/feed.xml are not
standard compliant. There are <sy..> tags that are not defined by the standard
>
> and <content:description> value must be entity encoded.
>
> --- In rss-media@yahoogroups.com, "carlwison55l" <carlwison55l@> wrote:
> >
> > my site mrss feeds are http://www.veetubes.com/file/feed.xml and
http://www.veetubes.com/media/feed.xml . non of them seem to work with yahoo,
what could be the problem
> > --- In rss-media@yahoogroups.com, "seboraid2" <seboraid@> wrote:
> > >
> > > --- In rss-media@yahoogroups.com, "carlwison55l" <carlwison55l@> wrote:
> > > >
> > > > Please can someone help me with a working yahoo video Mrss sample, i
have submitted different types, but non seem to work.
> > > >
> > >
> > > please give me the URL from one of your MRSSs
> > >
> >
>

#1179 From: "seboraid2" <seboraid@...>
Date: Thu May 28, 2009 2:23 pm
Subject: Re: i need working yahoo video mrss feed sample
seboraid2
Send Email Send Email
 
Here you have one :

<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
     <channel>

         <item>
             <media:group>
                 <media:content
url="http://cache.vxv.current.sperez.desa.vxv.v01.int.clarin.com/data/contenidos\
/c3/99/2e/c3992e9a68c5ae12bd18488bc579b30d/contenido.flv" duration="9" />
             </media:group>

             <media:rating scheme="urn:simple">nonadult</media:rating>

             <media:title type="html">1</media:title>

             <media:description
type="html">cxvxcvxcvxcvxcvxcvxcv</media:description>

             <media:thumbnail id="thumbnail"
url="http://cache.vxv.current.sperez.desa.vxv.v01.int.clarin.com/data/contenidos\
/c3/99/2e/c3992e9a68c5ae12bd18488bc579b30d/thumbs/120x120.jpg" width="160"
height="120"/>

             <media:thumbnail id="preview"
url="http://cache.vxv.current.sperez.desa.vxv.v01.int.clarin.com/data/contenidos\
/c3/99/2e/c3992e9a68c5ae12bd18488bc579b30d/thumbs/prehome.jpg" />

             <media:category scheme="http://www.vxv.com">03</media:category>

             <media:player
url="http://cache.vxv.current.sperez.desa.vxv.v01.int.clarin.com/layout/swf/play\
er.swf?properties=http://cache.vxv.current.sperez.desa.vxv.v01.int.clarin.com/pl\
ayer/conf/vxv.xml&m=Ip47I6jtAwV9" height="500" width="325" />

             <media:copyright>micro</media:copyright>
         </item>

         <item>
             <media:group>
                 <media:content
url="http://cache.vxv.current.sperez.desa.vxv.v01.int.clarin.com/data/contenidos\
/d7/a7/28/d7a728a67d909e714c0774e22cb806f2/contenido.flv" duration="153" />
             </media:group>

             <media:rating scheme="urn:simple">nonadult</media:rating>

             <media:title type="html">Vaca</media:title>

             <media:description type="html">Vaca</media:description>

             <media:thumbnail id="thumbnail"
url="http://cache.vxv.current.sperez.desa.vxv.v01.int.clarin.com/data/contenidos\
/d7/a7/28/d7a728a67d909e714c0774e22cb806f2/thumbs/120x120.jpg" width="160"
height="120"/>

             <media:thumbnail id="preview"
url="http://cache.vxv.current.sperez.desa.vxv.v01.int.clarin.com/data/contenidos\
/d7/a7/28/d7a728a67d909e714c0774e22cb806f2/thumbs/prehome.jpg" />

             <media:category scheme="http://www.vxv.com">07</media:category>

             <media:player
url="http://cache.vxv.current.sperez.desa.vxv.v01.int.clarin.com/layout/swf/play\
er.swf?properties=http://cache.vxv.current.sperez.desa.vxv.v01.int.clarin.com/pl\
ayer/conf/vxv.xml&m=aIj0jkhdvNYe" height="500" width="325" />

             <media:copyright>niubi</media:copyright>
         </item>

     </channel>
</rss>


--- In rss-media@yahoogroups.com, "carlwison55l" <carlwison55l@...> wrote:
>
> please can i get a working sample mrss so that i will use it to modify my own
> --- In rss-media@yahoogroups.com, "seboraid2" <seboraid@> wrote:
> >
> >
> > Hi !
> >
> > It seems that your MRSS from http://www.veetubes.com/media/feed.xml are not
standard compliant. There are <sy..> tags that are not defined by the standard
> >
> > and <content:description> value must be entity encoded.
> >
> > --- In rss-media@yahoogroups.com, "carlwison55l" <carlwison55l@> wrote:
> > >
> > > my site mrss feeds are http://www.veetubes.com/file/feed.xml and
http://www.veetubes.com/media/feed.xml . non of them seem to work with yahoo,
what could be the problem
> > > --- In rss-media@yahoogroups.com, "seboraid2" <seboraid@> wrote:
> > > >
> > > > --- In rss-media@yahoogroups.com, "carlwison55l" <carlwison55l@> wrote:
> > > > >
> > > > > Please can someone help me with a working yahoo video Mrss sample, i
have submitted different types, but non seem to work.
> > > > >
> > > >
> > > > please give me the URL from one of your MRSSs
> > > >
> > >
> >
>

#1180 From: "carlwison55l" <carlwison55l@...>
Date: Fri May 29, 2009 12:30 am
Subject: please is this a valid yahoo video media rss file
carlwison55l
Send Email Send Email
 
please help me to check if this media rss is complaint with yahoo video rss
http:www.veetubes.com/medias/feed.xml

#1181 From: "Craig Whitmore" <lennon@...>
Date: Fri May 29, 2009 1:13 am
Subject: Re: please is this a valid yahoo video media rss file
lennonnznz
Send Email Send Email
 
http://validator.w3.org/feed


----- Original Message -----
From: "carlwison55l" <carlwison55l@...>
To: <rss-media@yahoogroups.com>
Sent: Friday, May 29, 2009 12:30 PM
Subject: [rss-media] please is this a valid yahoo video media rss file


please help me to check if this media rss is complaint with yahoo video rss
http:www.veetubes.com/medias/feed.xml

#1182 From: "aimean07" <aimean07@...>
Date: Sat May 30, 2009 5:50 am
Subject: Re: working yahoo video mrss feed sample
aimean07
Send Email Send Email
 
--- In rss-media@yahoogroups.com, "carlwison55l" <carlwison55l@...> wrote:
>
> Please can someone help me with a working yahoo video Mrss sample, i have
submitted different types, but non seem to work.
>

#1183 From: "folgada_unica" <folgada_unica@...>
Date: Fri Jun 12, 2009 1:35 pm
Subject: Survey
folgada_unica
Send Email Send Email
 
Good Day

My name is Gina and I am conducting a study into the effectiveness of current
interoperability protocols.

If you have worked with interoperability protocols (such as OAI-PMH and RSS),
please complete the short questionnaire at:
http://banzai.cs.uct.ac.za/survey/index.php?sid=97137&lang=en

This questionnaire is expected to take only 5 - 10 minutes of your time.
This study is conducted as part of an MSc degree in the Digital Libraries
Laboratory, Department of Computer Science at
the University of Cape Town.

#1184 From: "riddlasuperstar" <riddlariddla@...>
Date: Fri Jul 17, 2009 10:30 pm
Subject: will yahoo update existing yahoo videos entries from mrss feeds?
riddlasuperstar
Send Email Send Email
 
hi.

so i have found i had a small issue with my mrss file.

i have now fixed it, it had to do with <media:player... its all proper now.

but the entries that have been indexed by yahoo are not fixed.

will yahoo videos make changes from the updated mrss file?

thanks.

#1185 From: "James Abley" <james.abley@...>
Date: Mon Jul 20, 2009 3:20 pm
Subject: Specification currently lists the wrong namespace
taboozizi
Send Email Send Email
 
Hi,

I'm putting http://search.yahoo.com/mrss/ into my browser, which used to display
the spec and have the correct namespace on the page. At the moment, I'm getting
a 302 back to

Location: http://video.search.yahoo.com/mrss


and that URL is used as the namespace URI in the rendered specification.

Anyone else noticed this and know who to raise it with? I don't want any more
ambiguity in the world as to the correct namespace URI for this extension!

Cheers,

James

#1186 From: Ryan Parman <ryan.lists.warpshare@...>
Date: Mon Jul 20, 2009 5:52 pm
Subject: Re: Specification currently lists the wrong namespace
skyzyxufks
Send Email Send Email
 
It looks like Yahoo once again arbitrarily changed the spec without telling anybody.

As of the last update that anybody was aware of, we had:

03/12/2008 - Namespace corrections: [1.1.2]

  • Added trailing slash to namespace

The correct namespace *should* be exactly what you posted. Apparently, Yahoo thought it'd be a good idea to change the namespace again and break all sorts of parsing software. It is embarrassing how badly they've bungled this spec.

Once upon a time it fell to Jeremy Zawdony, but he's left Yahoo since then. From what I can tell, nobody at Yahoo is paying attention to this spec.


On Jul 20, 2009, at 8:20 AM, James Abley wrote:

Hi,

I'm putting http://search.yahoo.com/mrss/ into my browser, which used to display the spec and have the correct namespace on the page. At the moment, I'm getting a 302 back to 

Location: http://video.search.yahoo.com/mrss

and that URL is used as the namespace URI in the rendered specification.

Anyone else noticed this and know who to raise it with? I don't want any more ambiguity in the world as to the correct namespace URI for this extension!

Cheers,

James



#1187 From: Joly MacFie <joly@...>
Date: Mon Jul 20, 2009 7:47 pm
Subject: Re: Specification currently lists the wrong namespace
wwwhatsup4
Send Email Send Email
 
Earlier discussion:
http://tech.groups.yahoo.com/group/rss-media/msearch?query=slash&submit=Search&charset=ISO-8859-1


Yahoo's neglect is a shame. Wasn't there some talk of moving it out of their control?

joly

On Mon, Jul 20, 2009 at 1:52 PM, Ryan Parman <ryan.lists.warpshare@...> wrote:


It looks like Yahoo once again arbitrarily changed the spec without telling anybody.

As of the last update that anybody was aware of, we had:

03/12/2008 - Namespace corrections: [1.1.2]

  • Added trailing slash to namespace

The correct namespace *should* be exactly what you posted. Apparently, Yahoo thought it'd be a good idea to change the namespace again and break all sorts of parsing software. It is embarrassing how badly they've bungled this spec.

Once upon a time it fell to Jeremy Zawdony, but he's left Yahoo since then. From what I can tell, nobody at Yahoo is paying attention to this spec.


On Jul 20, 2009, at 8:20 AM, James Abley wrote:

Hi,

I'm putting http://search.yahoo.com/mrss/ into my browser, which used to display the spec and have the correct namespace on the page. At the moment, I'm getting a 302 back to 

Location: http://video.search.yahoo.com/mrss

and that URL is used as the namespace URI in the rendered specification.

Anyone else noticed this and know who to raise it with? I don't want any more ambiguity in the world as to the correct namespace URI for this extension!

Cheers,

James







--
---------------------------------------------------------------
Joly MacFie  917 442 8665 Skype:punkcast
WWWhatsup NYC - http://wwwhatsup.com
http://pinstand.com - http://punkcast.com
---------------------------------------------------------------

#1188 From: Sapna Chandiramani <sapna@...>
Date: Tue Jul 28, 2009 7:52 am
Subject: RE: [Fwd: Re: Specification currently lists the wrong namespace]
sapnach
Send Email Send Email
 
Folks,

I apologize for the issues on behalf of Yahoo.
There were indeed some problems with the spec. This happened when we were moving
the spec to the Video Search servers so it would be easier to respond to issues
and requests henceforth.

In any case, we have reverted back the spec. We are also working on a newer
version of the spec that addresses some concerns this group had pointed out
earlier, as well as some enhancements that we felt would be good to have.

We will send that out for review to you soon.

Thanks,
Sapna




-------- Original Message --------
Subject:  Re: [rss-media] Specification currently lists the wrong namespace
Date:  Tue, 21 Jul 2009 01:17:48 +0530
From:  Joly MacFie <joly@...>
Reply-To:  rss-media@yahoogroups.com <rss-media@yahoogroups.com>
To:  rss-media@yahoogroups.com <rss-media@yahoogroups.com>
References:  <h421vv+3t1f@eGroups.com>
<2A6EB872-D3DE-4B36-9206-67902504C3A1@...>





Earlier discussion:
http://tech.groups.yahoo.com/group/rss-media/msearch?query=slash&submit=Search&c\
harset=ISO-8859-1
<http://tech.groups.yahoo.com/group/rss-media/msearch?query=slash&submit=Search&\
charset=ISO-8859-1>


Yahoo's neglect is a shame. Wasn't there some talk of moving it out of
their control?

joly

On Mon, Jul 20, 2009 at 1:52 PM, Ryan Parman
<ryan.lists.warpshare@... <mailto:ryan.lists.warpshare@...>>
wrote:



     It looks like Yahoo once again arbitrarily changed the spec without
     telling anybody.

     As of the last update that anybody was aware of, we had:

     03/12/2008 - Namespace corrections: [1.1.2]

         * Added trailing slash to namespace


     The correct namespace *should* be exactly what you posted.
     Apparently, Yahoo thought it'd be a good idea to change the
     namespace again and break all sorts of parsing software. It is
     embarrassing how badly they've bungled this spec.

     Once upon a time it fell to Jeremy Zawdony, but he's left Yahoo
     since then. From what I can tell, nobody at Yahoo is paying
     attention to this spec.


     On Jul 20, 2009, at 8:20 AM, James Abley wrote:

>     Hi,
>
>     I'm putting http://search.yahoo.com/mrss/
>     <http://search.yahoo.com/mrss/> into my browser, which used to
>     display the spec and have the correct namespace on the page. At
>     the moment, I'm getting a 302 back to
>
>     Location: http://video.search.yahoo.com/mrss
>     <http://video.search.yahoo.com/mrss>
>
>     and that URL is used as the namespace URI in the rendered
>     specification.
>
>     Anyone else noticed this and know who to raise it with? I don't
>     want any more ambiguity in the world as to the correct namespace
>     URI for this extension!
>
>     Cheers,
>
>     James
>






--
---------------------------------------------------------------
Joly MacFie  917 442 8665 Skype:punkcast
WWWhatsup NYC - http://wwwhatsup.com <http://wwwhatsup.com>
http://pinstand.com <http://pinstand.com> - http://punkcast.com
<http://punkcast.com>
---------------------------------------------------------------

#1189 From: "riddlasuperstar" <riddlariddla@...>
Date: Thu Jul 30, 2009 4:27 pm
Subject: will removing whitespace (tabs and linebreaks) break an mrss file?
riddlasuperstar
Send Email Send Email
 
heya!

so i like things to be perfect.

and a byte saved, is well... a byte saved.

so for the good of both my server, and yahoos servers... i would like to remove
all the whitespace in my mrss files... just the tabs and linebreaks between each
line.

will this break an mrss file?

thank you kindly,

tomek.

#1190 From: "nilesh.gattani" <nilesh_gattani@...>
Date: Fri Jul 31, 2009 6:35 am
Subject: Re: will removing whitespace (tabs and linebreaks) break an mrss file?
nilesh.gattani
Send Email Send Email
 
Hi,

Just curious, where all are you removing your white spaces? For example :
if you convert  <rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
to  <rssversion="2.0"xmlns:media="http://search.yahoo.com/mrss/"> , then its
going to break your mrss file, as it breaks the xml structure itself.

If you are keeping the xml structure intact, and removing white spaces only from
your content, then it should be fine technically, but then your content might
loose readability. For e.g., removing spaces from the title of your vides would
absolutely make no sense.

Thanks
-Nilesh


--- In rss-media@yahoogroups.com, "riddlasuperstar" <riddlariddla@...> wrote:
>
> heya!
>
> so i like things to be perfect.
>
> and a byte saved, is well... a byte saved.
>
> so for the good of both my server, and yahoos servers... i would like to
remove all the whitespace in my mrss files... just the tabs and linebreaks
between each line.
>
> will this break an mrss file?
>
> thank you kindly,
>
> tomek.
>

#1191 From: Ryan Parman <ryan.lists.warpshare@...>
Date: Fri Jul 31, 2009 6:46 am
Subject: Re: Re: will removing whitespace (tabs and linebreaks) break an mrss file?
skyzyxufks
Send Email Send Email
 
i.e. Validate your RSS file to make sure you didn't break anything. http://feedvalidator.org.

And because I'm picky like that, Nilesh meant "lose readability" (meaning it has been lost), not "loose readability" (the opposite of tight).


On Jul 30, 2009, at 11:35 PM, nilesh.gattani wrote:

Hi,

Just curious, where all are you removing your white spaces? For example :
if you convert <rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/"> to <rssversion="2.0"xmlns:media="http://search.yahoo.com/mrss/"> , then its going to break your mrss file, as it breaks the xml structure itself.

If you are keeping the xml structure intact, and removing white spaces only from your content, then it should be fine technically, but then your content might loose readability. For e.g., removing spaces from the title of your vides would absolutely make no sense.

Thanks
-Nilesh

--- In rss-media@yahoogroups.com, "riddlasuperstar" <riddlariddla@...> wrote:
>
> heya!
> 
> so i like things to be perfect.
> 
> and a byte saved, is well... a byte saved.
> 
> so for the good of both my server, and yahoos servers... i would like to remove all the whitespace in my mrss files... just the tabs and linebreaks between each line.
> 
> will this break an mrss file?
> 
> thank you kindly,
> 
> tomek.
>



#1192 From: "riddlasuperstar" <riddlariddla@...>
Date: Fri Jul 31, 2009 8:20 am
Subject: Re: will removing whitespace (tabs and linebreaks) break an mrss file?
riddlasuperstar
Send Email Send Email
 
heya!

i think i mis-termed that.

what i meant, was for example:

<media:content ... </media:content>[LINEBREAK]
[TAB]<media:rating .... </media:rating>[LINEBREAK]
[TAB] .... [LINEBREAK]
</media:content>

converting that to:

<media:content ... </media:content><media:rating ...
</media:rating></media:content>

basically removing all the line breaks and tabs BETWEEN each tag, but of course,
not altering the contents of the tags in any way.

i havent done this yet btw, wanting to get a heads up from you guys first.

i have already spoken to the folks at truveo, and they have told me as far as
their parser, it will not break things.

lemme know.

thanks!

--- In rss-media@yahoogroups.com, "nilesh.gattani" <nilesh_gattani@...> wrote:
>
> Hi,
>
> Just curious, where all are you removing your white spaces? For example :
> if you convert  <rss version="2.0"
xmlns:media="http://search.yahoo.com/mrss/"> to 
<rssversion="2.0"xmlns:media="http://search.yahoo.com/mrss/"> , then its going
to break your mrss file, as it breaks the xml structure itself.
>
> If you are keeping the xml structure intact, and removing white spaces only
from your content, then it should be fine technically, but then your content
might loose readability. For e.g., removing spaces from the title of your vides
would absolutely make no sense.
>
> Thanks
> -Nilesh
>
>
> --- In rss-media@yahoogroups.com, "riddlasuperstar" <riddlariddla@> wrote:
> >
> > heya!
> >
> > so i like things to be perfect.
> >
> > and a byte saved, is well... a byte saved.
> >
> > so for the good of both my server, and yahoos servers... i would like to
remove all the whitespace in my mrss files... just the tabs and linebreaks
between each line.
> >
> > will this break an mrss file?
> >
> > thank you kindly,
> >
> > tomek.
> >
>

Messages 1163 - 1192 of 1261   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help