MCPcopy Create free account
hub / github.com/CScorza/IntelOSINT / _pick_video_id

Method _pick_video_id

IntelOSINT.py:1159–1160  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

1157 # --- API Interception for raw video data ---
1158 api_videos = []
1159 def _pick_video_id(item):
1160 return str(item.get("id") or item.get("aweme_id") or item.get("awemeId") or "").strip()
1161
1162 def _extract_video_fields(item):
1163 video_data = item.get("video", {})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected