Package Details: netpad-player 1.6.2-1

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-04-13 19:44 (UTC)

Pinned Comments

AsukaMinato commented on 2023-11-08 18:52 (UTC) (edited on 2023-11-08 18:59 (UTC) by AsukaMinato)

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 basename -s ".exe"

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.

Latest Comments

AsukaMinato commented on 2023-11-08 18:52 (UTC) (edited on 2023-11-08 18:59 (UTC) by AsukaMinato)

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 basename -s ".exe"

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.