Fixes Issue #2 #4
@ -74,7 +74,7 @@ class Mediasite:
|
|||||||
|
|
||||||
# loop all slides and download, calculate the duration and create a text file holding all the info for he ffmpeg demuxer
|
# loop all slides and download, calculate the duration and create a text file holding all the info for he ffmpeg demuxer
|
||||||
for i in range(num_slides):
|
for i in range(num_slides):
|
||||||
|
|
||||||
# Download the source file and store the url as a local file path
|
# Download the source file and store the url as a local file path
|
||||||
myslide = { 'url': os.path.join(slides_path, self._download(slides_path, data['slides'][i]['url'], session))}
|
myslide = { 'url': os.path.join(slides_path, self._download(slides_path, data['slides'][i]['url'], session))}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user