(item)
| 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", {}) |
nothing calls this directly
no outgoing calls
no test coverage detected