From c7e7e667d86a9ba365ebeec1f6e65969b42a1118 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 22:36:45 +0000 Subject: [PATCH 1/2] chore(main): release 1.43.2 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03b651b..d24ab74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.43.2](https://github.com/g0ldyy/comet/compare/v1.43.1...v1.43.2) (2024-11-19) + + +### Bug Fixes + +* adult content filter ([f5afeff](https://github.com/g0ldyy/comet/commit/f5afeff6af73098bb11d08988f368d057764bb4c)) + ## [1.43.1](https://github.com/g0ldyy/comet/compare/v1.43.0...v1.43.1) (2024-11-19) From f1f422440df81cf0b02b469ff37ce9b65a963bea Mon Sep 17 00:00:00 2001 From: Goldy <153996346+g0ldyy@users.noreply.github.com> Date: Wed, 20 Nov 2024 14:24:44 +0000 Subject: [PATCH 2/2] fix: year_end for kitsu --- comet/api/stream.py | 1 + 1 file changed, 1 insertion(+) diff --git a/comet/api/stream.py b/comet/api/stream.py index e269568..bb3e4e4 100644 --- a/comet/api/stream.py +++ b/comet/api/stream.py @@ -87,6 +87,7 @@ async def stream(request: Request, b64config: str, type: str, id: str): name = metadata["data"]["attributes"]["canonicalTitle"] season = 1 year = None + year_end = None else: get_metadata = await session.get( f"https://v3.sg.media-imdb.com/suggestion/a/{id}.json"