See GitHub Octocat very much, just write a program in C # all download, attach a more efficient download program, as well as the end of the picture compression package.
Use the Jumony Parsing Web page.
HttpClient client =NewHttpClient ();varHtmlsource =NewJumonyparser (). Loaddocument ("https://octodex.github.com/"). Find ("a.preview-image > IMG"); Parallel.ForEach (Htmlsource,AsyncHtmlElement ={ varsrc =string. Format (@"https://octodex.github.com{0}", Htmlelement.attribute ("data-src"). Value ()); varfilename =string. Format (@"f:\octocat\{0}"Src. Substring (src. LastIndexOf ('/') +1)); using(varstream =awaitclient. Getstreamasync (src)) {using(varFileStream =NewFileStream (filename, filemode.createnew)) { byte[] buffer =New byte[8192]; intByteread =-1; while((Byteread = stream.) Read (Buffer,0,8192)) >0) {filestream.write (buffer,0, Byteread); }}} console.writeline (filename);}); Console.WriteLine ("done!");
Baidu Network Disk Http://pan.baidu.com/s/1i3m3L6P
Octocat, it's all downloaded when you look like it.