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 adeeb56 commit 9fa6c94Copy full SHA for 9fa6c94
1 file changed
ffmpeg_streaming/tests/test_ffmpeg_video_streaming.py
@@ -4,7 +4,6 @@
4
5
6
from ffmpeg_streaming import *
7
-from ffmpeg_streaming.from_clouds import from_url
8
from ffmpeg_streaming.media import (HLS, DASH)
9
from ffmpeg_streaming.streams import Streams
10
import ffmpeg_streaming
@@ -122,11 +121,5 @@ def test_progress(self):
122
121
123
self.assertEqual(_get_duration_sec, 3600)
124
125
- def test_from_clouds(self):
126
- url = 'https://github.com/aminyazdanpanah/python-ffmpeg-video-streaming/blob/master/examples/_example.mp4' \
127
- '?raw=true'
128
- self.assertTrue(os.path.isfile(from_url(url)))
129
-
130
131
if __name__ == '__main__':
132
unittest.main()
0 commit comments