Files
yt-channel-scraper/graphify-out/cache/ast/v0.9.22/5eb1ea5adee7b3a6de0470fbefdc34a0081f0886289248d1a6985eebd5d048f2.json
T
urieljareth 06497299ab feat: integrated audio player + animated transcript follower
- Video detail (done videos): added 'Download audio' button; removed the
  manual 'Thumbnail' button (thumbnails auto-download now, so it was redundant).
- New 'GET /api/videos/{id}/audio' endpoint (also serves HEAD for probing),
  serving data/audio/<video_id>.mp3. Audio job outtmpl switched to %(id)s so
  files are addressable per video.
- Integrated <audio> player appears in the detail view once the MP3 is present
  (probed via HEAD on openVideo; polled after a download job until ready).
- Synced transcript follower: as audio plays, the matching segment is
  highlighted (seg-active) and auto-scrolled into view like a karaoke/lyrics
  tracker. Clicking any segment timestamp or chapter seeks the audio to that
  point (falls back to scroll when no audio). Playback indicator pulses while
  playing.
2026-07-27 00:00:28 -06:00

1 line
6.2 KiB
JSON

{"nodes": [{"id": "d_yt_channel_scraper_src_yt_scraper_chapters_py", "label": "chapters.py", "file_type": "code", "source_file": "src/yt_scraper/chapters.py", "source_location": "L1"}, {"id": "d_yt_channel_scraper_src_yt_scraper_chapters_chapter", "label": "Chapter", "file_type": "code", "source_file": "src/yt_scraper/chapters.py", "source_location": "L9", "_callable": true}, {"id": "d_yt_channel_scraper_src_yt_scraper_chapters_section", "label": "Section", "file_type": "code", "source_file": "src/yt_scraper/chapters.py", "source_location": "L16", "_callable": true}, {"id": "d_yt_channel_scraper_src_yt_scraper_chapters_align_chapters", "label": "align_chapters()", "file_type": "code", "source_file": "src/yt_scraper/chapters.py", "source_location": "L22", "_callable": true}, {"id": "segment", "label": "Segment", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "D:\\yt-channel-scraper\\src\\yt_scraper\\chapters.py"}, {"id": "d_yt_channel_scraper_src_yt_scraper_chapters_chapters_from_info", "label": "chapters_from_info()", "file_type": "code", "source_file": "src/yt_scraper/chapters.py", "source_location": "L39", "_callable": true}], "edges": [{"source": "d_yt_channel_scraper_src_yt_scraper_chapters_py", "target": "dataclasses", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "src/yt_scraper/chapters.py", "source_location": "L3", "weight": 1.0}, {"source": "d_yt_channel_scraper_src_yt_scraper_chapters_py", "target": "d_yt_channel_scraper_src_yt_scraper_parse_py", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "src/yt_scraper/chapters.py", "source_location": "L5", "weight": 1.0}, {"source": "d_yt_channel_scraper_src_yt_scraper_chapters_py", "target": "d_yt_channel_scraper_src_yt_scraper_chapters_chapter", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/yt_scraper/chapters.py", "source_location": "L9", "weight": 1.0}, {"source": "d_yt_channel_scraper_src_yt_scraper_chapters_py", "target": "d_yt_channel_scraper_src_yt_scraper_chapters_section", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/yt_scraper/chapters.py", "source_location": "L16", "weight": 1.0}, {"source": "d_yt_channel_scraper_src_yt_scraper_chapters_py", "target": "d_yt_channel_scraper_src_yt_scraper_chapters_align_chapters", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/yt_scraper/chapters.py", "source_location": "L22", "weight": 1.0}, {"source": "d_yt_channel_scraper_src_yt_scraper_chapters_align_chapters", "target": "segment", "relation": "references", "context": "generic_arg", "confidence": "EXTRACTED", "source_file": "src/yt_scraper/chapters.py", "source_location": "L22", "weight": 1.0}, {"source": "d_yt_channel_scraper_src_yt_scraper_chapters_align_chapters", "target": "d_yt_channel_scraper_src_yt_scraper_chapters_chapter", "relation": "references", "context": "generic_arg", "confidence": "EXTRACTED", "source_file": "src/yt_scraper/chapters.py", "source_location": "L22", "weight": 1.0}, {"source": "d_yt_channel_scraper_src_yt_scraper_chapters_align_chapters", "target": "d_yt_channel_scraper_src_yt_scraper_chapters_section", "relation": "references", "context": "generic_arg", "confidence": "EXTRACTED", "source_file": "src/yt_scraper/chapters.py", "source_location": "L22", "weight": 1.0}, {"source": "d_yt_channel_scraper_src_yt_scraper_chapters_py", "target": "d_yt_channel_scraper_src_yt_scraper_chapters_chapters_from_info", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/yt_scraper/chapters.py", "source_location": "L39", "weight": 1.0}, {"source": "d_yt_channel_scraper_src_yt_scraper_chapters_chapters_from_info", "target": "d_yt_channel_scraper_src_yt_scraper_chapters_chapter", "relation": "references", "context": "generic_arg", "confidence": "EXTRACTED", "source_file": "src/yt_scraper/chapters.py", "source_location": "L39", "weight": 1.0}, {"source": "d_yt_channel_scraper_src_yt_scraper_chapters_align_chapters", "target": "d_yt_channel_scraper_src_yt_scraper_chapters_section", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/yt_scraper/chapters.py", "source_location": "L24", "weight": 1.0}, {"source": "d_yt_channel_scraper_src_yt_scraper_chapters_chapters_from_info", "target": "d_yt_channel_scraper_src_yt_scraper_chapters_chapter", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/yt_scraper/chapters.py", "source_location": "L48", "weight": 1.0}], "raw_calls": [{"caller_nid": "d_yt_channel_scraper_src_yt_scraper_chapters_align_chapters", "callee": "append", "is_member_call": true, "source_file": "src/yt_scraper/chapters.py", "source_location": "L34", "receiver": "sections"}, {"caller_nid": "d_yt_channel_scraper_src_yt_scraper_chapters_align_chapters", "callee": "append", "is_member_call": true, "source_file": "src/yt_scraper/chapters.py", "source_location": "L35", "receiver": "sections"}, {"caller_nid": "d_yt_channel_scraper_src_yt_scraper_chapters_chapters_from_info", "callee": "get", "is_member_call": true, "source_file": "src/yt_scraper/chapters.py", "source_location": "L40", "receiver": "info"}, {"caller_nid": "d_yt_channel_scraper_src_yt_scraper_chapters_chapters_from_info", "callee": "strip", "is_member_call": true, "source_file": "src/yt_scraper/chapters.py", "source_location": "L43", "receiver": null}, {"caller_nid": "d_yt_channel_scraper_src_yt_scraper_chapters_chapters_from_info", "callee": "get", "is_member_call": true, "source_file": "src/yt_scraper/chapters.py", "source_location": "L43", "receiver": "ch"}, {"caller_nid": "d_yt_channel_scraper_src_yt_scraper_chapters_chapters_from_info", "callee": "get", "is_member_call": true, "source_file": "src/yt_scraper/chapters.py", "source_location": "L46", "receiver": "ch"}, {"caller_nid": "d_yt_channel_scraper_src_yt_scraper_chapters_chapters_from_info", "callee": "get", "is_member_call": true, "source_file": "src/yt_scraper/chapters.py", "source_location": "L47", "receiver": "ch"}, {"caller_nid": "d_yt_channel_scraper_src_yt_scraper_chapters_chapters_from_info", "callee": "append", "is_member_call": true, "source_file": "src/yt_scraper/chapters.py", "source_location": "L48", "receiver": "out"}]}