Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/g0ldyy/comet
Browse files Browse the repository at this point in the history
  • Loading branch information
g0ldyy committed Nov 20, 2024
2 parents f39a684 + f1f4224 commit 6a051cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
1 change: 1 addition & 0 deletions comet/api/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6a051cd

Please sign in to comment.