mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-03-04 05:26:12 +01:00
...
This commit is contained in:
parent
3e1d0e3da4
commit
1bd8d40fdb
1 changed files with 1 additions and 0 deletions
|
|
@ -824,6 +824,7 @@ def _fetch_article(self, url, dir_, f, a, num_of_feeds):
|
|||
fetcher = RecursiveFetcher(self.web2disk_options, self.log,
|
||||
self.image_map, self.css_map,
|
||||
(url, f, a, num_of_feeds))
|
||||
fetcher.browser = br
|
||||
fetcher.base_dir = dir_
|
||||
fetcher.current_dir = dir_
|
||||
fetcher.show_progress = False
|
||||
|
|
|
|||
Loading…
Reference in a new issue