VijayQin / DMHY-spider

This project aims at crawling on DMHY, and store the html and torrent of each animation in our local file systems and in database(SQLite3). The future work will be filtering animation we want by the given rules and alert us to those updated every day.
14 stars 2 forks source link

TypeError: not all arguments converted during string formatting #1

Closed fno2010 closed 8 years ago

fno2010 commented 8 years ago

Throw following exception when execution:

Traceback (most recent call last):
  File "./DMHY_DataBase.py", line 298, in <module>
    DataBase.start_requests()
  File "./DMHY_DataBase.py", line 122, in start_requests
    self.parse_item(data[i], con)
  File "./DMHY_DataBase.py", line 189, in parse_item
    path = self.formulate_folder_path(item_date, item_type, item_title)
  File "./DMHY_DataBase.py", line 255, in formulate_folder_path
    item_title))
TypeError: not all arguments converted during string formatting