robin wrote:
> "George Sakkis" <[EMAIL PROTECTED]> wrote:
>
> >Here's what I came up with:
> >http://rafb.net/paste/results/G91EAo70.html. Tested only on my
> >bookmarks; see if it works for you.
>
> That URL is dead. Got another?
Yeap, try this one:
http://gsakkis-utils.googlecode.com/svn/trunk/
"George Sakkis" <[EMAIL PROTECTED]> wrote:
>Here's what I came up with:
>http://rafb.net/paste/results/G91EAo70.html. Tested only on my
>bookmarks; see if it works for you.
That URL is dead. Got another?
-
robin
noisetheatre.blogspot.com
--
http://mail.python.org/mailman/listinfo/python-lis
Hallo George,
thanks a lot! This is exactly the direction I had in mind.
Your script demonstrates nicely how Beautiful Soup works.
Regards,
Martin.
George Sakkis wrote:
> Francach wrote:
> > Hi George,
> >
> > Firefox lets you group the bookmarks along with other information into
> > directories
Francach wrote:
> Hi George,
>
> Firefox lets you group the bookmarks along with other information into
> directories and sub-directories. Firefox uses header tags for this
> purpose. I'd like to get this grouping information out aswell.
>
> Regards,
> Martin.
Here's what I came up with:
http://ra
Francach wrote:
>
> Firefox lets you group the bookmarks along with other information into
> directories and sub-directories. Firefox uses header tags for this
> purpose. I'd like to get this grouping information out aswell.
import libxml2dom # http://www.python.org/pypi/libxml2dom
d = libxml2dom.
Hi George,
Firefox lets you group the bookmarks along with other information into
directories and sub-directories. Firefox uses header tags for this
purpose. I'd like to get this grouping information out aswell.
Regards,
Martin.
the idea is to extract.
George Sakkis wrote:
> Francach wrote:
> >
Francach wrote:
> George Sakkis wrote:
> > Francach wrote:
> > > Hi,
> > >
> > > I'm trying to use the Beautiful Soup package to parse through the
> > > "bookmarks.html" file which Firefox exports all your bookmarks into.
> > > I've been struggling with the documentation trying to figure out how to
Hi,
thanks for the helpful reply.
I wanted to do two things - learn to use Beautiful Soup and bring out
all the information
in the bookmarks file to import into another application. So I need to
be able to travel down the tree in the bookmarks file. bookmarks seems
to use header tags which can the
Francach wrote:
> Hi,
>
> I'm trying to use the Beautiful Soup package to parse through the
> "bookmarks.html" file which Firefox exports all your bookmarks into.
> I've been struggling with the documentation trying to figure out how to
> extract all the urls. Has anybody got a couple of longer exa
On 7 Sep 2006 14:30:25 -0700, Adam Jones <[EMAIL PROTECTED]> wrote:
>
> Francach wrote:
> > Hi,
> >
> > I'm trying to use the Beautiful Soup package to parse through the
> > "bookmarks.html" file which Firefox exports all your bookmarks into.
> > I've been struggling with the documentation trying t
Francach wrote:
> Hi,
>
> I'm trying to use the Beautiful Soup package to parse through the
> "bookmarks.html" file which Firefox exports all your bookmarks into.
> I've been struggling with the documentation trying to figure out how to
> extract all the urls. Has anybody got a couple of longer ex
waylan schrieb:
> Diez B. Roggisch wrote:
>> suppose it is well-formed, most probably even xml.
>
> Maybe not. Otherwise, why would there be a script like this one[1]?
> Anyway, I found that and other scripts that work with firefox
> bookmarks.html files with a quick search [2]. Perhaps you will f
Diez B. Roggisch wrote:
> Francach schrieb:
>
>> Hi,
>>
>> I'm trying to use the Beautiful Soup package to parse through the
>> "bookmarks.html" file which Firefox exports all your bookmarks into.
>> I've been struggling with the documentation trying to figure out how to
>> extract all the urls. H
Diez B. Roggisch wrote:
> suppose it is well-formed, most probably even xml.
Maybe not. Otherwise, why would there be a script like this one[1]?
Anyway, I found that and other scripts that work with firefox
bookmarks.html files with a quick search [2]. Perhaps you will find
something there that i
Francach schrieb:
> Hi,
>
> I'm trying to use the Beautiful Soup package to parse through the
> "bookmarks.html" file which Firefox exports all your bookmarks into.
> I've been struggling with the documentation trying to figure out how to
> extract all the urls. Has anybody got a couple of longer
"Tempo" <[EMAIL PROTECTED]> writes:
> Heya. I have never used a module/script before, and the first problem I
> have run into is that I do not know how to install a module/script. I
> have downloaded Beautiful Soup, but how do I use it in one of my own
> programs? I know that I use an "include" st
16 matches
Mail list logo