Skip to content

Instantly share code, notes, and snippets.

@zhangyoufu
Created November 30, 2021 07:24
Show Gist options
  • Save zhangyoufu/0555e379ebe23d84fd67168c2dd1c8ce to your computer and use it in GitHub Desktop.
Save zhangyoufu/0555e379ebe23d84fd67168c2dd1c8ce to your computer and use it in GitHub Desktop.
nstool.netease.com
#!/bin/sh
curl -fsS "$(curl -fsS nstool.netease.com | iconv -f gbk | sed -e "s|.*iframe src='\([^']*\)'.*|\1|")" | iconv -f gbk | sed -e 's|<br>|\n|g'; echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment