google-code-export / fanficdownloader

Automatically exported from code.google.com/p/fanficdownloader
0 stars 0 forks source link

Looks like fanfiction.net changed again #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Are you using the CLI, web service or calibre plugin?

CLI

What is the story URL?

https://www.fanfiction.net/s/8186071/1/Harry-Crow

What is the output format you used?

epub

If calibre plugin, did you use Add New, Update EPUB if New Chapters, Update
EPUB Always, Overwrite if Newer, Overwrite Always or Update Calibre
Metadata Only?

used cli version

What steps will reproduce the problem?
1. Try to create an epub from the URL
2.
3.

What is the expected output? What do you see instead?

Expected epub got

Traceback (most recent call last):
  File "downloader.py", line 319, in <module>
    main(sys.argv[1:])
  File "downloader.py", line 248, in main
    adapter.getStoryMetadataOnly()
  File "C:\Users\randalls\apps\fanficdownloader\fanficdownloader\adapters\base_adapter.py", line 243, in getStoryMetadataOnly
    self.extractChapterUrlsAndMetadata()
  File "C:\Users\randalls\apps\fanficdownloader\fanficdownloader\adapters\adapter_fanfictionnet.py", line 161, in extractChapterUrls
AndMetadata
    rating = a.string
AttributeError: 'NoneType' object has no attribute 'string'

What version of the product are you using? On what operating system?

cli version 4.4.87 on Windows 7 x64

Please provide any additional information below.

Looks like something has changed on fanfiction.net again

Original issue reported on code.google.com by lens...@gmail.com on 24 Dec 2013 at 1:43

GoogleCodeExporter commented 9 years ago
Already fixed.

Due to code.google's plan to disallow new 'Downloads' in the next couple 
months, the download URL for CLI is different now:

http://fanficdownloader.googlecode.com/hg/fanficdownloader.zip

Original comment by retiefj...@gmail.com on 24 Dec 2013 at 3:22