web-novel-scraper 2.0.1__py3-none-any.whl → 2.0.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -214,7 +214,8 @@ class FileManager:
214
214
  """
215
215
  base_dir_path = Path(base_novels_dir)
216
216
  if not base_dir_path.exists():
217
- raise FileManagerError(f"Base novels directory does not exist: {base_dir_path}")
217
+ logger.info(f'{base_dir_path} does not exist. Creating new base directory.')
218
+ FileOps.ensure_dir(base_dir_path)
218
219
 
219
220
  # — 1. If the caller supplied a path, return it
220
221
  if novel_base_dir:
@@ -1 +1 @@
1
- __version__ = "2.0.1"
1
+ __version__ = "2.0.2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: web-novel-scraper
3
- Version: 2.0.1
3
+ Version: 2.0.2
4
4
  Summary: Python tool that allows you to scrape web novels from various sources and save them to more readable formats like EPUB.
5
5
  Project-URL: Homepage, https://github.com/ImagineBrkr/web-novel-scraper
6
6
  Project-URL: Documentation, https://web-novel-scraper.readthedocs.io
@@ -2,18 +2,18 @@ web_novel_scraper/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU
2
2
  web_novel_scraper/__main__.py,sha256=2SnDA-UKx30dO2YiQoNDF8LKC2ySYYoqkUCV6dNnGYM,18181
3
3
  web_novel_scraper/config_manager.py,sha256=duwKc6jyLj8NmST5F98qGgpW_o6D6GAenKWsYQ80gcU,3121
4
4
  web_novel_scraper/decode.py,sha256=VlAW3bdWCSC2BloTIKJ74KqlBhzUca9vpvYZVd2dziI,10796
5
- web_novel_scraper/file_manager.py,sha256=zmkeJWh8PoVcjnA38qZRSYH06kh0i0txFE-1bfa5vKg,10598
5
+ web_novel_scraper/file_manager.py,sha256=02sbDB7AYPI2dmVVcBVSsyjqDmfRy3LmQqffua-blio,10640
6
6
  web_novel_scraper/logger_manager.py,sha256=A-a4bhYI4YCEuSJd9E3WH_kanJ7YCASMwheBzObZK4Q,1972
7
7
  web_novel_scraper/novel_scraper.py,sha256=yos0rQGe6UeHVmfmylkB5FM7gE6NCjUCl-80QZTf5-o,30525
8
8
  web_novel_scraper/request_manager.py,sha256=BVWMtUO3HRs44phU2ODkPUjy7tJiIBX_R0rxGGLaJzw,6617
9
9
  web_novel_scraper/utils.py,sha256=1V8UwYhpp_27zqPnBDbl7fohu2Z7Sy_4Fq5J2_JAEvU,6405
10
- web_novel_scraper/version.py,sha256=wAxkK8w13vqoF47A8iqWdSlIgRRXmZiQ0R4wePZfzhs,22
10
+ web_novel_scraper/version.py,sha256=tATvJM5shAzfspHYjdVwpV2w3-gDA119NlEYi5X2lFY,22
11
11
  web_novel_scraper/custom_processor/__init__.py,sha256=iy4tjivMjshSzc52--aa-jK53qu9VwdK-6p4vuQc6oc,103
12
12
  web_novel_scraper/custom_processor/custom_processor.py,sha256=h1MPl6JU_C2Mc7SqK70LsNQHpDzSL6QyraMIQ87HcMM,870
13
13
  web_novel_scraper/custom_processor/sites/genesis.py,sha256=xV0eybI0ieHR5gn4yWXI74l99Eayhqs16PIYs-BrPjE,1843
14
14
  web_novel_scraper/custom_processor/sites/royalroad.py,sha256=_2PsFC_w3RJCUkAPoRn-7R2jlzl3XsG4WYtRaQkp6lg,787
15
15
  web_novel_scraper/decode_guide/decode_guide.json,sha256=kbPjEYZCN_jEpV5CL8v22yZ_4gPkO56XwblkSGDMEeM,9683
16
- web_novel_scraper-2.0.1.dist-info/METADATA,sha256=pIlROGLX4HYbe8t7Qk9Jhe0eEVZ7fpeLI0IPeSxQw3A,8423
17
- web_novel_scraper-2.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
18
- web_novel_scraper-2.0.1.dist-info/entry_points.txt,sha256=bqRvStfvSprSJc2EJXgKIbggWOXSePHFfVIZWy_plDQ,69
19
- web_novel_scraper-2.0.1.dist-info/RECORD,,
16
+ web_novel_scraper-2.0.2.dist-info/METADATA,sha256=LVuovLzyOhH_u0IIEFnqOvb_mUvpM_hwGY4G9YFbqOg,8423
17
+ web_novel_scraper-2.0.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
18
+ web_novel_scraper-2.0.2.dist-info/entry_points.txt,sha256=bqRvStfvSprSJc2EJXgKIbggWOXSePHFfVIZWy_plDQ,69
19
+ web_novel_scraper-2.0.2.dist-info/RECORD,,