This commit is contained in:
lwl0608 2024-09-14 01:30:32 +08:00
parent e8672dd308
commit 7bd38e9387
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class S:
docs = self.col_video.find({}, projection=prj)
for d in docs[:10]:
vid = safe_get_int(d, "_id")
src_id_h264 = safe_get_str(docs, d)
src_id_h264 = safe_get_str(d, "src_id_h264")
url = host + src_id_h264
print(vid, url)