From owner-freebsd-questions@FreeBSD.ORG Wed Dec 3 00:59:14 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C29A6933 for ; Wed, 3 Dec 2014 00:59:14 +0000 (UTC) Received: from siobud.com (siobud.com [162.243.65.51]) by mx1.freebsd.org (Postfix) with ESMTP id 9C8A0EB7 for ; Wed, 3 Dec 2014 00:59:14 +0000 (UTC) Received: from 3006.local (c-73-8-76-141.hsd1.il.comcast.net [73.8.76.141]) by siobud.com (Postfix) with ESMTPSA id 4559740298; Wed, 3 Dec 2014 00:52:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=siobud.com; s=mail; t=1417567956; bh=tkV8igKXTEs6Q9c+ppDGZpK2Z0WmKbOFRILXoMvZPMs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=itaBYKgI9vKVfg6Szhb5cFk+Bfc/6qSlcRkrZ0B50uj0I2kxFZoXNbDyIk+1+29VI BNumOfMoc1Ad99CY7VcJtwQnKk6NmoimigqBLIA1Z8zEx8YLPUODwm9nYKbk8sxhlq Sa3PPfzgUGfXQMbGLMCK3viH3kCajUTikXFdYms4= Date: Tue, 2 Dec 2014 18:52:32 -0600 From: Sean DuBois To: Ernie Luzar Subject: Re: firefox bookmarks verifier Message-ID: <20141203005232.GA64389@3006.local> References: <547E4CD8.4010509@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <547E4CD8.4010509@gmail.com> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2014 00:59:14 -0000 Hey Ernie, I have a 3 liner script to take exported FireFox bookmarks -> another browser. https://github.com/Sean-Der/Firefox2dwb/blob/master/firefox2dwb.py It doesn't solve your exact problem, but it is how I would solve the problem. I would loop over your bookmarks and filter links that return a 404 etc.. I imagine I will get bored later tonight, and whip up the completed script you are looking for. thanks! On Wed, Dec 03, 2014 at 07:35:52AM +0800, Ernie Luzar wrote: > Hello list; > > I have years of saved bookmarks in my firefox browser. > I am finding that a lot of the url bookmarks are no longer valid. > Is there some way I can get firefox to roll through all it's bookmarks > and remove all the invalid ones automatically? > Also open to any other method to accomplish this. > > Thanks > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"