curl https://www.netpad.net.cn/download_web.html --silent \
| grep --perl-regexp "<script src=\"/js/download\.(.*?)\.js\"></script>" --only-matching \
| cut --delimiter='"' --fields=2 \
| xargs --replace={} curl https://www.netpad.net.cn/{} --silent \
| grep --perl-regexp "/download/NetpadPlayer\-.*?\.exe" --only-matching \
| cut --delimiter='-' --fields=2 \
| xargs -0 basename -s ".exe" \
| head -1
Search Criteria
Package Details: netpad-player 1.6.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/netpad-player.git (read-only, click to copy) |
---|---|
Package Base: | netpad-player |
Description: | 网络画板,用核心技术赋能智慧数学教育 |
Upstream URL: | https://www.netpad.net.cn/ |
Keywords: | 网络画板,用核心技术赋能智慧数学教育 |
Licenses: | custom |
Submitter: | AsukaMinato |
Maintainer: | AsukaMinato (AronYoung) |
Last Packager: | AsukaMinato |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-06-04 07:51 (UTC) |
Last Updated: | 2024-07-05 18:55 (UTC) |
Dependencies (3)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- electron (electron-binAUR)
- asar (make)
Required by (0)
Sources (2)
Latest Comments
AsukaMinato commented on 2023-11-08 18:52 (UTC) (edited on 2024-10-23 03:13 (UTC) by AsukaMinato)
AsukaMinato commented on 2023-07-29 14:22 (UTC) (edited on 2023-07-29 14:22 (UTC) by AsukaMinato)
v8 version 9.6.180.21-electron.0
https://releases.electronjs.org/release/v16.0.6
so it better be electron16
but since it works well now, I leave it there.
MarsSeed commented on 2023-06-23 08:47 (UTC)
Please remove example text and unused fields from PKGBUILD and add your name and email as maintainer.
Pinned Comments
AsukaMinato commented on 2023-11-08 18:52 (UTC) (edited on 2024-10-23 03:13 (UTC) by AsukaMinato)
AsukaMinato commented on 2023-07-29 14:22 (UTC) (edited on 2023-07-29 14:22 (UTC) by AsukaMinato)
v8 version 9.6.180.21-electron.0
https://releases.electronjs.org/release/v16.0.6
so it better be electron16
but since it works well now, I leave it there.