Re: get a field

2010-02-15 Thread MRAB
Tim Chase wrote: Holden wrote: mierdatutis mi wrote: I have this: pe="http://www.rtve.es/mediateca/videos/20100211/saber-comer---patatas-castellanas-costillas-11-02-10/691046.shtml"; I would like to extract this: 691046.shtml But is dynamically. Not always have the same lenght the string

Re: get a field

2010-02-15 Thread Tim Chase
Holden wrote: mierdatutis mi wrote: I have this: pe="http://www.rtve.es/mediateca/videos/20100211/saber-comer---patatas-castellanas-costillas-11-02-10/691046.shtml"; I would like to extract this: 691046.shtml But is dynamically. Not always have the same lenght the string. s = "http://serv

Re: get a field

2010-02-15 Thread Steve Holden
mierdatutis mi wrote: > Hi, > > I have this: > > pe="http://www.rtve.es/mediateca/videos/20100211/saber-comer---patatas-castellanas-costillas-11-02-10/691046.shtml"; > > > I would like to extract this: 691046.shtml > > But is dynamically. Not always have the same lenght the string. > > Could

Re: get a field

2010-02-15 Thread Jean-Michel Pichavant
mierdatutis mi wrote: Hi, I have this: pe="http://www.rtve.es/mediateca/videos/20100211/saber-comer---patatas-castellanas-costillas-11-02-10/691046.shtml"; I would like to extract this: 691046.shtml But is dynamically. Not always have the same lenght the string. Could you help me how could

get a field

2010-02-15 Thread mierdatutis mi
Hi, I have this: pe=" http://www.rtve.es/mediateca/videos/20100211/saber-comer---patatas-castellanas-costillas-11-02-10/691046.shtml " I would like to extract this: 691046.shtml But is dynamically. Not always have the same lenght the string. Could you help me how could I do extract this in py