Skip to content

Instantly share code, notes, and snippets.

@angelworm
Last active September 4, 2017 06:18
Show Gist options
  • Save angelworm/5424853 to your computer and use it in GitHub Desktop.
Save angelworm/5424853 to your computer and use it in GitHub Desktop.
Tumblrはログイン無しでも読み込める
NSData *data = [NSURLConnection sendSynchronousRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"http://tumblr.com"]]
returningResponse:nil
error:nil];
[data writeToFile:@"text.html" atomically:YES];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment