我Giphypop
用来检索gif
. 为了方便起见,我将此 url 保存在一个变量中,但现在我需要以某种方式保存gif
到文件。但我遇到了一个错误。
我认为这可以重新打开。我的问题是 Windows 保存后没有打开gif
文件。这是问题的代码和屏幕截图,抱歉我不能早点发布。
代码:
import giphypop
from urllib import request
g = giphypop.Giphy()
request.urlretrieve("http://giphy.com/gifs/fullerhouse-3oz8xJfB6XGBwOA8HS", "test.gif")
截屏: