This commit is contained in:
Goldy
2024-11-20 19:55:12 +01:00
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -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)
+1
View File
@@ -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"