Trying to get some word counts for books that I don't have copies of using the Goodreads download option, but when I try (selecting "Download page/word counts - Goodreads"), I get an error that no convertible format was found; when I select that option for a book that I do have a copy of, it does appear to download the counts, based on these lines in the log:
Quote:
page_count_mode=Download, statistics_to_run=[u'WordCount', u'GunningFog', u'PageCount', u'FleschReading', u'FleschGrade'], custom_chars_per_page=1500, icu_wordcount=True
...
Method of counting _page_count_mode=Download _download_sources=[(u'goodreads', u'49005014')]
results= {u'GunningFog': 10.136449454678765, u'download_source': u'goodreads', u'PageCount': 370, u'FleschGrade': 5.890847768307214, u'FleschReading': 83.10697277976355, u'WordCount': 101388}
Downloaded page count from Goodreads: 370
...
Download source book url: u'http://www.goodreads.com/book/show/49005014'
|
Is downloading counts from Goodreads supposed to work for records w/ no formats?