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
505 stars 47 forks source link

Unable to download YouTube videos & reddit comments #136

Closed etec-masterofsynapse closed 3 years ago

etec-masterofsynapse commented 4 years ago

I am using your project to download some subreddits. However from the start I am having massive issues with not being able to download YouTube videos. It always says Unknown error occurred or Unsupported domain. However in the settings I can see that YouTube itself is supported. And I saw that you are (maybe) using youtube-dl, it is available through my PATH, however I dont see it being used.

Also for one specific subreddit it is unable to download many comments with the error Unknown error occurred or Unsupported domain. Maybe they are deleted and thats why.

MalloyDelacroix commented 4 years ago

Can you attach your log file?

etec-masterofsynapse commented 4 years ago

@MalloyDelacroix Could you please instruct me how I get the log file you need? I only saw the errors during the running process in the debug section of the window.

MalloyDelacroix commented 4 years ago

The easiest way to get there is to run the application, then click "Open Data Directory" from the file menu.

etec-masterofsynapse commented 4 years ago

Attached one of the logs. DownloaderForReddit1.log

MalloyDelacroix commented 4 years ago

I believe I have resolved the comment issue. I cannot replicate the failed youtube extraction. Are you running from source or compiled executable?

etec-masterofsynapse commented 4 years ago

I am running the newest compiled executable (at the time), version 3.1.1-beta. There is a 3.2.0-beta available now, should I update to that?