video.cs50.io Open in urlscan Pro
18.210.182.211  Public Scan

Submitted URL: http://video.cs50.io/
Effective URL: https://video.cs50.io/
Submission: On April 26 via manual from ES — Scanned from ES

Form analysis 1 forms found in the DOM

POST

<form method="post">
  <div class="mb-3">
    <input aria-describedby="main-help" autocomplete="off" autofocus="" class="form-control" id="main" name="main" placeholder="Instructional Video" required="" type="text">
    <small class="d-inline-block form-text lh-sm px-1 text-muted" id="main-help">Required URL (or ID) of instructional video on YouTube</small>
  </div>
  <div class="mb-3">
    <input aria-describedby="screen-help" autocomplete="off" class="form-control" id="screen" name="screen" placeholder="Screen Recording" type="text">
    <small class="d-inline-block form-text lh-sm px-1 text-muted" id="screen-help">Optional URL (or ID) of screen recording's video on YouTube</small>
  </div>
  <div class="mb-3">
    <input aria-describedby="start-help" autocomplete="off" class="form-control" id="start" name="start" placeholder="Start Time" type="text">
    <small class="d-inline-block form-text lh-sm px-1 text-muted" id="start-help">Optional time (HH:MM:SS.sss) at which to start playback</small>
  </div>
  <div class="mb-3">
    <input aria-describedby="end-help" autocomplete="off" class="form-control" id="end" name="end" placeholder="End Time" type="text">
    <small class="d-inline-block form-text lh-sm px-1 text-muted" id="end-help">Optional time (HH:MM:SS.sss) at which to end playback</small>
  </div>
  <div class="mb-3">
    <input aria-describedby="end-help" autocomplete="off" class="form-control" id="offset" name="offset" placeholder="Offset" type="text">
    <small class="d-inline-block form-text lh-sm px-1 text-muted" id="offset-help">Optional time (±HH:MM:SS.sss) by which to offset screen recording from instructional video</small>
  </div>
  <button type="submit" class="btn btn-primary">Generate URL</button>
</form>

Text Content

CS50 VIDEO PLAYER

Synchronizes instructional videos with screen recordings. Read documentation.
See example.

--------------------------------------------------------------------------------

Required URL (or ID) of instructional video on YouTube
Optional URL (or ID) of screen recording's video on YouTube
Optional time (HH:MM:SS.sss) at which to start playback
Optional time (HH:MM:SS.sss) at which to end playback
Optional time (±HH:MM:SS.sss) by which to offset screen recording from
instructional video
Generate URL
This website uses YouTube API Services, per their privacy policy. By using this
site, you agree to be bound by the YouTube Terms of Service.