Skip to content

Commit

Permalink
url
Browse files Browse the repository at this point in the history
  • Loading branch information
bjudkewitz committed Oct 13, 2024
1 parent 1efdb20 commit 985f528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/napari_pyav/_tests/test_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def test_reader(tmp_path):

import urllib.request
video_path = str(tmp_path / "test.mp4")
urllib.request.urlretrieve(r"https://test-videos.co.uk/vids/bigbuckbunny/mp4/h264/720/Big_Buck_Bunny_720_10s_1MB.mp4", video_path)
urllib.request.urlretrieve(r"http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerBlazes.mp4", video_path)
reader = napari_get_reader([video_path])([video_path])[0][0]
print(reader, type(reader))
for frame in reader:
Expand Down

0 comments on commit 985f528

Please sign in to comment.