We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 484f1ee commit e020be3Copy full SHA for e020be3
InstagramAPI/InstagramAPI.py
@@ -24,10 +24,7 @@
24
try:
25
from moviepy.editor import VideoFileClip
26
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.")
+ print("Fail to import moviepy. Need only for Video upload.")
31
32
33
# The urllib library was split into other modules from Python 2 to Python 3
0 commit comments