Inrixia / Floatplane-Downloader

Project for automatically organizing and downloading Floatplane videos for plex.
https://monitor.spookelton.net/public-dashboards/db0aec66747b4950b01b128916eb737e
GNU Affero General Public License v3.0
152 stars 41 forks source link

Several Live streams from LMG are not being caught with filters. #175

Closed mattkdoggie closed 1 year ago

mattkdoggie commented 1 year ago

The majority of LMG livestreams are being detected as the main ltt channel.

                "59f94c0bdd241b70349eb72b": {
                        "creatorId": "59f94c0bdd241b70349eb72b",
                        "plan": "LTT Supporter Plus",
                        "skip": false,
                        "channels": [
                                {
                                        "title": "TalkLinked",
                                        "skip": false,
                                        "identifiers": [
                                                {
                                                        "check": "talklinked",
                                                        "type": "title"
                                                }
                                        ]
                                },
                                {
                                        "title": "TechLinked Shorts",
                                        "skip": false,
                                        "identifiers": [
                                                {
                                                        "check": "TL Short: ",
                                                        "type": "title"
                                                }
                                        ]
                                },
                                {
                                        "title": "The WAN Show",
                                        "skip": true,
                                        "identifiers": [
                                                {
                                                        "check": "WAN Show",
                                                        "type": "title"
                                                }
                                        ]
                                },
                                {
                                        "title": "LMG Livestream VODs",
                                        "skip": false,
                                        "identifiers": [
                                                {
                                                        "check": "Livestream VOD – ",
                                                        "type": "title"
                                                }
                                        ]
                                },
                                {
                                        "title": "Linus Tech Tips",
                                        "skip": false,
                                        "identifiers": [
                                                {
                                                        "type": "channelId",
                                                        "check": "63fe42c309e691e4e36de93d"
                                                }
                                        ]
                                },

For example this video https://beta.floatplane.com/post/s91el7ozyZ. Its title is "Livestream VOD – September 25, 2022 @ 06:12 – Linus Random Beat Saber Stream" it should be caught by the livestreams channel but is going to the LTT channel instead.

Inrixia commented 1 year ago

Are you on dev or main? I cant replicate this

Inrixia commented 1 year ago

Also this might be a duplicate of https://github.com/Inrixia/Floatplane-Downloader/issues/173

Please try the latest dev and see if that fixes it

mattkdoggie commented 1 year ago

Seems to be fixed, I can no longer replicate this.