Skip to content

Instantly share code, notes, and snippets.

@eallion
Forked from syhily/curl_tianlangbooks.sh
Created May 25, 2022 14:20
Show Gist options
  • Save eallion/cdbe64036a2e4c507fe58dbe4b722cae to your computer and use it in GitHub Desktop.
Save eallion/cdbe64036a2e4c507fe58dbe4b722cae to your computer and use it in GitHub Desktop.
抓取天浪书屋的蓝奏云下载链接
for((i=1;i<=10302;i++));
do
echo ""
echo ""
echo "Start download book from $i"
echo ""
echo ""
curl "https://www.tianlangbooks.com/$i.html" -H 'authority: www.tianlangbooks.com' --data-raw 'secret_key=359198&Submit=%E6%8F%90%E4%BA%A4' --compressed | grep "蓝奏云盘" >> download.txt
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment