john_stamos 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. data/README.md +95 -79
  2. data/john_stamos.gemspec +3 -2
  3. data/lib/john_stamos/client.rb +32 -17
  4. data/lib/john_stamos/pin_search.rb +4 -3
  5. data/lib/john_stamos/pinner.rb +1 -1
  6. data/lib/john_stamos/version.rb +1 -1
  7. data/lib/john_stamos.rb +5 -2
  8. data/spec/lib/john_stamos/client_spec.rb +55 -66
  9. data/spec/lib/john_stamos/pin_search_spec.rb +9 -9
  10. data/spec/support/vcr_cassettes/JohnStamos_Client/_make_request/returns_a_string_representation_of_the_response_body.yml +59 -0
  11. data/spec/support/vcr_cassettes/JohnStamos_Client/_page_content/returns_a_Nokogiri_HTML_Document_object.yml +59 -0
  12. data/spec/support/vcr_cassettes/JohnStamos_Client/_search_pins/returns_the_correct_number_of_pins.yml +6448 -980
  13. data/spec/support/vcr_cassettes/JohnStamos_Pin/scraped_data/_pinner/returns_a_Pinner_object.yml +801 -289
  14. data/spec/support/vcr_cassettes/JohnStamos_Pin/scraped_data/_pinner/shows_my_fake_account_as_the_owning_Pinner.yml +802 -289
  15. data/spec/support/vcr_cassettes/JohnStamos_Pin/scraped_data/belongs_to_the_correct_board.yml +801 -289
  16. data/spec/support/vcr_cassettes/JohnStamos_Pin/scraped_data/has_the_correct_description.yml +801 -289
  17. data/spec/support/vcr_cassettes/JohnStamos_Pin/scraped_data/has_the_correct_image.yml +801 -289
  18. data/spec/support/vcr_cassettes/JohnStamos_Pin/scraped_data/has_the_correct_like_count.yml +1329 -287
  19. data/spec/support/vcr_cassettes/JohnStamos_Pin/scraped_data/has_the_correct_repin_count.yml +801 -289
  20. data/spec/support/vcr_cassettes/JohnStamos_Pin/scraped_data/has_the_correct_source_url.yml +801 -290
  21. data/spec/support/vcr_cassettes/JohnStamos_Pin/scraped_data/is_not_a_video.yml +801 -289
  22. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_execute_/when_using_a_search_term_that_yields_thousands_of_pins/with_a_limit_higher_than_the_default/collects_the_correct_number_of_pin_ids.yml +16392 -2609
  23. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_execute_/when_using_a_search_term_that_yields_thousands_of_pins/with_a_limit_lower_than_the_default/collects_the_correct_number_of_pin_ids.yml +10844 -1157
  24. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_execute_/when_using_a_search_term_that_yields_thousands_of_pins/with_a_limit_lower_than_the_default/never_calls_subsequent_retrieval_.yml +10844 -1157
  25. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_execute_/when_using_a_search_term_that_yields_thousands_of_pins/with_no_limit_specified/limits_the_pin_ids_collected_to_50.yml +10844 -1655
  26. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_execute_/when_using_a_search_term_that_yields_thousands_of_pins/with_no_limit_specified/limits_to_50_the_default.yml +10844 -1655
  27. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/with_results_found/sets_next_bookmark.yml +5128 -993
  28. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/with_results_found/sets_next_bookmark_with_a_hash_for_the_next_25_results.yml +5170 -0
  29. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/with_results_found/sets_next_bookmark_with_a_hash_for_the_next_batch_of_results.yml +5170 -0
  30. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/with_results_found/should_set_pin_ids.yml +5128 -993
  31. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/without_any_results_found/has_a_nil_next_bookmark.yml +834 -211
  32. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/without_any_results_found/leaves_the_pin_ids_array_empty.yml +834 -212
  33. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_subsequent_retrieval/with_results_found/sets_next_bookmark_with_a_hash_for_the_next_25_results.yml +9053 -0
  34. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_subsequent_retrieval/with_results_found/sets_next_bookmark_with_a_hash_for_the_next_batch_of_results.yml +9053 -0
  35. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_subsequent_retrieval/with_results_found/sets_the_next_bookmark.yml +8972 -1691
  36. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_subsequent_retrieval/with_results_found/should_append_the_new_pin_ids.yml +8972 -1691
  37. data/spec/support/vcr_cassettes/JohnStamos_Pinner/_about/returns_the_correct_about_text.yml +639 -247
  38. data/spec/support/vcr_cassettes/JohnStamos_Pinner/_avatar/returns_the_correct_avatar_URL.yml +639 -246
  39. data/spec/support/vcr_cassettes/JohnStamos_Pinner/_board_count/returns_the_correct_number_of_boards.yml +639 -246
  40. data/spec/support/vcr_cassettes/JohnStamos_Pinner/_follower_count/returns_a_follower_count_of_0.yml +639 -246
  41. data/spec/support/vcr_cassettes/JohnStamos_Pinner/_location/returns_the_correct_location.yml +639 -247
  42. data/spec/support/vcr_cassettes/JohnStamos_Pinner/_pin_count/returns_the_correct_number_of_pins.yml +639 -246
  43. data/spec/support/vcr_cassettes/JohnStamos_Pinner/_website_url/returns_the_correct_website_url.yml +639 -246
  44. data/spec/support/vcr_cassettes/JohnStamos_Pinner/name_related_attributes/returns_the_correct_first_name.yml +1039 -244
  45. data/spec/support/vcr_cassettes/JohnStamos_Pinner/name_related_attributes/returns_the_correct_full_name.yml +639 -246
  46. data/spec/support/vcr_cassettes/JohnStamos_Pinner/name_related_attributes/returns_the_correct_last_name.yml +639 -246
  47. metadata +163 -146
  48. checksums.yaml +0 -7
  49. data/spec/support/vcr_cassettes/JohnStamos_Client/_page_content/returns_a_Mechanize_Page.yml +0 -221
  50. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/with_results_found/sets_next_bookmark_with_a_hash_for_the_next_50_results.yml +0 -1035
  51. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_subsequent_retrieval/with_results_found/sets_next_bookmark_with_a_hash_for_the_next_50_results.yml +0 -1772
@@ -7,323 +7,836 @@ http_interactions:
7
7
  encoding: US-ASCII
8
8
  string: ''
9
9
  headers:
10
- Accept-Encoding:
11
- - gzip,deflate,identity
12
- Accept:
13
- - '*/*'
14
10
  User-Agent:
15
- - Mechanize/2.7.2 Ruby/2.0.0p195 (http://github.com/sparklemotion/mechanize/)
16
- Accept-Charset:
17
- - ISO-8859-1,utf-8;q=0.7,*;q=0.7
18
- Accept-Language:
19
- - en-us,en;q=0.5
20
- Host:
21
- - pinterest.com
22
- Connection:
23
- - keep-alive
24
- Keep-Alive:
25
- - 300
11
+ - Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML,
12
+ like Gecko) Chrome/28.0.1500.95 Safari/537.36
26
13
  response:
27
14
  status:
28
15
  code: 200
29
16
  message: OK
30
17
  headers:
31
- Accept-Ranges:
32
- - bytes
33
18
  Age:
34
19
  - '0'
35
20
  Cache-Control:
36
21
  - no-cache
37
- Content-Encoding:
38
- - gzip
39
22
  Content-Type:
40
23
  - text/html; charset=utf-8
41
24
  Date:
42
- - Wed, 14 Aug 2013 23:08:54 GMT
25
+ - Fri, 16 Aug 2013 23:48:40 GMT
43
26
  Pinterest-Breed:
44
27
  - CORGI
45
28
  Pinterest-Generated-By:
46
- - ngapp-d4629b08
29
+ - ngapp-2c97997d
47
30
  Pinterest-Version:
48
- - 419b911
31
+ - 559a34d
49
32
  Server:
50
33
  - nginx
51
34
  Set-Cookie:
52
- - _pinterest_sess=eJwzzTAwLwnx8Ysw8ksrzDbNMyj1tXQucvM1Scm3tY8vycxNtfUN8TX2ywqt9A1JrvJztLVVK04tLs5MsfXMdTWOyg0tjwpxyvV1d63ydwnKjAqPNPVzjzQFimVGGvkaRLn7ZfiHeGV5ptvaAgBjxiLb;
53
- Domain=.pinterest.com; expires=Sat, 09-Aug-2014 23:08:54 GMT; Max-Age=31103999;
35
+ - _pinterest_sess="eJwFwUELwiAUAOB/09lWwS6PIeRB6L0xmZVdIpor35AdbIj++r6vLUde3/OdX3av7MVvNUttJyFWBd3zF6IHHPFA7E7ES0EJsEs+pTCBZorY2Pw4m0DVLMSD6G/mi/EaqSqBoyyOdXZ1aPQH4A+sCCRB";
36
+ Domain=.pinterest.com; expires=Mon, 11-Aug-2014 23:48:40 GMT; Max-Age=31103999;
54
37
  Path=/
55
- - csrftoken=YfrBufEacbj3wV8wjePUy75f4jSfJokx; Domain=.pinterest.com; expires=Wed,
56
- 13-Aug-2014 23:08:54 GMT; Max-Age=31449600; Path=/
38
+ - csrftoken=vvfMYWvuty0ZISKWqnw2y7ozFgcgMRNc; Domain=.pinterest.com; expires=Fri,
39
+ 15-Aug-2014 23:48:40 GMT; Max-Age=31449600; Path=/
57
40
  Vary:
58
41
  - Cookie, Accept-Encoding
59
42
  Via:
60
43
  - 1.1 varnish
61
44
  X-Varnish:
62
- - '1241209718'
63
- Content-Length:
64
- - '11539'
45
+ - '1450976604'
46
+ Transfer-Encoding:
47
+ - chunked
65
48
  Connection:
66
49
  - keep-alive
67
50
  body:
68
- encoding: ASCII-8BIT
69
- string: !binary |-
70
- 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
- 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
- L87/ODm0Juk02Huw89C2//RH1tGhtWl93NvBUitww/Fui4Utaxi4SbLb8tmm
73
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- ThUyrloDju3nyPesrrW7u2sNrJ9+slYGONrHOH4c+7DQDn4Ysvh330sn1r/+
89
- ZXnRMJsCG7Xlj8OA0fMw8OE/VA8IbjT/hfnjSdqgPa+IWPijlYdue8zSgwgW
90
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- YtNNYPaHWWrdDc0k8ltPRtsbW9tuG54M45WQmbLUtULgKD5xMA5kYhtLwGDF
98
- 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
- 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
- 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
- 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
- 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
- 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
- ttUfPBl526Pu5nDQ/jQbtyzPTV0bJntvIX5ZHCjY0VOJQzW2rFMBS/SJxpfS
105
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- TwLgMGZuykRlgPQMXrR99Nh875ms2QYzHv2PTgemLgSl1h6JGEw7ZGmHhc77
114
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 6K3dVjngLpybjZkonbgJijYqCU0z9Pq8I1Uh8H64JjgMx4GfTKyV92ePhS4o
129
- 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
- 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
- +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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- nSkU/uVVilXsHWXo4DERaxRHChsrssPbHBPXl3ov5KekO+Zmd9XIQ5GMSSBO
174
- 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
- +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
- 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
- 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
- +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
- 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
- cdYdkKkEo/1PrdZ6b3uw3eu1rs0W4vooaIHHc96fvjmO0t/cwPewFfy2XDy4
181
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- Zn2ikVkjECM6oHI5iTCdMQuHk7Y6XcDNnjFdrxHCw5xP+HkZLxd4zkjIyiTm
193
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- s+q2F+NW8REtn3+FH9c8wB4K8+7515nQuqncd3r+lX6a68c73unSyOLde1nK
219
- QwQLUdW7fENNG/ZIwY4CqIaAHzamVYiJjUQF/GUSge7JuSOEcGMibT6HIkzt
220
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- RzuLt8L2NYdy71pgNrstpvsA4r7RnLohGJKNHbpFIg8rQpJNWYz3iGg2gFnh
231
- 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
- piGzBGgxZmmSunHKvMaWJ/dPq1cX1XSesvK2ofleQ/dAYPUa88cJp7uK350A
233
- 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
- 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
- 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
- 0s+KEVRU0cZg5qvdXr5RJZ2xFG/MTbSFsFaME1F7kfSqkCuCXnODPEtrTC0e
237
- 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
- 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
- /M7JwYWcxd+GJHlvfw+yFLks34Is5ayXSrI0j+Hn5z8WZPLMcBOHHxwrrVCL
240
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- alvvUBo8XXnrxHP1GotUnYFUbhLxrFFYMX3+Ti2RN8XMADDLXWK6OaUouhYo
254
- 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
- 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
- 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
- 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
- 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
- 59ut6ybI10EsyMExchaMuGoE9QOuHUct8UrU0NRVXYJZDqLWv8JkAbw8sFVE
260
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- qpuaGvIRN9q9bjMahuJT0YiNIEuOzgL6VmOrY1VIHKz5poAWKvNNNHSDen0Z
268
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- mUHK6qMJPp902nNoiU2KZfk7W6gmZHKSMo/I9UbfNROf+IMAhscHcFQlkJVz
283
- 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
- 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
- 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
- 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
- k/oLzf7va2/obAImRZkaCRbX0KLxNlE90SSxGu4ONd7uWBydkpEoiaO+/yG+
288
- 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
- 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
- ujknUXXoA5LwvNnfWJXHlKQ0vNk/fX2oTb/s2+6Xo53fYu7lQXkRi7zF8JVR
291
- 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
- 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
- 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
- /zisQkccmN0vO1MNU0tL88U7WLW0IwqCYTbXulubT7a7m0+6zXb1+Gf2lrGi
295
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- X7iBP4ri0KegBH2KsNgGnYTWmTpgYdZM3SC44wH0u3IAtVjn2+GJmgJbY37A
305
- 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
- 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
- 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
- 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
- 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
- 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
- +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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- YzPOeuKcb3F+1zivIM8MKNm2Bu7l1IvSGUDzkJBWtXzqzzy4d+JLla+cSNDy
322
- 5/W8eCMHvJyZY6bUljeXy45CiT8r0mnn52qV8uLEdq62t2vsdZb3HaVVnS85
323
- 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
- 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
- UufX5MRNJ7l74CdgKY+Zd1ScW1JvKQJd7VPIoO0xMANjtiIuMdrp8Pnce7DT
326
- GUTeFf4XJ3/v/wEUASE30uUAAA==
51
+ encoding: UTF-8
52
+ string: "<!DOCTYPE html>\n<!--[if IE 7 ]><html lang=\"en\" class=\"ie7 ielt9
53
+ ielt10 en\"><![endif]-->\n<!--[if IE 8 ]><html lang=\"en\" class=\"ie8 ielt9
54
+ ielt10 en\"><![endif]-->\n<!--[if IE 9 ]><html lang=\"en\" class=\"ie9 ielt10
55
+ en\"><![endif]-->\n<!--[if (gt IE 9)|!(IE)]><!--><html lang=\"en\" class=\"
56
+ en\"><!--<![endif]-->\n\n<head>\n \n \n \n \n\n <link rel=\"stylesheet\"
57
+ href=\"http://passets-ak.pinterest.com/webapp/app/desktop/bundle.11457e74.css\">\n
58
+ \ <script>\n \n var Pc = {\n e: {\"nrf\": false,
59
+ \"nrffr\": false, \"ew\": false, \"wfe\": false, \"ds\": false, \"ff_s\":
60
+ false, \"ps\": true, \"pfyh_esb\": false, \"sw\": false, \"rpl\": false, \"jfy\":
61
+ false, \"epfftensp\": false, \"nrfsp\": false},\n expns: {}\n };\n
62
+ \ var P_TEST_MODE = null;\n \n\n \n var P = window.P
63
+ = {};\nP.e = window.Pc.e;\nP.expns = window.Pc.expns;\nP.DEBUG = window.Pc.DEBUG;\nP.FB_KEY
64
+ = -1;\nP.CONTEXT = {};\nP.STRINGS = {};\nP.PAGE_INFO = null;\nP.ROUTES = [];\nP.PAGE_ROUTE_PATTERN
65
+ = \"\";\nP.PAGE_LOAD_REQUEST_IDENTIFIER = \"\";\nP.setFacebookKey = function(a)
66
+ {\n P.FB_KEY = a\n};\nP.setContext = function(a) {\n P.CONTEXT = a\n};\nP.setStrings
67
+ = function(a) {\n P.STRINGS = a\n};\nP.setPageInfo = function(a) {\n P.PAGE_INFO
68
+ = a\n};\nP.setRoutes = function(a) {\n P.ROUTES = a\n};\nP.setPageRoutePattern
69
+ = function(a) {\n P.PAGE_ROUTE_PATTERN = a\n};\nP.setPageLoadRequestIdentifier
70
+ = function(a) {\n P.PAGE_LOAD_REQUEST_IDENTIFIER = a\n};\nvar Available =
71
+ function() {\n this.queuedCallbacks = [];\n this.available = !1\n};\nAvailable.prototype
72
+ = {when:function(a) {\n this.available ? a() : this.queuedCallbacks.push(a)\n},
73
+ declare:function() {\n this.available = !0;\n for(var a = 0;a < this.queuedCallbacks.length;a++)
74
+ {\n this.queuedCallbacks[a]()\n }\n this.queuedCallbacks = []\n}};\nP.Available
75
+ = P.Available;\nP.available = new Available;\nP.Overlap = {isOverlappingViewport:function(a,
76
+ b) {\n void 0 === b && (b = 0);\n var c = window.innerWidth || document.documentElement.clientWidth,
77
+ d = window.innerHeight || document.documentElement.clientHeight;\n if(!a.getBoundingClientRect)
78
+ {\n return!0\n }\n var e = a.getBoundingClientRect(), f = e.bottom -
79
+ e.top;\n return 0 < e.right - e.left && 0 < f && e.top < d + b && e.bottom
80
+ > -b && e.left < c + b && e.right > -b\n}};\nvar LOADED_CLASS = \" loaded\",
81
+ FADE_CLASS = \" fade\";\nP.Lazy = {onImageLoad:function(a) {\n var b = LOADED_CLASS;\n
82
+ \ P.Overlap.isOverlappingViewport(a) && (b += FADE_CLASS);\n a.className
83
+ += b\n}};\n\n </script>\n <script src=\"http://passets-ak.pinterest.com/webapp/app/desktop/bundle.4ff3d363.js\"></script>\n
84
+ \ \n \n\n \n <link rel=\"apple-touch-icon\" href=\"http://passets-ec.pinterest.com/webapp/app/desktop/images/logo_trans_144x144.4d67817d.png\">\n
85
+ \ <link rel=\"icon\" href=\"http://passets-ak.pinterest.com/webapp/app/desktop/images/favicon.c37ee67b.png\">\n\n
86
+ \ <link rel=\"canonical\" href=\"/pin/412149803369441273/\">\n <!--[if
87
+ IE]><link rel=\"shortcut icon\" href=\"http://passets-ec.pinterest.com/webapp/app/desktop/images/favicon.85f9689a.ico\"><![endif]-->\n
88
+ \ <meta name=\"application-name\" content=\"Pinterest\">\n <meta name=\"msapplication-TileColor\"
89
+ content=\"#ffffff\">\n <meta name=\"msapplication-TileImage\" content=\"http://passets-ec.pinterest.com/webapp/app/desktop/images/logo_trans_144x144.4d67817d.png\">\n\n
90
+ \ <meta property=\"fb:app_id\" content=\"274266067164\">\n <meta property=\"og:site_name\"
91
+ content=\"Pinterest\">\n <meta name=\"viewport\" content=\"width=device-width,
92
+ initial-scale=1\">\n\n \n <meta name=\"google-site-verification\" content=\"084yfFbt4cT_4Gt1BBHFINQ71YTJCd9S47fL7IE7S1w\">\n\n
93
+ \ <title>JohnStamosgemPin description | JohnStamosgemBoard</title>\n\n
94
+ \ \n <meta property=\"og:image\" name=\"og:image\" content=\"http://media-cache-ak0.pinimg.com/736x/ee/39/6e/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\"
95
+ data-app>\n \n <meta property=\"og:url\" name=\"og:url\" content=\"http://pinterest.com/pin/412149803369441273/\"
96
+ data-app>\n \n <meta property=\"og:type\" name=\"og:type\" content=\"pinterestapp:pin\"
97
+ data-app>\n \n <meta property=\"pinterestapp:pinner\" name=\"pinterestapp:pinner\"
98
+ content=\"http://pinterest.com/johnstamosgem/\" data-app>\n \n <meta
99
+ property=\"description\" name=\"description\" content=\"John Stamosgem utiliza
100
+ Pinterest, un tablero virtual que te permite reunir y compartir las cosas
101
+ que te inspiran.\" data-app>\n \n <meta property=\"og:see_also\"
102
+ name=\"og:see_also\" content=\"http://johnstamosgem.com/\" data-app>\n \n
103
+ \ <meta property=\"pinterestapp:repins\" name=\"pinterestapp:repins\"
104
+ content=\"0\" data-app>\n \n <meta property=\"og:description\" name=\"og:description\"
105
+ content=\"JohnStamosgemPin description\" data-app>\n \n <meta property=\"og:title\"
106
+ name=\"og:title\" content=\"JohnStamosgemBoard\" data-app>\n \n <meta
107
+ property=\"pinterestapp:likes\" name=\"pinterestapp:likes\" content=\"1\"
108
+ data-app>\n \n <meta property=\"pinterestapp:pinboard\" name=\"pinterestapp:pinboard\"
109
+ content=\"http://pinterest.com/johnstamosgem/johnstamosgemboard/\" data-app>\n
110
+ \ \n <meta property=\"pinterestapp:source\" name=\"pinterestapp:source\"
111
+ content=\"http://johnstamosgem.com/\" data-app>\n </head><body>\n <div
112
+ id=\"fb-root\"></div>\n<script>\n window.fbAsyncInit = function() {\n \n
113
+ \ \n FB.init({\n appId: '274266067164',\n status: true\n });\n
114
+ \ window.fbApiInit = true;\n P.FB = FB;\n };\n\n \n (function(d, s,
115
+ id){\n var js, fjs = d.getElementsByTagName(s)[0];\n if (d.getElementById(id))
116
+ {return;}\n js = d.createElement(s); js.id = id;\n js.src = \"//connect.facebook.net/en_US/all.js\";\n
117
+ \ fjs.parentNode.insertBefore(js, fjs);\n }(document, 'script', 'facebook-jssdk'));\n\n
118
+ \ P.FBEnsureInit = function(callback) {\n if (!window.fbApiInit) {\n
119
+ \ setTimeout(function() {\n P.FBEnsureInit(callback);\n
120
+ \ }, 50);\n } else {\n if (callback) {\n callback();\n
121
+ \ }\n }\n }\n</script><div class=\"App full Module\" id=\"App-42\">\n\n\n\n\n\n\n\n
122
+ \ <div class=\"Header Module\" id=\"Header-1\"><div class=\"headerBackground\"></div>\n\n\n\n<div
123
+ class=\"headerContainer centeredWithinWrapper \">\n <div class=\"leftHeaderContent\">\n
124
+ \ \n \n \n <div class=\"categoriesButton
125
+ DropdownButton Module\" id=\"DropdownButton-6\">\n\n\n<button type=\"button\"
126
+ class=\"rounded default Button Module primaryOnHover btn categories\" id=\"Button-9\">\n\n\n<em></em>\n<span
127
+ class=\"accessibilityText\">Categories</span></button></div>\n\n <div
128
+ class=\"ui-SearchForm Module\" id=\"ui-SearchForm-7\">\n<form action=\"/search/\"
129
+ method=\"GET\" name=\"search\">\n <div class=\"search Module ui-TypeaheadField\"
130
+ id=\"ui-TypeaheadField-10\">\n\n\n\n\n\n\n\n\n\n\n\n <input type=\"text\"
131
+ name=\"q\"\n value=\"\" placeholder=\"Search\"\n autocomplete=\"off\"
132
+ \ class=\"field\" />\n\n<div class=\"search hidden ui-Typeahead Module\" id=\"ui-Typeahead-11\">\n\n
133
+ \ \n\n\n\n\n\n\n<ul class=\"results\"></ul></div></div>\n <button class=\"submit\"
134
+ type=\"submit\">Search</button>\n</form></div>\n </div>\n\n <div>\n
135
+ \ <a href=\"/\" id=\"logo\" class=\"logo\" data-force-refresh=\"1\">Pinterest</a>\n\n
136
+ \ \n </div>\n\n\n \n\n <div class=\"rightHeaderContent\">\n
137
+ \ \n <div class=\"unauthActions\">\n <div
138
+ class=\"LanguageMenu Module\" id=\"LanguageMenu-8\">\n \n\n\n<div class=\"DropdownButton
139
+ Module\" id=\"DropdownButton-12\">\n\n\n<button type=\"button\" class=\"rounded
140
+ default Button Module langaugeButton hasText btn\" id=\"Button-13\">\n\n\n<span
141
+ class=\"buttonText\">English (US)</span>\n </button></div></div>\n
142
+ \ </div>\n \n </div>\n</div></div>\n <div class=\"ScrollToTop
143
+ Pillow Module\" id=\"ScrollToTop-2\">\n\n<button>\n \n <div class=\"textContainer\">Scroll
144
+ to&nbsp;Top</div>\n</button></div>\n\n<div class=\"appContent\">\n <div
145
+ class=\"mainContainer\">\n \n <div class=\"Nags Module\"
146
+ id=\"Nags-3\">\n\n\n\n\n\n\n\n \n \n \n \n \n
147
+ \ \n \n <!--[if lt IE 8]><div class=\"NagBase Module centeredWithinWrapper\"
148
+ id=\"NagBase-14\">\n\n\n\n\n\n\n\n \n <div class=\"message\">Wups, your
149
+ browser's a little out of date! <a href=\"http://windows.microsoft.com/en-US/internet-explorer/download-ie\">Update
150
+ it now</a> or <a href=\"http://whatbrowser.org/\">try another browser</a>
151
+ for a faster, smoother Pinterest.</div>\n\n\n\n\n <button type=\"button\"
152
+ class=\"default Button nagClose Module borderless\" id=\"Button-16\">\n\n\n\n
153
+ \ &nbsp;</button>\n</div><![endif]-->\n \n <div class=\"NagUnauth
154
+ NagBase Module centeredWithinWrapper\" id=\"NagUnauth-15\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div
155
+ class=\"message\">\n <p class=\"messageContent\">\n \n <strong>Pinterest
156
+ is an online pinboard.</strong> Organize and share the things you love.\n
157
+ \ \n </p>\n\n \n <div class=\"facepileWrapper hidden\">\n <iframe
158
+ class=\"fbIframe\" src=\"http://www.facebook.com/plugins/facepile.php?app_id=274266067164&size=small&max_rows=1\"
159
+ scrolling=\"no\" frameborder=\"0\" allowTransparency=\"true\"></iframe>\n
160
+ \ </div>\n <div class=\"buttonsWrapper\">\n \n \n\n <a
161
+ href=\"/join/\" type=\"button\" class=\"rounded JoinButton NavigateButton
162
+ Button primary Module joinButton unauthNagButton hasText btn\" id=\"JoinButton-17\">\n\n\n<span
163
+ class=\"buttonText\">Join Pinterest</span>\n </a>\n <a href=\"/login/\"
164
+ type=\"button\" class=\"rounded NavigateButton default Button loginButton
165
+ unauthNagButton Module hasText LoginButton btn\" id=\"LoginButton-18\">\n\n\n<span
166
+ class=\"buttonText\">Log in</span>\n </a>\n </div>\n</div></div>\n
167
+ \ \n \n</div>\n \n <div class=\"Closeup Module\" id=\"Closeup-4\">\n\n\n\n\n\n\n<div
168
+ class=\"closeupActionBarContainer\">\n <div class=\"PinActionBar Module\"
169
+ id=\"PinActionBar-19\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n
170
+ \ \n \n \n\n\n<div class=\"repinLike\">\n \n \n \n \n
171
+ \ \n\n \n \n\n \n \n \n \n\n \n \n\n <button
172
+ type=\"button\" class=\"medium rounded repin pinActionBarButton ShowModalButton
173
+ Button primary Module primaryOnHover btn\" id=\"ShowModalButton-23\">\n\n\n<em></em>\n<span
174
+ class=\"accessibilityText\">Pin it</span></button>\n\n <button type=\"button\"
175
+ class=\"medium rounded NavigateButton Button primary IncrementingNavigateButton
176
+ Module btn repinLikeNavigateButton pinActionBarButton hidden\" id=\"IncrementingNavigateButton-24\">\n\n\n\n
177
+ \ \n \n\n\n\n\n\n\n\n\n &nbsp;</button>\n\n \n \n \n
178
+ \ \n \n \n <button data-text-unlike=\"Unlike\" data-text-like=\"Like\"
179
+ type=\"button\" class=\"medium rounded PinLikeButton default Button like leftRounded
180
+ pinActionBarButton Module hasText btn\" id=\"PinLikeButton-25\">\n\n\n\n\n\n\n\n<em></em>\n<span
181
+ class=\"buttonText\">Like</span>\n \n\n</button>\n <button type=\"button\"
182
+ class=\"medium rounded NavigateButton default Button IncrementingNavigateButton
183
+ repinLikeNavigateButton like leftRounded pinActionBarButton hasText Module
184
+ btn\" id=\"IncrementingNavigateButton-26\">\n\n\n\n\n\n\n\n\n\n<span class=\"buttonText\">1</span>\n
185
+ \ </button>\n\n \n \n <a href=\"http://johnstamosgem.com/\"
186
+ type=\"button\" class=\"medium rounded website pinActionBarButton NavigateButton
187
+ default Button Module hasText btn\" id=\"NavigateButton-27\">\n\n\n<em></em>\n<span
188
+ class=\"buttonText\">Website</span>\n </a>\n \n</div>\n\n<div class=\"shareGear\">\n
189
+ \ \n \n\n <div class=\"DropdownButton Module\" id=\"DropdownButton-28\">\n\n\n<button
190
+ type=\"button\" class=\"medium rounded default Button Module share pinActionBarButton
191
+ btn\" id=\"Button-29\">\n\n\n<em></em>\n<span class=\"accessibilityText\">Share</span></button></div>\n
192
+ \ \n</div></div>\n</div>\n\n<div class='closeupContainer'><div class=\"CloseupContent
193
+ Module\" id=\"CloseupContent-20\">\n\n\n\n\n\n\n\n\n<div class=\"detailed
194
+ Pin Module\" id=\"Pin-30\">\n\n\n\n\n\n\n\n\n \n \n \n \n \n
195
+ \ \n \n\n\n\n <div class=\"pinWrapper\">\n \n \n \n
196
+ \ \n \n \n\n <div class=\"closeupContentSection\">\n <div
197
+ class=\"pinImageSourceWrapper\">\n <div class=\"PaddedPin Module\"
198
+ id=\"PaddedPin-31\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n \n\n\n
199
+ \ \n \n \n\n \n \n \n \n \n\n\n\n\n\n\n
200
+ \ <a href=\"http://johnstamosgem.com/\">\n\n\n\n\n\n\n <div class=\"imageContainer\"
201
+ style=\"width:736px;\">\n <img src=\"http://media-cache-ak0.pinimg.com/736x/ee/39/6e/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\"
202
+ class=\"pinImage\" style=\"width: 736px;height: 460px;\"alt=\"JohnStamosgemPin
203
+ description\">\n\n </div>\n\n\n\n </a>\n</div>\n \n \n\n
204
+ \ <div class=\"sourceFlagWrapper\">\n \n \n
205
+ \ <a href=\"http://johnstamosgem.com/\">\n Visit
206
+ johnstamosgem.com\n </a>\n \n\n \n
207
+ \ </div>\n </div>\n <div class=\"RichPinBase Module\"
208
+ id=\"RichPinBase-32\">\n\n\n\n\n\n\n \n \n \n \n\n \n \n
209
+ \ \n \n</div>\n </div>\n\n <div class=\"closeupContentSection\">\n
210
+ \ \n \n <div class=\"pinDescription
211
+ \">\n\n \n <div class=\"pinDescriptionComment detailed\">\n <a
212
+ class=\"userThumbContainer\" href=\"/johnstamosgem/\">\n <img class=\"userThumb\"
213
+ src=\"http://media-cache-ec0.pinimg.com/avatars/johnstamosgem_1375988759_75.jpg\"\n
214
+ \ alt=\"John Stamosgem\">\n </a>\n <div class=\"commenterNameCommentText\">\n
215
+ \ <div class=\"commenterWrapper\">\n \n <a
216
+ class=\"commentDescriptionCreator\" href=\"/johnstamosgem/\">John Stamosgem</a>\n\n
217
+ \ \n <span class='commentDescriptionTimeAgo'>&bull;
218
+ 12 days ago </span>\n \n \n </div>\n
219
+ \ \n \n <p class=\"commentDescriptionContent\">JohnStamosgemPin
220
+ description</p>\n \n \n \n \n
221
+ \ </div>\n </div>\n\n </div>\n \n\n \n
222
+ \ \n \n <div class=\"detailed empty PinCommentList
223
+ Module\" id=\"PinCommentList-33\">\n\n\n\n\n \n\n\n\n \n\n\n<div class=\"commentsContainer
224
+ \">\n\n\n</div>\n\n\n\n\n</div>\n \n\n\n \n </div>\n\n
225
+ \ \n \n <div class=\"pinnerViaPinnerCredit closeupContentSection\">\n
226
+ \ \n \n \n \n \n
227
+ \ \n <div class=\"medium thumb pinner Module
228
+ hasText User\" id=\"User-34\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n
229
+ \ \n \n \n \n \n \n\n \n \n
230
+ \ \n \n \n\n\n \n \n <a href=\"/johnstamosgem/\">\n
231
+ \ \n\n \n \n \n \n \n \n\n
232
+ \ \n \n \n\n <div class=\"thumbImageWrapper\">\n
233
+ \ <img src=\"http://media-cache-ec0.pinimg.com/avatars/johnstamosgem_1375988759_75.jpg\"
234
+ alt=\"Profile image of John Stamosgem\" />\n </div>\n \n <h3
235
+ class=\"title\">Pinned by</h3>\n \n \n <h4 class=\"fullname\">John
236
+ Stamosgem</h4>\n \n \n \n\n \n </a>\n
237
+ \ \n \n\n</div>\n\n \n <div class=\"closeupBottomView
238
+ boardCredit Board Module\" id=\"Board-35\">\n\n\n\n\n\n \n\n\n\n \n
239
+ \ \n \n \n \n\n \n \n \n <button
240
+ type=\"button\" class=\"btn rounded default Button hasText Module BoardFollowButton
241
+ notNavigatable ui-FollowButton\" id=\"BoardFollowButton-36\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n
242
+ \ \n \n\n\n\n\n\n<span class=\"buttonText\">Follow</span>\n \n</button>\n
243
+ \ \n\n\n <a href=\"/johnstamosgem/johnstamosgemboard/\" class=\"boardLink\">\n
244
+ \ <span class=\"thumbImageWrapper\">\n <img src=\"http://media-cache-ak0.pinimg.com/upload/412149872087590750_board_thumbnail_2013-08-04-22-38-00_83201_60.jpg\"
245
+ class=\"boardThumbnail\" style=\"\">\n\n </span>\n <h3
246
+ class=\"boardRepTitle\">Pinned onto</h3>\n <h4 class=\"boardRepSubtitle\">JohnStamosgemBoard</h4>\n
247
+ \ </a>\n \n</div>\n </div>\n \n\n \n </div>\n</div></div>\n\n
248
+ \ \n <div class=\"Module CloseupSidebar\" id=\"CloseupSidebar-21\">\n\n\n\n\n\n\n\n
249
+ \ \n\n\n<div class=\"boardPinsGridContainer\">\n <div class=\"boardPinsGrid
250
+ Board Module\" id=\"Board-37\">\n\n\n\n\n\n\n\n \n \n \n \n \n
251
+ \ \n\n <div class=\"boardHeader\">\n \n\n <div class=\"hasText
252
+ boardRepTitle User Module thumb\" id=\"User-39\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
253
+ \ \n \n \n \n \n \n\n \n \n
254
+ \ \n \n \n\n\n \n \n <a href=\"/johnstamosgem/johnstamosgemboard/\">\n
255
+ \ \n\n \n \n \n \n \n \n\n
256
+ \ \n \n \n\n <div class=\"thumbImageWrapper\">\n
257
+ \ <img src=\"http://media-cache-ec0.pinimg.com/avatars/johnstamosgem_1375988759_75.jpg\"
258
+ alt=\"Profile image of John Stamosgem\" />\n </div>\n \n <h3
259
+ class=\"title\">JohnStamosgemBoard</h3>\n \n \n <h4
260
+ class=\"fullname\">John Stamosgem</h4>\n \n \n \n\n \n
261
+ \ </a>\n \n \n\n</div>\n </div>\n\n \n <div class=\"pinGridWrapper\">\n
262
+ \ <div class=\"loading Grid Module\" id=\"Grid-40\"></div>\n </div>\n\n
263
+ \ \n \n <button type=\"button\" class=\"btn rounded default Button
264
+ hasText Module BoardFollowButton notNavigatable followBoardButton ui-FollowButton\"
265
+ id=\"BoardFollowButton-41\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n\n\n\n\n\n<span
266
+ class=\"buttonText\">Follow Board</span>\n \n</button>\n \n\n</div>\n</div>\n\n<div
267
+ id=\"domainContainer\">\n \n <div class=\"Domain Module\" id=\"Domain-38\">\n\n\n\n
268
+ \ \n\n\n \n\n<a href=\"/source/johnstamosgem.com/\" class=\"domainLinkWrapper\">\n
269
+ \ <h4 class=\"domainSubtitle\">Other pins from</h4>\n <h3 class=\"domainName\">johnstamosgem.com</h3>\n
270
+ \ <div class=\"thumbContainer\">\n \n \n \n <ul
271
+ class=\"thumbRow\">\n \n <li class=\"thumb\">\n
272
+ \ <span class=\"hoverMask\"></span>\n <img
273
+ src=\"\"style=\"width: 70px;height: 70px;\">\n</li>\n \n <li
274
+ class=\"thumb\">\n <span class=\"hoverMask\"></span>\n
275
+ \ <img src=\"\"style=\"width: 70px;height: 70px;\">\n</li>\n
276
+ \ \n <li class=\"thumb\">\n <span
277
+ class=\"hoverMask\"></span>\n <img src=\"\"style=\"width:
278
+ 70px;height: 70px;\">\n</li>\n \n </ul>\n \n
279
+ \ <ul class=\"thumbRow\">\n \n <li
280
+ class=\"thumb\">\n <span class=\"hoverMask\"></span>\n
281
+ \ <img src=\"\"style=\"width: 70px;height: 70px;\">\n</li>\n
282
+ \ \n <li class=\"thumb\">\n <span
283
+ class=\"hoverMask\"></span>\n <img src=\"\"style=\"width:
284
+ 70px;height: 70px;\">\n</li>\n \n <li class=\"thumb\">\n
285
+ \ <span class=\"hoverMask\"></span>\n <img
286
+ src=\"\"style=\"width: 70px;height: 70px;\">\n</li>\n \n </ul>\n
287
+ \ \n <ul class=\"thumbRow\">\n \n <li
288
+ class=\"thumb\">\n <span class=\"hoverMask\"></span>\n
289
+ \ <img src=\"\"style=\"width: 70px;height: 70px;\">\n</li>\n
290
+ \ \n <li class=\"thumb\">\n <span
291
+ class=\"hoverMask\"></span>\n <img src=\"\"style=\"width:
292
+ 70px;height: 70px;\">\n</li>\n \n <li class=\"thumb\">\n
293
+ \ <span class=\"hoverMask\"></span>\n <img
294
+ src=\"\"style=\"width: 70px;height: 70px;\">\n</li>\n \n </ul>\n
295
+ \ \n </div>\n</a></div>\n \n</div>\n\n</div>\n \n</div>\n\n\n
296
+ \ <div class='closeupBottom'>\n <div class=\"Module CloseupBottom\"
297
+ id=\"CloseupBottom-22\">\n\n\n\n</div>\n </div>\n</div>\n </div>\n <div
298
+ class=\"appendedContainer\">\n </div>\n</div>\n\n\n\n<div class=\"NagNoScript
299
+ NagBase Module centeredWithinWrapper\" id=\"NagNoScript-5\">\n\n\n\n\n\n<noscript>\n
300
+ \ \n\n\n\n\n\n\n\n \n <div class=\"message\">Oh no! Pinterest doesn't
301
+ work unless you <a href=\"http://enable-javascript.com/\" rel=\"nofollow\">turn
302
+ on JavaScript.</a></div>\n\n\n\n\n <style>\n .NagBase {\n display:
303
+ none;\n }\n </style>\n</noscript></div></div> \n\n \n <script>\n
304
+ \ P.setFacebookKey(274266067164);\n P.setContext({\"app_version\":
305
+ \"559a34d\"});\n P.setStrings({\"formURLNotValid\": \"Not a valid url.\",
306
+ \"google\": \"Gmail\", \"resendConfirmationEmailNoOp\": \"Your account has
307
+ already been confirmed.\", \"formFieldRequired\": \"Required\", \"oneNewPin\":
308
+ \"1 new pin\", \"errorMessage\": \"Sorry! Something went wrong on our end!\",
309
+ \"passwordBlackPasswordStr\": \"Please try using a stronger password\", \"gplusContact\":
310
+ \"Google\", \"offsiteInvalidToken\": \"Sorry! This redirect link has expired.\",
311
+ \"popupErrorMessage\": \"You must enable popups!\", \"successInviteSentToEmail\":
312
+ \"Success! Invitation sent to <%= email %>\", \"emailAddress\": \"Email address\",
313
+ \"yahoo\": \"Yahoo\", \"facebookContact\": \"Facebook\", \"cancel\": \"Cancel\",
314
+ \"passwordSamePasswordStr\": \"Password and username can't match\", \"savePinTutorial\":
315
+ \"Want to save this pin for yourself? Go ahead and Pin it.\", \"connectError\":
316
+ \"Couldn't connect. You must authorize Pinterest.\", \"facebookAccountDoesntMatch\":
317
+ \"Oops! Your account is linked to a different Facebook account than the one
318
+ you're logged into now.\", \"createFirstBoard\": \"Collect your pins onto
319
+ boards. Create just a few or a whole bunch.\", \"passwordGoodPasswordStr\":
320
+ \"Great!\", \"removePinner\": \"Remove Pinner\", \"emailUpdated\": \"Your
321
+ email has been updated.\", \"gplus\": \"Google+\", \"pickEmailAddress\": \"Enter
322
+ an email address\", \"blockPinner\": \"Block Pinner\", \"resendConfirmationEmailSuccess\":
323
+ \"Thanks! You should receive a confirmation email soon.\", \"passwordTooShort\":
324
+ \"Too short\", \"formEmailNotValid\": \"Not a valid email.\", \"emailTo\":
325
+ \"Email to {{ email_address }}\", \"inviteMessage\": \"Join me on Pinterest!\",
326
+ \"passwordMustBeSet\": \"A password must be set before unlinking.\", \"newPins\":
327
+ \"new pins\", \"removeBounceNag\": \"Got it! Make sure your inbox isn't full
328
+ so that our emails can find their way to you.\", \"continue\": \"Continue\",
329
+ \"ok\": \"Ok\", \"error\": \"Error\", \"suggestedUsername\": \"Suggested username\",
330
+ \"facebook\": \"Facebook\", \"errorTitle\": \"Whoops!\", \"passwordBadStyle\":
331
+ \"Not proper style\", \"fellowPinner\": \"Fellow Pinner\"});\n P.setPageInfo(null);\n
332
+ \ P.setRoutes([{\"named\": {\"name\": 0, \"method\": 1}, \"resource_method\":
333
+ \"${method}\", \"resource\": {\"name\": \"${name}\", \"options\": \"?{options}\"},
334
+ \"url\": \"^\\/resource\\/([^\\/]+)\\/([^\\/]+)\\/$\", \"allow_full_page\":
335
+ false, \"module\": \"?{module_name}\", \"options\": \"?{module_options}\",
336
+ \"append\": \"?{append}\"}, {\"named\": {\"name\": 0}, \"resource\": {\"name\":
337
+ \"?{resource_name}\", \"options\": \"?{options}\"}, \"url\": \"^\\/module\\/([^\\/]+)\\/$\",
338
+ \"allow_full_page\": false, \"module\": \"${name}\", \"error_strategy\": \"?{error_strategy}\",
339
+ \"options\": \"?{module_options}\", \"append\": \"?{append}\"}, {\"url\":
340
+ \"^\\/search\\/$\", \"named\": {}, \"resource\": {\"name\": \"BaseSearchResource\",
341
+ \"options\": {\"scope\": \"pins\", \"query\": \"?{q}\"}}, \"options\": {\"scope\":
342
+ \"pins\", \"query\": \"?{q}\"}, \"module\": \"SearchPage\"}, {\"url\": \"^\\/search\\/([^\\/]+)\\/$\",
343
+ \"named\": {\"scope\": 0}, \"resource\": {\"name\": \"BaseSearchResource\",
344
+ \"options\": {\"scope\": \"${scope}\", \"show_scope_selector\": true, \"query\":
345
+ \"?{q}\"}}, \"options\": {\"scope\": \"${scope}\", \"query\": \"?{q}\"}, \"module\":
346
+ \"SearchPage\"}, {\"named\": {}, \"resource\": {}, \"url\": \"^\\/$\", \"https_if_unauth\":
347
+ true, \"module\": \"HomePage\", \"content_only_if_unauth\": true, \"deep_link\":
348
+ \"pinterest:\\/\\/\", \"options\": {\"tab\": \"following\", \"from_fast_follow\":
349
+ \"?{ff}\"}}, {\"require_authentication\": true, \"named\": {}, \"resource\":
350
+ {}, \"url\": \"^\\/home\\/picked_for_you\\/$\", \"options\": {\"tab\": \"picked_for_you\"},
351
+ \"module\": \"HomePage\"}, {\"url\": \"^\\/categories\\/$\", \"named\": {},
352
+ \"resource\": {}, \"options\": {}, \"module\": \"CategoriesPage\"}, {\"url\":
353
+ \"^\\/categories\\/([^\\/]+)\\/$\", \"named\": {\"category\": 0}, \"resource\":
354
+ {}, \"options\": {\"feed\": \"${category}\", \"is_category\": true}, \"module\":
355
+ \"FeedPage\"}, {\"url\": \"^\\/all\\/$\", \"named\": {}, \"resource\": {},
356
+ \"options\": {\"feed\": \"everything\", \"scope\": \"?{scope}\"}, \"module\":
357
+ \"FeedPage\"}, {\"url\": \"^\\/all\\/([^\\/]+)\\/$\", \"named\": {\"category\":
358
+ 0}, \"resource\": {}, \"options\": {\"feed\": \"${category}\", \"is_category\":
359
+ true, \"scope\": \"?{scope}\"}, \"module\": \"FeedPage\"}, {\"url\": \"^\\/popular\\/$\",
360
+ \"named\": {}, \"resource\": {}, \"options\": {\"feed\": \"popular\", \"scope\":
361
+ \"?{scope}\"}, \"module\": \"FeedPage\"}, {\"url\": \"^\\/gifts\\/$\", \"named\":
362
+ {}, \"resource\": {}, \"options\": {\"feed\": \"gifts\", \"scope\": \"?{scope}\"},
363
+ \"module\": \"FeedPage\"}, {\"url\": \"^\\/videos\\/$\", \"named\": {}, \"resource\":
364
+ {}, \"options\": {\"feed\": \"videos\", \"scope\": \"?{scope}\"}, \"module\":
365
+ \"FeedPage\"}, {\"url\": \"^\\/picked_for_you\\/$\", \"named\": {}, \"resource\":
366
+ {}, \"options\": {\"feed\": \"recommendations\"}, \"module\": \"FeedPage\"},
367
+ {\"url\": \"^\\/annotations\\/([^\\/]+)\\/([^\\/]+)\\/$\", \"named\": {\"annotation\":
368
+ 0, \"board\": 1}, \"resource\": {\"name\": \"BoardAnnotationResource\", \"options\":
369
+ {\"board_id\": \"${board}\"}}, \"options\": {\"board_id\": \"${board}\", \"annotation\":
370
+ \"${annotation}\"}, \"module\": \"AnnotationFeedPage\"}, {\"url\": \"^\\/interests\\/([^\\/]+)\\/$\",
371
+ \"named\": {\"interest\": 0}, \"resource\": {}, \"options\": {\"interest\":
372
+ \"${interest}\"}, \"module\": \"InterestFeedPage\"}, {\"require_authentication\":
373
+ true, \"named\": {\"domain\": 0}, \"resource\": {}, \"url\": \"^\\/source\\/([^\\/]+)\\/$\",
374
+ \"options\": {\"domain\": \"${domain}\", \"feed_item_type\": \"most_recent\"},
375
+ \"module\": \"DomainFeedPage\"}, {\"require_authentication\": true, \"named\":
376
+ {\"domain\": 0}, \"resource\": {}, \"url\": \"^\\/source\\/([^\\/]+)\\/top\\/repins\\/$\",
377
+ \"options\": {\"domain\": \"${domain}\", \"feed_item_type\": \"most_repinned\",
378
+ \"aggregation\": \"?{aggregation}\", \"end_date\": \"?{end_date}\"}, \"module\":
379
+ \"DomainFeedPage\"}, {\"require_authentication\": true, \"named\": {\"domain\":
380
+ 0}, \"resource\": {}, \"url\": \"^\\/source\\/([^\\/]+)\\/top\\/clicks\\/$\",
381
+ \"options\": {\"domain\": \"${domain}\", \"feed_item_type\": \"most_clicked\",
382
+ \"aggregation\": \"?{aggregation}\", \"end_date\": \"?{end_date}\"}, \"module\":
383
+ \"DomainFeedPage\"}, {\"require_authentication\": true, \"named\": {\"domain\":
384
+ 0}, \"resource\": {}, \"url\": \"^\\/source\\/([^\\/]+)\\/trending\\/$\",
385
+ \"options\": {\"domain\": \"${domain}\", \"feed_item_type\": \"trending\"},
386
+ \"module\": \"DomainFeedPage\"}, {\"require_authentication\": true, \"named\":
387
+ {}, \"resource\": {}, \"url\": \"^\\/find_friends\\/$\", \"options\": {},
388
+ \"module\": \"FindFriendsPage\"}, {\"require_authentication\": true, \"named\":
389
+ {}, \"resource\": {}, \"url\": \"^\\/find_friends\\/facebook\\/$\", \"options\":
390
+ {\"tab\": \"facebook\"}, \"module\": \"FindFriendsPage\"}, {\"require_authentication\":
391
+ true, \"named\": {}, \"resource\": {}, \"url\": \"^\\/find_friends\\/twitter\\/$\",
392
+ \"options\": {\"tab\": \"twitter\"}, \"module\": \"FindFriendsPage\"}, {\"require_authentication\":
393
+ true, \"named\": {}, \"resource\": {}, \"url\": \"^\\/find_friends\\/invite\\/$\",
394
+ \"options\": {\"focus\": \"invite\"}, \"module\": \"FindFriendsPage\"}, {\"require_authentication\":
395
+ true, \"named\": {}, \"resource\": {\"name\": \"FeedEditorPageResource\"},
396
+ \"url\": \"^\\/edit_home\\/$\", \"options\": {\"tab\": \"follow_boards\"},
397
+ \"module\": \"FeedEditorPage\"}, {\"require_authentication\": true, \"named\":
398
+ {}, \"resource\": {\"name\": \"FeedEditorPageResource\"}, \"url\": \"^\\/edit_home\\/follow_boards\\/$\",
399
+ \"options\": {\"tab\": \"follow_boards\"}, \"module\": \"FeedEditorPage\"},
400
+ {\"require_authentication\": true, \"named\": {}, \"resource\": {\"name\":
401
+ \"FeedEditorPageResource\"}, \"url\": \"^\\/edit_home\\/unfollow_boards\\/$\",
402
+ \"options\": {\"tab\": \"unfollow_boards\"}, \"module\": \"FeedEditorPage\"},
403
+ {\"named\": {}, \"resource\": {}, \"url\": \"^\\/offsite\\/$\", \"content_only\":
404
+ true, \"options\": {\"url\": \"?{url}\", \"pin_id\": \"?{pin}\", \"token\":
405
+ \"?{token}\"}, \"module\": \"OffsitePage\"}, {\"named\": {}, \"resource\":
406
+ {}, \"url\": \"^\\/logout\\/\", \"content_only\": true, \"options\": {}, \"module\":
407
+ \"LogoutPage\"}, {\"named\": {}, \"resource\": {}, \"https\": true, \"url\":
408
+ \"^\\/login\\/$\", \"content_only\": true, \"options\": {\"next\": \"?{next}\"},
409
+ \"module\": \"LoginPage\"}, {\"named\": {}, \"resource\": {}, \"https\": true,
410
+ \"url\": \"^\\/login\\/reset\\/$\", \"content_only\": true, \"options\": {\"username_or_email\":
411
+ \"?{username_or_email}\"}, \"module\": \"PasswordResetOneClick\"}, {\"redirect\":
412
+ \"\\/\", \"named\": {}, \"resource\": {}, \"url\": \"^\\/join\\/signup\\/\",
413
+ \"options\": {}, \"module\": \"\"}, {\"redirect\": \"\\/\", \"named\": {},
414
+ \"resource\": {}, \"url\": \"^\\/signup\\/\", \"options\": {}, \"module\":
415
+ \"\"}, {\"named\": {\"network\": 0}, \"resource\": {}, \"https\": true, \"url\":
416
+ \"^\\/join\\/register\\/([^\\/]+)\\/\", \"content_only\": true, \"options\":
417
+ {\"network\": \"${network}\"}, \"module\": \"UserRegisterPage\"}, {\"named\":
418
+ {}, \"resource\": {}, \"https\": true, \"url\": \"^\\/join\\/register\\/\",
419
+ \"content_only\": true, \"options\": {\"register\": true}, \"module\": \"LoginPage\"},
420
+ {\"named\": {}, \"resource\": {}, \"https\": true, \"url\": \"^\\/join\\/.*$\",
421
+ \"content_only\": true, \"options\": {\"invite_follow_board\": \"?{boardname}\",
422
+ \"register\": true, \"invite_follow_user\": \"?{username}\", \"next\": \"?{next}\"},
423
+ \"module\": \"LoginPage\"}, {\"require_authentication\": true, \"named\":
424
+ {\"username\": 0}, \"resource\": {}, \"login_parameters\": {\"username\":
425
+ \"${username}\", \"auto_follow\": \"true\"}, \"url\": \"^\\/follow\\/([^\\/]+)\\/*$\",
426
+ \"options\": {\"username\": \"${username}\"}, \"module\": \"AutoFollow\"},
427
+ {\"require_authentication\": true, \"named\": {\"username\": 0, \"slug\":
428
+ 1}, \"resource\": {}, \"login_parameters\": {\"username\": \"${username}\",
429
+ \"boardname\": \"${slug}\", \"auto_follow\": \"true\"}, \"url\": \"^\\/follow\\/([^\\/]+)\\/([^\\/]+)\\/*$\",
430
+ \"options\": {\"username\": \"${username}\", \"username_and_slug\": \"${username}\\/${slug}\"},
431
+ \"module\": \"AutoFollow\"}, {\"url\": \"^\\/website\\/verify\\/$\", \"named\":
432
+ {}, \"resource\": {\"name\": \"DomainVerifyResource\"}, \"options\": {}, \"module\":
433
+ \"DomainVerify\"}, {\"redirect\": \"\\/developer\\/\", \"named\": {}, \"resource\":
434
+ {}, \"url\": \"^\\/developer\\/api\\/\", \"options\": {}, \"module\": \"\"},
435
+ {\"named\": {}, \"resource\": {}, \"url\": \"^\\/developer\\/contact_us\\/\",
436
+ \"content_only\": true, \"options\": {\"module\": {\"name\": \"dev.ContactUs\",
437
+ \"options\": {}}}, \"module\": \"Developer\"}, {\"named\": {}, \"resource\":
438
+ {}, \"url\": \"^\\/developer\\/contact_us_thank_you\\/\", \"content_only\":
439
+ true, \"options\": {\"module\": {\"name\": \"dev.ContactUsThankYou\", \"options\":
440
+ {}}}, \"module\": \"Developer\"}, {\"named\": {}, \"resource\": {}, \"url\":
441
+ \"^\\/developer\\/ios\\/\", \"content_only\": true, \"options\": {\"module\":
442
+ {\"name\": \"dev.iOS\", \"options\": {}}}, \"module\": \"Developer\"}, {\"named\":
443
+ {}, \"resource\": {}, \"url\": \"^\\/developer\\/android\\/\", \"content_only\":
444
+ true, \"options\": {\"module\": {\"name\": \"dev.Android\", \"options\": {}}},
445
+ \"module\": \"Developer\"}, {\"named\": {}, \"resource\": {}, \"url\": \"^\\/developer\\/rich_pins\\/validator\\/\",
446
+ \"content_only\": true, \"options\": {\"module\": {\"resource\": {\"name\":
447
+ \"RichPinValidateResource\", \"options\": {\"link\": \"?{link}\"}}, \"name\":
448
+ \"dev.RichPinValidator\", \"options\": {\"apply\": \"?{apply}\", \"link\":
449
+ \"?{link}\", \"custom_sidebar\": true}}}, \"module\": \"Developer\"}, {\"named\":
450
+ {}, \"resource\": {}, \"url\": \"^\\/developer\\/pin_it\\/\", \"content_only\":
451
+ true, \"options\": {\"module\": {\"name\": \"dev.PinIt\", \"options\": {}}},
452
+ \"module\": \"Developer\"}, {\"named\": {}, \"resource\": {}, \"url\": \"^\\/developer\\/rich_pins\\/\",
453
+ \"content_only\": true, \"options\": {\"module\": {\"name\": \"dev.RichPins\",
454
+ \"options\": {}}}, \"module\": \"Developer\"}, {\"named\": {}, \"resource\":
455
+ {}, \"url\": \"^\\/developer\\/goodies\\/\", \"content_only\": true, \"options\":
456
+ {\"module\": {\"name\": \"dev.Goodies\", \"options\": {}}}, \"module\": \"Developer\"},
457
+ {\"named\": {}, \"resource\": {}, \"url\": \"^\\/developer\\/apps\\/\", \"content_only\":
458
+ true, \"options\": {\"module\": {\"name\": \"dev.Apps\", \"options\": {}}},
459
+ \"module\": \"Developer\"}, {\"named\": {}, \"resource\": {}, \"url\": \"^\\/developer\\/manage\\/$\",
460
+ \"content_only\": true, \"options\": {\"module\": {\"resource\": {\"name\":
461
+ \"ConsumerListResource\"}, \"name\": \"ConsumerManagePage\"}}, \"module\":
462
+ \"Developer\"}, {\"named\": {}, \"resource\": {}, \"url\": \"^\\/developer\\/terms\\/\",
463
+ \"content_only\": true, \"options\": {\"module\": {\"name\": \"dev.Terms\",
464
+ \"options\": {}}}, \"module\": \"Developer\"}, {\"named\": {}, \"resource\":
465
+ {}, \"url\": \"^\\/developer\\/richpins\\/apply\\/$\", \"content_only\": true,
466
+ \"options\": {\"module\": {\"name\": \"dev.RichPinApplyForm\", \"options\":
467
+ {}}}, \"module\": \"Developer\"}, {\"named\": {}, \"resource\": {}, \"url\":
468
+ \"^\\/developer\\/$\", \"content_only\": true, \"options\": {}, \"module\":
469
+ \"Developer\"}, {\"url\": \"^\\/business\\/getstarted\\/$\", \"named\": {},
470
+ \"resource\": {\"name\": \"UserResource\", \"options\": {\"username\": \"me\"}},
471
+ \"options\": {\"username\": \"me\"}, \"module\": \"BusinessGetStarted\"},
472
+ {\"require_authentication\": true, \"named\": {}, \"resource\": {\"name\":
473
+ \"PartnerResource\", \"options\": {\"user_id\": \"me\"}}, \"https\": true,
474
+ \"url\": \"^\\/business\\/convert\\/$\", \"options\": {}, \"module\": \"BusinessAccountConvert\"},
475
+ {\"url\": \"^\\/business\\/tools\\/site-debugger\\/$\", \"named\": {}, \"resource\":
476
+ {\"name\": \"RichPinDebugResource\", \"options\": {\"link\": \"?{link}\"}},
477
+ \"options\": {\"link\": \"?{link}\"}, \"module\": \"RichPinDebugger\"}, {\"url\":
478
+ \"^\\/business\\/tools\\/rich-pin-builder\\/$\", \"named\": {}, \"resource\":
479
+ {\"name\": \"RichPinSamplePinResource\", \"options\": {}}, \"options\": {},
480
+ \"module\": \"RichPinBuilder\"}, {\"url\": \"^\\/business\\/tools\\/rich-pin-validator\\/$\",
481
+ \"named\": {}, \"resource\": {\"name\": \"RichPinValidateResource\", \"options\":
482
+ {\"link\": \"?{link}\"}}, \"options\": {\"link\": \"?{link}\"}, \"module\":
483
+ \"RichPinValidator\"}, {\"url\": \"^\\/browse\\/([^\\/]+)\\/$\", \"named\":
484
+ {\"query\": 0}, \"resource\": {\"name\": \"BrowseResource\", \"options\":
485
+ {\"query\": \"${query}\"}}, \"options\": {\"query\": \"${query}\"}, \"module\":
486
+ \"SearchPage\"}, {\"named\": {}, \"resource\": {\"name\": \"UserSettingsResource\"},
487
+ \"url\": \"^\\/settings\\/$\", \"require_authentication\": true, \"module\":
488
+ \"UserSettingsPage\", \"https\": true, \"require_explicit_login\": true, \"options\":
489
+ {}}, {\"named\": {\"username\": 0}, \"resource\": {\"name\": \"UserResource\",
490
+ \"options\": {\"username\": \"${username}\"}}, \"url\": \"^\\/([^\\/]+)\\/$\",
491
+ \"deep_link\": \"pinterest:\\/\\/user\\/${username}\", \"options\": {\"username\":
492
+ \"${username}\", \"report_user_spam\": \"?{report_user_spam}\", \"show_follow_memo\":
493
+ \"?{auto_follow}\", \"tab\": \"boards\"}, \"module\": \"UserProfilePage\"},
494
+ {\"named\": {\"username\": 0}, \"resource\": {\"name\": \"UserResource\",
495
+ \"options\": {\"username\": \"${username}\"}}, \"url\": \"^\\/([^\\/]+)\\/boards\\/$\",
496
+ \"deep_link\": \"pinterest:\\/\\/user\\/${username}\", \"options\": {\"username\":
497
+ \"${username}\", \"tab\": \"boards\"}, \"module\": \"UserProfilePage\"}, {\"named\":
498
+ {\"username\": 0}, \"resource\": {\"name\": \"UserResource\", \"options\":
499
+ {\"username\": \"${username}\"}}, \"url\": \"^\\/([^\\/]+)\\/pins\\/$\", \"deep_link\":
500
+ \"pinterest:\\/\\/user\\/${username}\", \"options\": {\"username\": \"${username}\",
501
+ \"tab\": \"pins\"}, \"module\": \"UserProfilePage\"}, {\"named\": {\"username\":
502
+ 0}, \"resource\": {\"name\": \"UserResource\", \"options\": {\"username\":
503
+ \"${username}\"}}, \"url\": \"^\\/([^\\/]+)\\/likes\\/$\", \"deep_link\":
504
+ \"pinterest:\\/\\/user\\/${username}\", \"options\": {\"username\": \"${username}\",
505
+ \"tab\": \"likes\"}, \"module\": \"UserProfilePage\"}, {\"named\": {\"username\":
506
+ 0}, \"resource\": {\"name\": \"UserResource\", \"options\": {\"username\":
507
+ \"${username}\"}}, \"url\": \"^\\/([^\\/]+)\\/followers\\/$\", \"deep_link\":
508
+ \"pinterest:\\/\\/user\\/${username}\", \"options\": {\"username\": \"${username}\",
509
+ \"tab\": \"followers\"}, \"module\": \"UserProfilePage\"}, {\"named\": {\"username\":
510
+ 0}, \"resource\": {\"name\": \"UserResource\", \"options\": {\"username\":
511
+ \"${username}\"}}, \"url\": \"^\\/([^\\/]+)\\/following\\/$\", \"deep_link\":
512
+ \"pinterest:\\/\\/user\\/${username}\", \"options\": {\"username\": \"${username}\",
513
+ \"tab\": \"following\"}, \"module\": \"UserProfilePage\"}, {\"require_authentication\":
514
+ true, \"named\": {\"method\": 0}, \"resource\": {}, \"url\": \"^\\/pin\\/create\\/([^\\/]+)\\/$\",
515
+ \"content_only\": true, \"options\": {\"description\": \"?{description}\",
516
+ \"title\": \"?{title}\", \"url\": \"?{url}\", \"image_url\": \"?{media}\",
517
+ \"is_video\": \"?{is_video}\", \"method\": \"${method}\"}, \"module\": \"PinBookmarklet\"},
518
+ {\"url\": \"^\\/pin\\/find\\/$\", \"named\": {}, \"resource\": {\"name\":
519
+ \"FindPinImagesResource\", \"options\": {\"url\": \"?{url}\"}}, \"options\":
520
+ {}, \"module\": \"ImagesFeedPage\"}, {\"named\": {\"id\": 0}, \"resource\":
521
+ {\"name\": \"PinResource\", \"options\": {\"id\": \"${id}\", \"view_type\":
522
+ \"detailed\"}}, \"url\": \"^\\/pin\\/([^\\/]+)\\/$\", \"deep_link\": \"pinterest:\\/\\/pin\\/${id}\",
523
+ \"options\": {}, \"module\": \"Closeup\"}, {\"named\": {\"id\": 0}, \"resource\":
524
+ {\"name\": \"PinResource\", \"options\": {\"id\": \"${id}\", \"view_type\":
525
+ \"detailed\"}}, \"url\": \"^\\/pin\\/([^\\/]+)\\/edit\\/$\", \"module\": \"Closeup\",
526
+ \"canonical_url\": \"\\/pin\\/${id}\\/\", \"require_explicit_login\": true,
527
+ \"options\": {\"show_edit\": true}, \"deep_link\": \"pinterest:\\/\\/pin\\/${id}\"},
528
+ {\"named\": {\"id\": 0}, \"resource\": {\"name\": \"PinResource\", \"options\":
529
+ {\"id\": \"${id}\", \"view_type\": \"detailed\"}}, \"url\": \"^\\/pin\\/([^\\/]+)\\/repin\\/$\",
530
+ \"require_authentication\": true, \"module\": \"Closeup\", \"canonical_url\":
531
+ \"\\/pin\\/${id}\\/\", \"deep_link\": \"pinterest:\\/\\/pin\\/${id}\", \"options\":
532
+ {\"show_repin\": true}}, {\"named\": {\"id\": 0}, \"resource\": {\"name\":
533
+ \"PinResource\", \"options\": {\"id\": \"${id}\", \"view_type\": \"repin\"}},
534
+ \"url\": \"^\\/pin\\/([^\\/]+)\\/repin\\/x\\/$\", \"content_only\": true,
535
+ \"options\": {\"action\": \"repin\", \"method\": \"bookmarklet\"}, \"module\":
536
+ \"PinBookmarklet\"}, {\"url\": \"^\\/pin\\/([^\\/]+)\\/repins\\/$\", \"named\":
537
+ {\"id\": 0}, \"resource\": {\"name\": \"RepinFeedResource\", \"options\":
538
+ {\"pin_id\": \"${id}\", \"page_size\": 50}}, \"options\": {\"pin_id\": \"${id}\",
539
+ \"title\": \"Repins\"}, \"module\": \"RepinsLikesFeedPage\"}, {\"url\": \"^\\/pin\\/([^\\/]+)\\/likes\\/$\",
540
+ \"named\": {\"id\": 0}, \"resource\": {\"name\": \"PinLikesResource\", \"options\":
541
+ {\"pin_id\": \"${id}\", \"page_size\": 50}}, \"options\": {\"pin_id\": \"${id}\",
542
+ \"title\": \"Likes\"}, \"module\": \"RepinsLikesFeedPage\"}, {\"url\": \"^\\/board\\/create\\/$\",
543
+ \"named\": {}, \"resource\": {}, \"options\": {}, \"module\": \"BoardCreate\"},
544
+ {\"url\": \"^\\/board\\/([^\\/]+)\\/$\", \"named\": {\"id\": 0}, \"resource\":
545
+ {\"name\": \"BoardResource\", \"options\": {\"board_id\": \"${id}\", \"field_set_key\":
546
+ \"detailed\"}}, \"options\": {\"tab\": \"pins\"}, \"module\": \"BoardPage\"},
547
+ {\"named\": {\"username\": 0, \"slug\": 1}, \"resource\": {\"name\": \"BoardResource\",
548
+ \"options\": {\"username\": \"${username}\", \"field_set_key\": \"detailed\",
549
+ \"slug\": \"${slug}\"}}, \"url\": \"^\\/([^\\/]+)\\/([^\\/]+)\\/$\", \"deep_link\":
550
+ \"pinterest:\\/\\/board\\/${username}\\/${slug}\", \"options\": {\"show_follow_memo\":
551
+ \"?{auto_follow}\", \"tab\": \"pins\"}, \"module\": \"BoardPage\"}, {\"url\":
552
+ \"^\\/([^\\/]+)\\/([^\\/]+)\\/search\\/$\", \"named\": {\"username\": 0, \"slug\":
553
+ 1}, \"resource\": {\"name\": \"BaseSearchResource\", \"options\": {\"board_slug\":
554
+ \"${slug}\", \"scope\": \"my_pins\", \"user\": \"${username}\", \"query\":
555
+ \"?{q}\"}}, \"options\": {\"board_slug\": \"${slug}\", \"scope\": \"my_pins\",
556
+ \"user\": \"${username}\", \"query\": \"?{q}\"}, \"module\": \"SearchPage\"},
557
+ {\"named\": {\"username\": 0, \"slug\": 1}, \"resource\": {\"name\": \"BoardResource\",
558
+ \"options\": {\"username\": \"${username}\", \"field_set_key\": \"detailed\",
559
+ \"slug\": \"${slug}\"}}, \"url\": \"^\\/([^\\/]+)\\/([^\\/]+)\\/edit\\/$\",
560
+ \"module\": \"BoardPage\", \"canonical_url\": \"\\/${username}\\/${slug}\\/\",
561
+ \"require_explicit_login\": true, \"options\": {\"show_edit\": true, \"tab\":
562
+ \"pins\"}, \"deep_link\": \"pinterest:\\/\\/board\\/${username}\\/${slug}\"},
563
+ {\"named\": {\"username\": 0, \"slug\": 1}, \"resource\": {\"name\": \"BoardResource\",
564
+ \"options\": {\"username\": \"${username}\", \"field_set_key\": \"detailed\",
565
+ \"slug\": \"${slug}\"}}, \"url\": \"^\\/([^\\/]+)\\/([^\\/]+)\\/pins\\/$\",
566
+ \"deep_link\": \"pinterest:\\/\\/board\\/${username}\\/${slug}\", \"options\":
567
+ {\"tab\": \"pins\"}, \"module\": \"BoardPage\"}, {\"named\": {\"username\":
568
+ 0, \"slug\": 1}, \"resource\": {\"name\": \"BoardResource\", \"options\":
569
+ {\"username\": \"${username}\", \"field_set_key\": \"detailed\", \"slug\":
570
+ \"${slug}\"}}, \"url\": \"^\\/([^\\/]+)\\/([^\\/]+)\\/followers\\/$\", \"deep_link\":
571
+ \"pinterest:\\/\\/board\\/${username}\\/${slug}\", \"options\": {\"tab\":
572
+ \"followers\"}, \"module\": \"BoardPage\"}, {\"named\": {\"username\": 0,
573
+ \"slug\": 1}, \"resource\": {\"name\": \"BoardFeedResource\", \"options\":
574
+ {\"username\": \"${username}\", \"slug\": \"${slug}\"}}, \"url\": \"^\\/([^\\/]+)\\/([^\\/]+)\\/cover\\/$\",
575
+ \"deep_link\": \"pinterest:\\/\\/board\\/${username}\\/${slug}\", \"options\":
576
+ {\"username\": \"${username}\", \"slug\": \"${slug}\"}, \"module\": \"BoardCoverEditPage\"},
577
+ {\"named\": {}, \"resource\": {}, \"https\": true, \"url\": \"^\\/password\\/change\\/$\",
578
+ \"options\": {}, \"module\": \"UserChangePassword\"}, {\"require_authentication\":
579
+ true, \"named\": {\"domain\": 0}, \"resource\": {\"name\": \"DomainAnalyticsCountsResource\",
580
+ \"options\": {\"domain\": \"${domain}\", \"start_date\": \"?{start_date}\",
581
+ \"end_date\": \"?{end_date}\"}}, \"url\": \"^\\/source\\/([^\\/]+)\\/analytics\\/$\",
582
+ \"options\": {\"domain\": \"${domain}\", \"start_date\": \"?{start_date}\",
583
+ \"end_date\": \"?{end_date}\"}, \"module\": \"DomainAnalyticsPage\"}, {\"sandbox\":
584
+ true, \"named\": {}, \"resource\": {}, \"url\": \"^\\/close_window\\/$\",
585
+ \"options\": {}, \"module\": \"Close\"}, {\"named\": {}, \"resource\": {},
586
+ \"url\": \"^\\/oauth\\/dialog\\/$\", \"require_authentication\": true, \"module\":
587
+ \"OAuthDialog\", \"content_only\": true, \"https\": true, \"options\": {\"scope\":
588
+ \"?{scope}\", \"state\": \"?{state}\", \"redirect_uri\": \"?{redirect_uri}\",
589
+ \"response_type\": \"?{response_type}\", \"consumer_id\": \"?{consumer_id}\"}}]);\n
590
+ \ P.setPageRoutePattern(\"^\\/pin\\/:id\\/$\");\n P.setPageLoadRequestIdentifier(\"806023293027\");\n\n
591
+ \ Pc.startArgs = {\"gaAccountNumber\": \"UA-12967896-7\", \"scrubbedUser\":
592
+ {\"autologin\": null}, \"tree\": {\"resource\": null, \"name\": \"App\", \"children\":
593
+ [{\"resource\": null, \"name\": \"Header\", \"id\": \"header\", \"children\":
594
+ [{\"resource\": null, \"name\": \"DropdownButton\", \"id\": \"categoriesDropdownButton\",
595
+ \"children\": [{\"resource\": null, \"name\": \"Button\", \"children\": [],
596
+ \"errorStrategy\": 2, \"options\": {\"has_icon\": true, \"text\": \"Categories\",
597
+ \"primary_on_hover\": true, \"tagName\": \"button\", \"show_text\": false,
598
+ \"class_name\": \"categories\"}, \"uid\": \"Button-9\"}], \"errorStrategy\":
599
+ 2, \"options\": {\"class_name\": \"categoriesButton\", \"button_options\":
600
+ {\"has_icon\": true, \"tagName\": \"button\", \"primary_on_hover\": true,
601
+ \"class_name\": \"categories\", \"text\": \"Categories\", \"show_text\": false},
602
+ \"module\": {\"resource\": {\"name\": \"CategoriesResource\", \"options\":
603
+ {\"browsable\": true}}, \"name\": \"CategoriesMenu\"}, \"dropdown_options\":
604
+ {\"largeCaret\": true, \"fixed\": true, \"prefetch\": true, \"view_type\":
605
+ \"categoriesMenu\"}, \"time\": 500, \"tutorial\": {\"topic\": \"categories\",
606
+ \"text\": \"Browse Popular, DIY and other categories to find pins you like.\",
607
+ \"title\": \"Here are your categories.\"}}, \"uid\": \"DropdownButton-6\"},
608
+ {\"resource\": null, \"name\": \"ui.SearchForm\", \"children\": [{\"resource\":
609
+ null, \"name\": \"ui.TypeaheadField\", \"id\": \"searchField\", \"children\":
610
+ [{\"resource\": null, \"name\": \"ui.Typeahead\", \"id\": \"typeahead\", \"extraData\":
611
+ {\"inGplusExp\": false}, \"children\": [], \"errorStrategy\": 2, \"options\":
612
+ {\"enable_recent_queries\": true, \"tags\": \"autocomplete\", \"class_name\":
613
+ null, \"exclude_non_followers\": null, \"view_type\": \"search\", \"template\":
614
+ null}, \"uid\": \"ui-Typeahead-11\"}], \"errorStrategy\": 2, \"options\":
615
+ {\"enable_recent_queries\": true, \"name\": \"q\", \"view_type\": \"search\",
616
+ \"class_name\": null, \"prefetch_on_focus\": true, \"value\": \"\", \"populate_on_result_highlight\":
617
+ true, \"search_delay\": 0, \"search_on_focus\": true, \"placeholder\": \"Search\",
618
+ \"tags\": \"autocomplete\"}, \"uid\": \"ui-TypeaheadField-10\"}], \"errorStrategy\":
619
+ 2, \"options\": {\"navigate_on_search\": true, \"enable_recent_queries\":
620
+ true, \"placeholder\": \"Search\"}, \"uid\": \"ui-SearchForm-7\"}, {\"resource\":
621
+ {\"name\": \"LocalesResource\", \"options\": {\"locale\": \"en-US\", \"bookmarks\":
622
+ [\"-end-\"]}}, \"name\": \"LanguageMenu\", \"children\": [{\"resource\": null,
623
+ \"name\": \"DropdownButton\", \"children\": [{\"resource\": null, \"name\":
624
+ \"Button\", \"children\": [], \"errorStrategy\": 2, \"options\": {\"class_name\":
625
+ \"langaugeButton\", \"text\": \"English (US)\", \"tagName\": \"button\"},
626
+ \"uid\": \"Button-13\"}], \"errorStrategy\": 2, \"options\": {\"dropdown_options\":
627
+ {\"position_point\": \"BOTTOM_RIGHT\", \"hide_caret\": true, \"fixed\": true},
628
+ \"button_options\": {\"class_name\": \"langaugeButton\", \"text\": \"English
629
+ (US)\", \"tagName\": \"button\"}, \"module\": {\"resource\": {\"name\": \"LocalesResource\"},
630
+ \"name\": \"LanguageDropdown\", \"options\": {\"selected\": \"English (US)\"}}},
631
+ \"uid\": \"DropdownButton-12\"}], \"errorStrategy\": 2, \"data\": {}, \"options\":
632
+ {}, \"uid\": \"LanguageMenu-8\"}], \"errorStrategy\": 2, \"options\": {},
633
+ \"uid\": \"Header-1\"}, {\"resource\": null, \"name\": \"ScrollToTop\", \"id\":
634
+ \"scrollToTop\", \"children\": [], \"errorStrategy\": 2, \"options\": {},
635
+ \"uid\": \"ScrollToTop-2\"}, {\"resource\": null, \"name\": \"Nags\", \"children\":
636
+ [{\"resource\": null, \"name\": \"NagBase\", \"extraData\": {\"type\": \"upgrade_ie\"},
637
+ \"children\": [{\"resource\": null, \"name\": \"Button\", \"children\": [],
638
+ \"errorStrategy\": 2, \"options\": {\"class_name\": \"nagClose\", \"tagName\":
639
+ \"button\", \"borderless\": true}, \"uid\": \"Button-16\"}], \"errorStrategy\":
640
+ 2, \"data\": {}, \"options\": {\"can_close\": true}, \"uid\": \"NagBase-14\"},
641
+ {\"resource\": null, \"name\": \"NagUnauth\", \"children\": [{\"resource\":
642
+ null, \"name\": \"JoinButton\", \"id\": \"join\", \"children\": [], \"errorStrategy\":
643
+ 2, \"options\": {\"color\": \"primary\", \"text\": \"Join Pinterest\", \"class_name\":
644
+ \"joinButton unauthNagButton\", \"element_type\": \"a\", \"tagName\": \"a\",
645
+ \"ga_category\": \"unauth_nag_join\"}, \"uid\": \"JoinButton-17\"}, {\"resource\":
646
+ null, \"name\": \"LoginButton\", \"id\": \"login\", \"children\": [], \"errorStrategy\":
647
+ 2, \"options\": {\"class_name\": \"loginButton unauthNagButton\", \"text\":
648
+ \"Log in\", \"element_type\": \"a\", \"ga_category\": \"unauth_nag_login\",
649
+ \"tagName\": \"a\"}, \"uid\": \"LoginButton-18\"}], \"errorStrategy\": 2,
650
+ \"options\": {}, \"uid\": \"NagUnauth-15\"}], \"errorStrategy\": 2, \"options\":
651
+ {}, \"uid\": \"Nags-3\"}, {\"resource\": {\"name\": \"PinResource\", \"options\":
652
+ {\"bookmarks\": [\"-end-\"], \"id\": \"412149803369441273\", \"view_type\":
653
+ \"detailed\"}}, \"name\": \"Closeup\", \"id\": \"mainModule\", \"extraData\":
654
+ {\"canEdit\": false, \"pinUrl\": \"\\/pin\\/412149803369441273\\/\"}, \"children\":
655
+ [{\"resource\": {\"name\": \"PinResource\", \"options\": {\"id\": \"412149803369441273\",
656
+ \"view_type\": \"action_bar\"}}, \"name\": \"PinActionBar\", \"id\": \"actions\",
657
+ \"children\": [{\"resource\": null, \"name\": \"ShowModalButton\", \"id\":
658
+ \"pinItButton\", \"children\": [], \"errorStrategy\": 2, \"options\": {\"submodule\":
659
+ {\"error_strategy\": 0, \"resource\": {\"name\": \"PinResource\", \"options\":
660
+ {\"id\": \"412149803369441273\", \"view_type\": \"repin\"}}, \"name\": \"PinCreate\",
661
+ \"options\": {\"action\": \"repin\", \"transparent_modal\": false, \"is_video\":
662
+ false, \"show_preview\": false, \"fast_repin\": false}}, \"primary_on_hover\":
663
+ true, \"color\": \"primary\", \"text\": \"Pin it\", \"extra_options\": {},
664
+ \"tagName\": \"button\", \"has_icon\": true, \"show_text\": false, \"ga_category\":
665
+ \"repin_create_closeup\", \"class_name\": \"repin pinActionBarButton\", \"require_auth\":
666
+ true, \"size\": \"medium\"}, \"uid\": \"ShowModalButton-23\"}, {\"resource\":
667
+ null, \"name\": \"IncrementingNavigateButton\", \"id\": \"repinsButton\",
668
+ \"extraData\": {\"actionCount\": 0}, \"children\": [], \"errorStrategy\":
669
+ 2, \"options\": {\"url\": \"\\/pin\\/412149803369441273\\/repins\\/\", \"text\":
670
+ 0, \"actionCount\": 0, \"color\": \"primary\", \"siblingButtonId\": \"pinItButton\",
671
+ \"tagName\": \"button\", \"class_name\": \"repinLikeNavigateButton pinActionBarButton
672
+ hidden\", \"size\": \"medium\"}, \"uid\": \"IncrementingNavigateButton-24\"},
673
+ {\"resource\": null, \"name\": \"PinLikeButton\", \"id\": \"likeButton\",
674
+ \"children\": [], \"errorStrategy\": 2, \"options\": {\"liked\": false, \"class_name\":
675
+ \"like leftRounded pinActionBarButton\", \"pin_id\": \"412149803369441273\",
676
+ \"has_icon\": true, \"tagName\": \"button\", \"text\": \"Like\", \"show_text\":
677
+ true, \"size\": \"medium\"}, \"uid\": \"PinLikeButton-25\"}, {\"resource\":
678
+ null, \"name\": \"IncrementingNavigateButton\", \"id\": \"likesButton\", \"extraData\":
679
+ {\"actionCount\": 1}, \"children\": [], \"errorStrategy\": 2, \"options\":
680
+ {\"url\": \"\\/pin\\/412149803369441273\\/likes\\/\", \"text\": 1, \"actionCount\":
681
+ 1, \"class_name\": \"repinLikeNavigateButton like leftRounded pinActionBarButton\",
682
+ \"siblingButtonId\": \"likeButton\", \"tagName\": \"button\", \"size\": \"medium\"},
683
+ \"uid\": \"IncrementingNavigateButton-26\"}, {\"resource\": null, \"name\":
684
+ \"NavigateButton\", \"id\": \"viewPinSource\", \"children\": [], \"errorStrategy\":
685
+ 2, \"options\": {\"tagName\": \"a\", \"has_icon\": true, \"text\": \"Website\",
686
+ \"url\": \"http:\\/\\/johnstamosgem.com\\/\", \"element_type\": \"a\", \"safe_link\":
687
+ true, \"safe_link_pin_id\": \"412149803369441273\", \"class_name\": \"website
688
+ pinActionBarButton\", \"size\": \"medium\"}, \"uid\": \"NavigateButton-27\"},
689
+ {\"resource\": null, \"name\": \"DropdownButton\", \"children\": [{\"resource\":
690
+ null, \"name\": \"Button\", \"children\": [], \"errorStrategy\": 2, \"options\":
691
+ {\"has_icon\": true, \"text\": \"Share\", \"class_name\": \"share pinActionBarButton\",
692
+ \"tagName\": \"button\", \"show_text\": false, \"size\": \"medium\"}, \"uid\":
693
+ \"Button-29\"}], \"errorStrategy\": 2, \"options\": {\"dropdown_options\":
694
+ {\"largeCaret\": true, \"position_point\": \"BOTTOM_RIGHT\", \"fixed\": false,
695
+ \"view_type\": \"closeupShare\"}, \"button_options\": {\"has_icon\": true,
696
+ \"tagName\": \"button\", \"class_name\": \"share pinActionBarButton\", \"text\":
697
+ \"Share\", \"show_text\": false, \"size\": \"medium\"}, \"module\": {\"resource\":
698
+ {\"name\": \"PinResource\", \"options\": {\"id\": \"412149803369441273\",
699
+ \"view_type\": \"closeup_share\"}}, \"name\": \"PinCloseupShare\", \"options\":
700
+ {}}}, \"uid\": \"DropdownButton-28\"}], \"errorStrategy\": 3, \"data\": {},
701
+ \"options\": {\"pin_id\": \"412149803369441273\"}, \"uid\": \"PinActionBar-19\"},
702
+ {\"resource\": {\"name\": \"PinResource\", \"options\": {\"id\": \"412149803369441273\",
703
+ \"view_type\": \"detailed\"}}, \"name\": \"CloseupContent\", \"id\": \"content\",
704
+ \"children\": [{\"resource\": {\"name\": \"PinResource\", \"options\": {\"id\":
705
+ \"412149803369441273\"}}, \"name\": \"Pin\", \"id\": \"pin\", \"children\":
706
+ [{\"resource\": {\"name\": \"PinResource\", \"options\": {\"id\": \"412149803369441273\"}},
707
+ \"name\": \"PaddedPin\", \"children\": [], \"errorStrategy\": 2, \"data\":
708
+ {}, \"options\": {\"fixed_width\": 736, \"image_size\": \"LARGE\"}, \"uid\":
709
+ \"PaddedPin-31\"}, {\"resource\": {\"name\": \"PinResource\", \"options\":
710
+ {\"id\": \"412149803369441273\", \"view_type\": \"detailed\"}}, \"name\":
711
+ \"RichPinBase\", \"children\": [], \"errorStrategy\": 2, \"data\": {}, \"options\":
712
+ {}, \"uid\": \"RichPinBase-32\"}, {\"resource\": null, \"name\": \"PinCommentList\",
713
+ \"id\": \"commentList\", \"children\": [], \"errorStrategy\": 2, \"options\":
714
+ {\"count\": 0, \"view_type\": \"detailed\", \"pin_id\": \"412149803369441273\",
715
+ \"max_num_to_show\": 50, \"show_actions\": true, \"image_size\": \"medium\",
716
+ \"field_set_key\": \"pin_detailed\"}, \"uid\": \"PinCommentList-33\"}, {\"resource\":
717
+ {\"name\": \"UserResource\", \"options\": {\"username\": \"johnstamosgem\"}},
718
+ \"name\": \"User\", \"children\": [], \"errorStrategy\": 2, \"data\": {\"id\":
719
+ \"412149940807022226\"}, \"options\": {\"class_name\": \"pinner\", \"button_class_name\":
720
+ \"closeupBottomView\", \"title_text\": \"Pinned by\", \"view_type\": \"thumb\"},
721
+ \"uid\": \"User-34\"}, {\"resource\": {\"name\": \"BoardResource\", \"options\":
722
+ {\"field_set_key\": \"thumb\", \"board_id\": \"412149872087590750\", \"bookmarks\":
723
+ [\"-end-\"]}}, \"name\": \"Board\", \"children\": [{\"resource\": null, \"name\":
724
+ \"BoardFollowButton\", \"children\": [], \"errorStrategy\": 2, \"options\":
725
+ {\"board_id\": \"412149872087590750\", \"user_id\": \"412149940807022226\",
726
+ \"color\": \"default\", \"unfollow_text\": \"Unfollow\", \"follow_ga_category\":
727
+ \"board_follow\", \"unfollow_ga_category\": \"board_unfollow\", \"disabled\":
728
+ false, \"tagName\": \"button\", \"text\": \"Follow\", \"followed\": false,
729
+ \"follow_text\": \"Follow\", \"follow_class\": \"default\", \"is_my_board\":
730
+ false}, \"uid\": \"BoardFollowButton-36\"}], \"errorStrategy\": 2, \"data\":
731
+ {}, \"options\": {\"class_name\": \"boardCredit\", \"view_type\": \"closeupBottomView\",
732
+ \"subtitle\": \"JohnStamosgemBoard\", \"show_follow_button\": true, \"title\":
733
+ \"Pinned onto\"}, \"uid\": \"Board-35\"}], \"errorStrategy\": 1, \"data\":
734
+ {\"domain\": \"johnstamosgem.com\", \"like_count\": 1, \"images\": {\"736x\":
735
+ {\"url\": \"http:\\/\\/media-cache-ak0.pinimg.com\\/736x\\/ee\\/39\\/6e\\/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\",
736
+ \"width\": 736, \"height\": 460}, \"136x136\": {\"url\": \"http:\\/\\/media-cache-ak0.pinimg.com\\/136x136\\/ee\\/39\\/6e\\/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\",
737
+ \"width\": 136, \"height\": 136}, \"236x\": {\"url\": \"http:\\/\\/media-cache-ak0.pinimg.com\\/236x\\/ee\\/39\\/6e\\/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\",
738
+ \"width\": 236, \"height\": 147}, \"orig\": {\"url\": \"http:\\/\\/media-cache-ak0.pinimg.com\\/originals\\/ee\\/39\\/6e\\/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\",
739
+ \"width\": 1280, \"height\": 800}}, \"id\": \"412149803369441273\", \"price_currency\":
740
+ \"USD\", \"pinner\": {\"username\": \"johnstamosgem\", \"domain_verified\":
741
+ false, \"twitter_url\": null, \"image_medium_url\": \"http:\\/\\/media-cache-ec0.pinimg.com\\/avatars\\/johnstamosgem_1375988759_75.jpg\",
742
+ \"explicitly_followed_by_me\": false, \"location\": \"California\", \"full_name\":
743
+ \"John Stamosgem\", \"image_small_url\": \"http:\\/\\/media-cache-ec0.pinimg.com\\/avatars\\/johnstamosgem_1375988759_30.jpg\",
744
+ \"followed_by_me\": false, \"type\": \"user\", \"id\": \"412149940807022226\"},
745
+ \"privacy\": \"public\", \"comments\": {\"bookmark\": null, \"data\": [],
746
+ \"uri\": \"\\/v3\\/pins\\/412149803369441273\\/comments\\/\"}, \"access\":
747
+ [], \"comment_count\": 0, \"board\": {\"category\": null, \"is_collaborative\":
748
+ false, \"name\": \"JohnStamosgemBoard\", \"privacy\": \"public\", \"url\":
749
+ \"\\/johnstamosgem\\/johnstamosgemboard\\/\", \"image_cover_url\": \"http:\\/\\/media-cache-ak0.pinimg.com\\/200x150\\/ee\\/39\\/6e\\/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\",
750
+ \"pin_thumbnail_urls\": [], \"access\": [], \"owner\": {\"id\": \"412149940807022226\"},
751
+ \"followed_by_me\": false, \"type\": \"board\", \"id\": \"412149872087590750\"},
752
+ \"type\": \"pin\", \"method\": \"uploaded\", \"location\": null, \"attribution\":
753
+ null, \"description\": \"JohnStamosgemPin description\", \"price_value\":
754
+ 0.0, \"is_playable\": false, \"rich_metadata\": null, \"via_pinner\": null,
755
+ \"link\": \"http:\\/\\/johnstamosgem.com\\/\", \"is_repin\": false, \"liked_by_me\":
756
+ false, \"description_html\": \"JohnStamosgemPin description\", \"repin_count\":
757
+ 0, \"tracked_link\": \"http:\\/\\/johnstamosgem.com\\/\", \"created_at\":
758
+ \"Sun, 04 Aug 2013 22:37:58 +0000\", \"embed\": null, \"is_video\": false},
759
+ \"options\": {\"pin_id\": \"412149803369441273\", \"view_type\": \"detailed\"},
760
+ \"uid\": \"Pin-30\"}], \"errorStrategy\": 1, \"data\": {\"domain\": \"johnstamosgem.com\",
761
+ \"id\": \"412149803369441273\"}, \"options\": {}, \"uid\": \"CloseupContent-20\"},
762
+ {\"resource\": {\"name\": \"PinResource\", \"options\": {\"id\": \"412149803369441273\",
763
+ \"view_type\": \"closeup_sidebar\"}}, \"name\": \"CloseupSidebar\", \"id\":
764
+ \"sidebar\", \"children\": [{\"resource\": {\"name\": \"BoardResource\", \"options\":
765
+ {\"field_set_key\": \"board_pins_grid\", \"board_id\": \"412149872087590750\"}},
766
+ \"name\": \"Board\", \"id\": \"boardGrid\", \"children\": [{\"resource\":
767
+ {\"name\": \"UserResource\", \"options\": {\"field_set_key\": \"summary\",
768
+ \"bookmarks\": [\"-end-\"], \"user_id\": \"412149940807022226\"}}, \"name\":
769
+ \"User\", \"children\": [], \"errorStrategy\": 2, \"data\": {\"id\": \"412149940807022226\"},
770
+ \"options\": {\"url\": \"\\/johnstamosgem\\/johnstamosgemboard\\/\", \"view_type\":
771
+ \"thumb\", \"title_text\": \"JohnStamosgemBoard\", \"show_follow_button\":
772
+ false, \"size\": \"boardRepTitle\"}, \"uid\": \"User-39\"}, {\"resource\":
773
+ {\"name\": \"BoardFeedResource\", \"options\": {\"field_set_key\": \"board_pins_grid_item\",
774
+ \"board_id\": \"412149872087590750\"}}, \"name\": \"Grid\", \"id\": \"pinGrid\",
775
+ \"children\": [], \"errorStrategy\": 1, \"async\": true, \"options\": {\"scrollable\":
776
+ true, \"show_grid_footer\": false, \"view_type\": \"boardPinsGrid\", \"centered\":
777
+ false, \"track_active_item\": true, \"item_options\": {\"view_type\": \"boardPinsGrid\"},
778
+ \"layout\": \"variable_height\", \"prevent_default_scroll\": true, \"active_item_id\":
779
+ \"412149803369441273\"}, \"uid\": \"Grid-40\"}, {\"resource\": null, \"name\":
780
+ \"BoardFollowButton\", \"id\": \"followBoardButton\", \"children\": [], \"errorStrategy\":
781
+ 2, \"options\": {\"board_id\": \"412149872087590750\", \"followed\": false,
782
+ \"class_name\": \"followBoardButton\", \"unfollow_text\": \"Unfollow Board\",
783
+ \"follow_ga_category\": \"board_follow\", \"unfollow_ga_category\": \"board_unfollow\",
784
+ \"disabled\": false, \"color\": \"default\", \"tagName\": \"button\", \"text\":
785
+ \"Follow Board\", \"user_id\": \"412149940807022226\", \"follow_text\": \"Follow
786
+ Board\", \"follow_class\": \"default\", \"is_my_board\": null}, \"uid\": \"BoardFollowButton-41\"}],
787
+ \"errorStrategy\": 1, \"data\": {\"id\": \"412149872087590750\"}, \"options\":
788
+ {\"scrollable\": true, \"view_type\": \"boardPinsGrid\", \"centered\": false,
789
+ \"board_follow_button_options\": {\"board_id\": \"412149872087590750\", \"board_followed_by_me\":
790
+ false, \"board_access\": [], \"board_owner\": \"412149940807022226\"}, \"prevent_default_scroll\":
791
+ true, \"active_item_id\": \"412149803369441273\"}, \"uid\": \"Board-37\"},
792
+ {\"resource\": {\"name\": \"DomainResource\", \"options\": {\"domain\": \"johnstamosgem.com\",
793
+ \"bookmarks\": [\"-end-\"]}}, \"name\": \"Domain\", \"id\": \"domain\", \"children\":
794
+ [], \"errorStrategy\": 2, \"data\": {}, \"options\": {}, \"uid\": \"Domain-38\"}],
795
+ \"errorStrategy\": 3, \"data\": {\"id\": \"412149803369441273\"}, \"options\":
796
+ {}, \"uid\": \"CloseupSidebar-21\"}, {\"resource\": null, \"name\": \"CloseupBottom\",
797
+ \"id\": \"bottom\", \"children\": [], \"errorStrategy\": 2, \"options\": {\"pin_id\":
798
+ \"412149803369441273\"}, \"uid\": \"CloseupBottom-22\"}], \"errorStrategy\":
799
+ 0, \"data\": {}, \"options\": {}, \"uid\": \"Closeup-4\"}, {\"resource\":
800
+ null, \"name\": \"NagNoScript\", \"extraData\": {\"type\": \"no_script\"},
801
+ \"children\": [], \"errorStrategy\": 2, \"options\": {}, \"uid\": \"NagNoScript-5\"}],
802
+ \"deps\": [\"App\", \"Header\", \"ScrollToTop\", \"Nags\", \"Closeup\", \"NagNoScript\",
803
+ \"DropdownButton\", \"ui.SearchForm\", \"LanguageMenu\", \"Button\", \"ui.TypeaheadField\",
804
+ \"ui.Typeahead\", \"Pillow\", \"NagBase\", \"NagUnauth\", \"JoinButton\",
805
+ \"LoginButton\", \"NavigateButton\", \"PinActionBar\", \"CloseupContent\",
806
+ \"CloseupSidebar\", \"CloseupBottom\", \"ShowModalButton\", \"IncrementingNavigateButton\",
807
+ \"PinLikeButton\", \"Pin\", \"PaddedPin\", \"RichPinBase\", \"PinCommentList\",
808
+ \"User\", \"Board\", \"BoardFollowButton\", \"ui.FollowButton\", \"Domain\",
809
+ \"Grid\"], \"errorStrategy\": 2, \"attributes\": {\"class\": \"App full Module\",
810
+ \"id\": \"App-42\"}, \"options\": {\"module\": {\"data\": {\"domain\": \"johnstamosgem.com\",
811
+ \"like_count\": 1, \"images\": {\"736x\": {\"url\": \"http:\\/\\/media-cache-ak0.pinimg.com\\/736x\\/ee\\/39\\/6e\\/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\",
812
+ \"width\": 736, \"height\": 460}, \"136x136\": {\"url\": \"http:\\/\\/media-cache-ak0.pinimg.com\\/136x136\\/ee\\/39\\/6e\\/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\",
813
+ \"width\": 136, \"height\": 136}, \"236x\": {\"url\": \"http:\\/\\/media-cache-ak0.pinimg.com\\/236x\\/ee\\/39\\/6e\\/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\",
814
+ \"width\": 236, \"height\": 147}, \"orig\": {\"url\": \"http:\\/\\/media-cache-ak0.pinimg.com\\/originals\\/ee\\/39\\/6e\\/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\",
815
+ \"width\": 1280, \"height\": 800}}, \"id\": \"412149803369441273\", \"price_currency\":
816
+ \"USD\", \"pinner\": {\"username\": \"johnstamosgem\", \"domain_verified\":
817
+ false, \"twitter_url\": null, \"image_medium_url\": \"http:\\/\\/media-cache-ec0.pinimg.com\\/avatars\\/johnstamosgem_1375988759_75.jpg\",
818
+ \"explicitly_followed_by_me\": false, \"location\": \"California\", \"full_name\":
819
+ \"John Stamosgem\", \"image_small_url\": \"http:\\/\\/media-cache-ec0.pinimg.com\\/avatars\\/johnstamosgem_1375988759_30.jpg\",
820
+ \"followed_by_me\": false, \"type\": \"user\", \"id\": \"412149940807022226\"},
821
+ \"privacy\": \"public\", \"comments\": {\"bookmark\": null, \"data\": [],
822
+ \"uri\": \"\\/v3\\/pins\\/412149803369441273\\/comments\\/\"}, \"access\":
823
+ [], \"comment_count\": 0, \"board\": {\"category\": null, \"is_collaborative\":
824
+ false, \"name\": \"JohnStamosgemBoard\", \"privacy\": \"public\", \"url\":
825
+ \"\\/johnstamosgem\\/johnstamosgemboard\\/\", \"image_cover_url\": \"http:\\/\\/media-cache-ak0.pinimg.com\\/200x150\\/ee\\/39\\/6e\\/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\",
826
+ \"pin_thumbnail_urls\": [], \"access\": [], \"owner\": {\"id\": \"412149940807022226\"},
827
+ \"followed_by_me\": false, \"type\": \"board\", \"id\": \"412149872087590750\"},
828
+ \"type\": \"pin\", \"method\": \"uploaded\", \"location\": null, \"attribution\":
829
+ null, \"description\": \"JohnStamosgemPin description\", \"price_value\":
830
+ 0.0, \"is_playable\": false, \"rich_metadata\": null, \"via_pinner\": null,
831
+ \"link\": \"http:\\/\\/johnstamosgem.com\\/\", \"is_repin\": false, \"liked_by_me\":
832
+ false, \"description_html\": \"JohnStamosgemPin description\", \"repin_count\":
833
+ 0, \"tracked_link\": \"http:\\/\\/johnstamosgem.com\\/\", \"created_at\":
834
+ \"Sun, 04 Aug 2013 22:37:58 +0000\", \"embed\": null, \"is_video\": false},
835
+ \"error_strategy\": 0, \"resource\": {\"name\": \"PinResource\", \"options\":
836
+ {\"bookmarks\": [\"-end-\"], \"id\": \"412149803369441273\", \"view_type\":
837
+ \"detailed\"}}, \"name\": \"Closeup\", \"options\": {}}}, \"uid\": \"App-42\"},
838
+ \"canDebug\": false, \"requireJsPaths\": {}, \"isLoggedIn\": false};\n P.available.declare();\n
839
+ \ </script>\n</body>\n</html>"
327
840
  http_version:
328
- recorded_at: Wed, 14 Aug 2013 23:08:54 GMT
841
+ recorded_at: Fri, 16 Aug 2013 23:48:40 GMT
329
842
  recorded_with: VCR 2.5.0