Re: Compare web pages by URL



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]