Skip to content

Instantly share code, notes, and snippets.

@kiichi54321
Created November 2, 2012 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kiichi54321/4000687 to your computer and use it in GitHub Desktop.
Save kiichi54321/4000687 to your computer and use it in GitHub Desktop.
一覧ページから飛んで、画像を取ってくる。
<Data Stock="True" xmlns="clr-namespace:Rawler.Tool;assembly=Rawler" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<FileSave FileName="keioImage/list.tsv">
<Iterator>
<Iterator.Texts>
<TextVaule Value="http://www.sfc.keio.ac.jp/academics/undergraduate/pm/faculty.html"></TextVaule>
<TextVaule Value="http://www.sfc.keio.ac.jp/academics/undergraduate/ei/faculty.html"></TextVaule>
</Iterator.Texts>
<Page >
<Tags Tag="div" IdName="main">
<Tags Tag="li">
<Links>
<Page>
<ImageLinks UrlFilter="photo">
<DownLoad Folder="keioImage" >
<DownLoad.SaveNameTree>
<GetPageHtml>
<Tags Tag="span" ClassName="ename"></Tags>
</GetPageHtml>
</DownLoad.SaveNameTree>
<DataWrite Attribute="file"></DataWrite>
</DownLoad>
</ImageLinks>
</Page>
</Links>
<Links VisbleType="Label">
<DataWrite Attribute="name"></DataWrite>
</Links>
<NextDataRow></NextDataRow>
</Tags>
</Tags>
</Page>
</Iterator>
</FileSave>
</Data>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment