MalloyDelacroix / DownloaderForReddit

The Downloader for Reddit is a GUI application with some advanced features to extract and download submitted content from reddit.
GNU General Public License v3.0
498 stars 47 forks source link

Extractors failing on valid links #304

Closed Jumplion94 closed 1 year ago

Jumplion94 commented 1 year ago

Describe the bug Valid links are failing to download, the message says "Unsupported domain", but it is a valid domain and has an extractor (e.g. i.redd.it, i.imgur)

I've noticed that this seems to occur specifically whenever the link is a direct link (e.g. .png, .jpg)

message: Unsupported domain exc_info: Traceback (most recent call last): File "/Users/russell/Documents/Code/DownloaderForReddit/DownloaderForReddit/core/submission_handler.py", line 93, in extract_link extractor = extractor_class(self.post, url=url, submission=self.submission, **kwargs) TypeError: 'NoneType' object is not callable

Environment Information

For all but the most trivial of issues, please attach the latest log file. Happy to provide a log, but I don't see it outputted to a file anywhere?

Jumplion94 commented 1 year ago

Nevermind - On further testing I believe the errors I've been seeing are to do with comment extraction rather than problems with the post itself. I thought there was missing content, but that was a artefact of the max post limit itself.

Cheers!