Skip to content

Commit fca5f27

Browse files
committed
Merge branch 'experimental' of github.com:video-db/videodb-python into experimental
2 parents 20cc3ad + e22fe8a commit fca5f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

videodb/video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ def clip(
595595
"model_name": model_name,
596596
},
597597
)
598-
return clip_data.get("stream_url")
598+
return SearchResult(self._connection, **clip_data)
599599

600600
def insert_video(self, video, timestamp: float) -> str:
601601
"""Insert a video into another video

0 commit comments

Comments
 (0)