mirror of
https://github.com/g0ldyy/comet.git
synced 2026-01-12 01:16:12 +01:00
Merge branch 'main' of https://github.com/g0ldyy/comet
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user