Skip to content

Commit e020be3

Browse files
committed
Fix delete media
1 parent 484f1ee commit e020be3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

InstagramAPI/InstagramAPI.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@
2424
try:
2525
from moviepy.editor import VideoFileClip
2626
except ImportError:
27-
import imageio
28-
imageio.plugins.ffmpeg.download()
29-
from moviepy.editor import VideoFileClip
30-
#print("Fail to import moviepy. Need only for Video upload.")
27+
print("Fail to import moviepy. Need only for Video upload.")
3128

3229

3330
# The urllib library was split into other modules from Python 2 to Python 3

0 commit comments

Comments
 (0)