rajatomar788 / pywebcopy

Locally saves webpages to your hard disk with images, css, js & links as is.
https://rajatomar788.github.io/pywebcopy/
Other
527 stars 106 forks source link

removed file logger and stopped dir change on setup #37

Closed rajatomar788 closed 4 years ago

rajatomar788 commented 4 years ago
  1. Removed the file based logging.
  2. Fixed the os.chdir command which was causing problems in some cases.
  3. Changed the ModuleNotFoundError to ImportError

FIX for issues #33, #34 and #36