This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 安装zsh | |
| brew install zsh | |
| 设置zsh为默认shell | |
| mate /etc/shells | |
| 在文末增加: | |
| /usr/local/bin/zsh | |
| 将zsh设置为默认的Shell: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #-*-coding=utf-8-*- | |
| import requests | |
| import re | |
| import time | |
| import random | |
| page=1 #max=79 | |
| home='http://91porn.com/video.php?page=%d&category=rf' | |
| cont_reg=re.compile('<a target=blank href="(http://91porn\.com/view_video\.php.*?)" title="') | |
| vid_reg=re.compile('http://91\.p9p\.co/ev\.php\?VID=(.*?)<') |