All of the following information is based on go version go1.17.1 darwin/amd64
.
GOOS | Out of the Box |
---|---|
aix |
✅ |
android |
✅ |
see: https://github.com/woodongwong/tvfix |
#!/usr/bin/env bash | |
# author: yuzebin AT gmail | |
# 20180614 | |
main() { | |
mkdir -p $2 | |
cd $2 | |
curl $1 | grep -e "http://open.163.com/movie/" | enca -L zh -x UTF-8 | sed -e "s/\<a href=\"//g" -e "s/\>//g" -e "s/<\/a//g" | grep -v class> $2.lst | |
num=0 |
Recent releases have been pre-built using cross-compilers and this script and are downloadable below.
If you have found these packages useful, give me a shout out on twitter: @adammw