Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Picture and Text posts not being filtered and downloader throws an error when encountering them #120

Closed
Hezkezl opened this issue Jul 23, 2022 · 3 comments
Assignees

Comments

@Hezkezl
Copy link

Hezkezl commented Jul 23, 2022

As per conversation in Discord, https://cdn.discordapp.com/attachments/468978648460820490/1000099283959287910/unknown.png this picture shows that the downloader is running into problems with these three posts.

https://www.floatplane.com/post/Tqphjp3rHv (HDR Feedback / Bug Reports)
https://www.floatplane.com/post/fOGeGyd3vW (Waiting for something? Need a pet distraction?)
https://www.floatplane.com/post/XGjHDKHSGr (HDR Complications - To explain things a bit (Text post))

@Hezkezl
Copy link
Author

Hezkezl commented Jul 27, 2022

For anyone encountering this and wanting a temporary fix, you can add this to your settings.json file for a channel that you're skipping (I'm skipping Carpool Critics, so I just added this in that section)

			"Carpool Critics": {
				"title": "Carpool Critics",
				"skip": true,
				"identifiers": [
					{
						"check": "CC: ",
						"type": "title"
					},
					{
						"check": "'Carpool Critics' ",
						"type": "title"
					},
					{
						"check": "Wanted: HDR Feedback - Video: Are CRTs Dead",
						"type": "title"
					},
					{
						"check": "HDR Feedback / Bug Reports",
						"type": "title"
					},
					{
						"check": "Waiting for something? Need a pet distraction?",
						"type": "title"
					},
					{
						"check": "HDR Complications - To explain things a bit (text post)",
						"type": "title"
					}
				],
				"daysToKeepVideos": -1
			},

@Inrixia
Copy link
Owner

Inrixia commented Jul 30, 2022

I beleive this is due to api changes and thus will need updated to be made to https://github.com/Inrixia/floatplaneAPI.ts

I'm already working on this

@Inrixia
Copy link
Owner

Inrixia commented Sep 17, 2022

This should be fixed on dev

@Inrixia Inrixia closed this as completed Sep 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants