TilCreator / Tapas-Comic-Downloader

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

dataStr error #15

Closed Asmodeus6969 closed 4 years ago

Asmodeus6969 commented 4 years ago

Not an expert in python at all, but this happens. I followed the instructions, did I miss something?

root@porn-bot ~/tapas# python3 tapas-dl.py https://tapas.io/series/Erma Traceback (most recent call last): File "tapas-dl.py", line 77, in <module> dataStr = [dataStr for dataStr in page('script') if dataStr.text is not None and dataStr.text.find('var _data = {') != -1][0].text.replace('\n', '') IndexError: list index out of range

TilCreator commented 4 years ago

See #14 Closing this because is a dublicate.