[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: Using w3m-download



Hi Boruch.

> https://github.com/Boruch-Baum/emacs-w3m/raw/bb_download/w3m-download.el

Then I could change some of my scripts from doing:
--8<---------------cut here---------------start------------->8---
w3m-browse-url (used on pdf links)
--8<---------------cut here---------------end--------------->8---
To
--8<---------------cut here---------------start------------->8---
w3m-download-using-wget
--8<---------------cut here---------------end--------------->8---

Is it possible to have a notification when the N downloads have
completed? (a hook). I know before hand the number of pdf's I would like
to download.

BR