TilCreator / Tapas-Comic-Downloader

This is a downloader to download whole comics from https://tapas.io/. (Not official!)
MIT License
70 stars 15 forks source link

ValueError: substring not found #17

Closed Shirobaka closed 4 years ago

Shirobaka commented 4 years ago

This error appears after downloading the images:

Traceback (most recent call last):
  File ".\tapas-dl.py", line 164, in <module>
    pageData['id'], img[img.rindex('.') + 1:]), fat=args.restrict_characters)), 'wb') as f:
ValueError: substring not found

OS: Windows 10 and Linux

Ruthalas commented 4 years ago

The proposed fix is good. Can we merge/incorporate it?

TilCreator commented 4 years ago

I will message naive-salt to create a merge request

TilCreator commented 4 years ago

The interface was a bit confusing, but this should do it.