Skip to content

Instantly share code, notes, and snippets.

View ycrao's full-sized avatar
🎯
Focusing

飞扬 ycrao

🎯
Focusing
View GitHub Profile
@ycrao
ycrao / DownloadEssay.ahk
Last active August 29, 2015 14:06
每日一文采集器
;filename:DownloadEssay.ahk
;Author:sunshine
;QQ:837454876
DownloadEssay(filename, today, israndom, templatepath, filepath, url)
{
URLDownloadToFile, %url%, mobile
FileRead, html, *P65001 mobile ;*P65001:utf-8编码 *P936 gb2312编码
RegExMatch(html, "(?<=<title>)(.*)(?=</title>)", _htmltitle)
RegExMatch(html, "(?<=div\sclass=""container"">)(.*)(?=<div class=""nav"")",_essay)
StringReplace, _essay, _essay, %A_Tab%, , A