We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
download video
when downloading media , wechat try to guess the extension , and add the right extension .
when downloading a video media , the guess failed , and the extension is null . so the downloaded file name will be added a extra '.'
guess
for example, if $MediaId(video) is abcd, the final url will be abcd.
abcd
abcd.
if we can't get the extension , can we not add the ext ?
not add the ext
if the filename param contains a ext , can we trust it and not add the ext ?
ext
The text was updated successfully, but these errors were encountered:
overtrue/wechat/src/Wechat/Media.php , line 280
overtrue/wechat/src/Wechat/Media.php
280
Sorry, something went wrong.
I test video by mediainfo, and video by weixin is mp4
mediainfo
weixin
哈哈,下回用中文吧,我能看懂 😆
哈哈 , 反正就是download视频多个 .
微信现在这么牛 ,你的文档都是中英文 ,得跟上潮流啊
66dc02c
No branches or pull requests
when downloading media , wechat try to guess the extension , and add the right extension .
when downloading a video media , the
guess
failed , and the extension is null . so the downloaded file name will be added a extra '.'for example, if $MediaId(video) is
abcd
, the final url will beabcd.
if we can't get the extension , can we
not add the ext
?if the filename param contains a
ext
, can we trust it andnot add the ext
?The text was updated successfully, but these errors were encountered: