Package Details: mediago-bin 3.0.1-3

Git Clone URL: https://aur.archlinux.org/mediago-bin.git (read-only, click to copy)
Package Base: mediago-bin
Description: Video online extraction tool streaming media download, video download,m3u8 download,Bilibili video download.视频在线提取工具,流媒体下载,视频下载,m3u8下载,B站视频下载.
Upstream URL: https://downloader.caorushizi.cn/
Keywords: downloader electron esbuild hls m3u8 m3u8-downloader m3u8download react video vite
Licenses: MIT
Conflicts: mediago
Provides: mediago
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 1
Popularity: 0.74
First Submitted: 2024-07-08 02:05 (UTC)
Last Updated: 2025-06-03 08:52 (UTC)

Latest Comments

zxp19821005 commented on 2025-06-03 08:53 (UTC)

@wlmqljj Thanks for your feedback, fixed it.

wlmqljj commented on 2025-06-01 14:56 (UTC) (edited on 2025-06-01 15:11 (UTC) by wlmqljj)

To use mobile player feature, need to copy the folder "/opt/mediago/resources/mobile" to "/usr/lib/mediago/mobile", otherwise there will be an error thrown
"Error: ENOENT: no such file or directory, stat '/usr/lib/mediago/mobile/index.html'" and the server always returns " not found".
So, change the line 41 of PKGBUILD to the line below can fix the issue.

cp -Pr --no-preserve=ownership "${srcdir}/opt/${pkgname%-bin}/resources/"{app.asar.unpacked,bin,plugin,mobile} "${pkgdir}/usr/lib/${pkgname%-bin}"