Re: Compare web pages by URL
- From: "Manuel Siggen" <manuel siggen ch>
- To: "Bartolomeo Nicolotti" <bnicolotti siapcn it>
- Cc: meld-list gnome org
- Subject: Re: Compare web pages by URL
- Date: Thu, 28 Aug 2008 14:31:26 +0200
Hi,
> I want to ask if you have in mind to add meld the ability to compare two
> web pages by specifying their URLs. Now I have to do select
> all-copy-paste from the browser for each page, and redo that for
> updating.
As a temp workaround, you could use wget to download both pages to
your local disk, and then diff meld:
$ wget $url_1 >> page1.html
$ wget $url_2 >> page2.html
$ meld page1.html page2.html
Regards,
Manuel
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]