We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12baf17 commit 86529dfCopy full SHA for 86529df
src/run_diarization.py
@@ -18,8 +18,8 @@ def download_video():
18
output_path = VIDEO_DIRECTORY / f"{file_name}.mp4"
19
20
# video_url = "https://tulsa-ok.granicus.com/MediaPlayer.php?view_id=4&clip_id=6501"
21
- video_url = "https://tulsa-ok.granicus.com/player/clip/6578?view_id=4&redirect=true"
22
- # video_url = "https://tulsa-ok.granicus.com/MediaPlayer.php?view_id=4&clip_id=4274"
+ # video_url = "https://tulsa-ok.granicus.com/player/clip/6578?view_id=4&redirect=true"
+ video_url = "https://tulsa-ok.granicus.com/MediaPlayer.php?view_id=4&clip_id=4274"
23
print(f"Downloading video from {video_url}")
24
# Get video player page info
25
player_page: GranicusPlayerPage = asyncio.run(get_video_player(video_url))
0 commit comments