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,324 +7,835 @@ 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:53 GMT
25
+ - Fri, 16 Aug 2013 23:48:35 GMT
43
26
  Pinterest-Breed:
44
27
  - CORGI
45
28
  Pinterest-Generated-By:
46
- - ngapp-dd22f8c6
29
+ - ngapp-c1ba4879
47
30
  Pinterest-Version:
48
- - 419b911
31
+ - 559a34d
49
32
  Server:
50
33
  - nginx
51
34
  Set-Cookie:
52
- - _pinterest_sess="eJwFwVELgjAUBtB/02uOfL0IshYG3yJZ6PbSg5nbhUU0wblf3znfvm7L+1cf108Wt5HduOuMygpVUfNcQ5wJBifNjx1mKtiIDmlOKbyoi+espS1OtgGDipbvG0rv9eC84yVDTsIa5XG5crcQ/QG0oSSQ";
53
- Domain=.pinterest.com; expires=Sat, 09-Aug-2014 23:08:53 GMT; Max-Age=31103999;
35
+ - _pinterest_sess="eJxzNfcLKTIqyHIOzjWLDDJKdi8tC3cxz/ZNM8+3tY8vycxNtfUN8TX2y4o09cvKrvALtLVVK04tLs5MsfXM8q3wcw81jczyy/YPjzSMrAo0jqzyyvB18cvwCw8tjwoJLfc1isr2d4k08Ey3tQUAgXYjiQ==";
36
+ Domain=.pinterest.com; expires=Mon, 11-Aug-2014 23:48:35 GMT; Max-Age=31103999;
54
37
  Path=/
55
- - csrftoken=LfvMFqBQQTyA4yTCvqERI2hziX1hr60d; Domain=.pinterest.com; expires=Wed,
56
- 13-Aug-2014 23:08:53 GMT; Max-Age=31449600; Path=/
38
+ - csrftoken=T3o1xBsGll46GHQRW6wxYJjoNT5SgCBR; Domain=.pinterest.com; expires=Fri,
39
+ 15-Aug-2014 23:48:35 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
- - '1241206713'
63
- Content-Length:
64
- - '11580'
45
+ - '1450968963'
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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
- 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
- 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
- efiP+xsnxw8BFryoAyjA2LYG6t7ejLnewT0L/sx/6N+9wA8vrJgF+60kvQpY
75
- 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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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
- /XCaVNYvBl3UP3Wn7CScRJUNVKoUTd5GWcqqe8hJpndALU7dFIQqrO/IpK0O
84
- 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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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
- 5pYNP2FRws44JKDHHpTFhCu+DdgkReJg+QR/UAN48KwfOdlyYAeWLQqo0R5Q
92
- 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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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
- ex0KXO2NIu9KlHj+R8v3cC214yhK0XiEooN7SmBJeCST0WFyFY5PYI0re7Bq
111
- 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
- v8TYBRQ8P8JHblnD/zZypLxNK4Hl2HsocEAL/wOUTD6g5+ihpyMcqOTo6tyd
113
- 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
- 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
- 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
- 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
- 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
- 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
- ujVmJPXeb34688PfYhAkKG0dlDBB3/nnvDG0alUEhM2/cg0VJBikbBrFPkuO
120
- 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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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
- GVUqqCZUM9GgHrjd3yrWT9VLql5RK0yuqn8kWch5QcvSzkKMs+633tF/W8ob
147
- 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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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
- /EwYrVqBZGNNIN2PYHDGid6F0xsMH+3u7MA/zvARSWGZeXIRK/JRWnXesTon
158
- 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
- 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
- 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
- zNy4K+K9lSNYSo8Kk6ZqXDxD7VffPaUfwOEeLANNdGAlyW64cq2nT4UlnaLO
162
- svgATAfjXSLDyfjLHmwZlhP1UbImG/9Y7rRXnHPS6e+u1NHLQDRHbMl7bbcK
163
- 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
- 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
- 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
- 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
- w8eXfnixjmQZXlC2wI1HmRA97HdRnLrDR12HoDskxSEsUk6/2xvY3R27u2X3
168
- +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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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
- u4XXjbEE2Ak6mvjxnG5UOAarOHgdvcHrylq/Y+a+Ox6DG5Si1wOObMxc78oa
183
- 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
- K8Et8PIsiuOr+9ZZhGfA0M+7xA3XS8z2xmlGpADr+9gU784ALvKOAnd8cSoe
185
- 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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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
- h8bhP3iQHZdMYENQaYRgSFqVCCaUasLJOwdDDO8nGzNY6rhmAx5O71uv3AuA
198
- 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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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
- VzAznCgMrqpaeYwtHFwSxOTx1eXx+877jkm31MXLiVvcdYIVhFRfHM0dPODq
208
- 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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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
- RPFucKdkhN+j7EuPwY9uS27/zdmXRhIEMY5875aIHnIoXxrZ2B/PHB4To+QO
229
- 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
- EyqOKEvSaO4k4tCkMCXumqLkpjR1HepmH4Z7kn7Fub8VsmJ+vrgGm0aRRzuL
231
- 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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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
- qrWmWzKl0+f5nPj59DzHKr9p+LqCD5pbKFQ976E+952fVf+mhoY5HrcYILea
244
- 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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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
- bw3FmFJbC+H8DIaO5crrzYq2bbFqco4zPha7Le2DOlHL/DZ3CmXiWVMZhYbn
264
- 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
- pbjywEHvGSdRlSY6povRi3GE+UMp9/ZUsREjYZ/GQeYxB/xAp7DB89cam3Ei
266
- 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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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
- +aQushFQhC9bZFHp+2XF/AiFRYuoyGx+3/k4kCdmqgJyEqLYw3Ll52IJhnjp
307
- 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
- 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
- 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
- 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
- iiyAuUCfW2uKHt9E8xyXx5yycNPqblmH2dTqd3sDq99/PBg+frRj/diFP9KF
312
- 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
- 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
- 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
- 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
- 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
317
- 03rHPqKNJFxrh4+r6EzBoFEQHXu1t8rar0kghUPgLEgVvmSMpSIOofv7lXjU
318
- BlmsXI6+QqilKvzTIPxS4LgywFQZkimNcXVgxjiZUY7LbNUcz9CW66XG4iqp
319
- XFv01KlyKnbxmkQeCwgV1ht/rRvYvEya2fVe1d1KqwgiLTtNwY/wrj7HXGlI
320
- rQ7BcvCF9Hv5893sf3D49qDBvuEtzD5hadn9lXnyT9VIoWrvyOd1NV3T3U2t
321
- Y7tfc6Sg24ioApbdJPv7dXRGXgiPjVSl14eRwx2VUhrq2sm7sjNbhEU9tuCs
322
- J875Fud3jfMK8syAkm1r4F5OvSidATQPCWlVy6f+zIN7p75U+cqJBC1/Xs+L
323
- N3LAy5k5ZkpteXO57CiU+LMinXZ5rlYpL05s52p7u8ZeZ3nfUVrV+ZJTaTEA
324
- Cc2iQqGQiq9jIRkrYEqoH5kIGMXCIJxVpFhz7oIX9la/tOIomRTf4+3f4+3f
325
- 4+3f4+3f4+3f4+3f4+3f4+3fZLz9Ts4tffmjbnXpoIoVNnb5F3BUFuEndX5J
326
- Tt10lrsHfgKW8pR5J8W5JfWWItDVPoUM2h4DMzBmG+ISo70On8+De3udUeRd
327
- 4X9x8g/+B8+Q/mHw5QAA
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 is
100
+ using Pinterest, an online pinboard to collect and share what inspires you.\"
101
+ data-app>\n \n <meta property=\"og:see_also\" name=\"og:see_also\"
102
+ content=\"http://johnstamosgem.com/\" data-app>\n \n <meta property=\"pinterestapp:repins\"
103
+ name=\"pinterestapp:repins\" content=\"0\" data-app>\n \n <meta
104
+ property=\"og:description\" name=\"og:description\" content=\"JohnStamosgemPin
105
+ description\" data-app>\n \n <meta property=\"og:title\" name=\"og:title\"
106
+ content=\"JohnStamosgemBoard\" data-app>\n \n <meta property=\"pinterestapp:likes\"
107
+ name=\"pinterestapp:likes\" content=\"1\" data-app>\n \n <meta property=\"pinterestapp:pinboard\"
108
+ name=\"pinterestapp:pinboard\" content=\"http://pinterest.com/johnstamosgem/johnstamosgemboard/\"
109
+ data-app>\n \n <meta property=\"pinterestapp:source\" name=\"pinterestapp:source\"
110
+ content=\"http://johnstamosgem.com/\" data-app>\n </head><body>\n <div
111
+ id=\"fb-root\"></div>\n<script>\n window.fbAsyncInit = function() {\n \n
112
+ \ \n FB.init({\n appId: '274266067164',\n status: true\n });\n
113
+ \ window.fbApiInit = true;\n P.FB = FB;\n };\n\n \n (function(d, s,
114
+ id){\n var js, fjs = d.getElementsByTagName(s)[0];\n if (d.getElementById(id))
115
+ {return;}\n js = d.createElement(s); js.id = id;\n js.src = \"//connect.facebook.net/en_US/all.js\";\n
116
+ \ fjs.parentNode.insertBefore(js, fjs);\n }(document, 'script', 'facebook-jssdk'));\n\n
117
+ \ P.FBEnsureInit = function(callback) {\n if (!window.fbApiInit) {\n
118
+ \ setTimeout(function() {\n P.FBEnsureInit(callback);\n
119
+ \ }, 50);\n } else {\n if (callback) {\n callback();\n
120
+ \ }\n }\n }\n</script><div class=\"App full Module\" id=\"App-42\">\n\n\n\n\n\n\n\n
121
+ \ <div class=\"Header Module\" id=\"Header-1\"><div class=\"headerBackground\"></div>\n\n\n\n<div
122
+ class=\"headerContainer centeredWithinWrapper \">\n <div class=\"leftHeaderContent\">\n
123
+ \ \n \n \n <div class=\"categoriesButton
124
+ DropdownButton Module\" id=\"DropdownButton-6\">\n\n\n<button type=\"button\"
125
+ class=\"rounded default Button Module primaryOnHover btn categories\" id=\"Button-9\">\n\n\n<em></em>\n<span
126
+ class=\"accessibilityText\">Categories</span></button></div>\n\n <div
127
+ class=\"ui-SearchForm Module\" id=\"ui-SearchForm-7\">\n<form action=\"/search/\"
128
+ method=\"GET\" name=\"search\">\n <div class=\"search Module ui-TypeaheadField\"
129
+ id=\"ui-TypeaheadField-10\">\n\n\n\n\n\n\n\n\n\n\n\n <input type=\"text\"
130
+ name=\"q\"\n value=\"\" placeholder=\"Search\"\n autocomplete=\"off\"
131
+ \ class=\"field\" />\n\n<div class=\"search hidden ui-Typeahead Module\" id=\"ui-Typeahead-11\">\n\n
132
+ \ \n\n\n\n\n\n\n<ul class=\"results\"></ul></div></div>\n <button class=\"submit\"
133
+ type=\"submit\">Search</button>\n</form></div>\n </div>\n\n <div>\n
134
+ \ <a href=\"/\" id=\"logo\" class=\"logo\" data-force-refresh=\"1\">Pinterest</a>\n\n
135
+ \ \n </div>\n\n\n \n\n <div class=\"rightHeaderContent\">\n
136
+ \ \n <div class=\"unauthActions\">\n <div
137
+ class=\"LanguageMenu Module\" id=\"LanguageMenu-8\">\n \n\n\n<div class=\"DropdownButton
138
+ Module\" id=\"DropdownButton-12\">\n\n\n<button type=\"button\" class=\"rounded
139
+ default Button Module langaugeButton hasText btn\" id=\"Button-13\">\n\n\n<span
140
+ class=\"buttonText\">English (US)</span>\n </button></div></div>\n
141
+ \ </div>\n \n </div>\n</div></div>\n <div class=\"ScrollToTop
142
+ Pillow Module\" id=\"ScrollToTop-2\">\n\n<button>\n \n <div class=\"textContainer\">Scroll
143
+ to&nbsp;Top</div>\n</button></div>\n\n<div class=\"appContent\">\n <div
144
+ class=\"mainContainer\">\n \n <div class=\"Nags Module\"
145
+ id=\"Nags-3\">\n\n\n\n\n\n\n\n \n \n \n \n \n
146
+ \ \n \n <!--[if lt IE 8]><div class=\"NagBase Module centeredWithinWrapper\"
147
+ id=\"NagBase-14\">\n\n\n\n\n\n\n\n \n <div class=\"message\">Wups, your
148
+ browser's a little out of date! <a href=\"http://windows.microsoft.com/en-US/internet-explorer/download-ie\">Update
149
+ it now</a> or <a href=\"http://whatbrowser.org/\">try another browser</a>
150
+ for a faster, smoother Pinterest.</div>\n\n\n\n\n <button type=\"button\"
151
+ class=\"default Button nagClose Module borderless\" id=\"Button-16\">\n\n\n\n
152
+ \ &nbsp;</button>\n</div><![endif]-->\n \n <div class=\"NagUnauth
153
+ NagBase Module centeredWithinWrapper\" id=\"NagUnauth-15\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div
154
+ class=\"message\">\n <p class=\"messageContent\">\n \n <strong>Pinterest
155
+ is an online pinboard.</strong> Organize and share the things you love.\n
156
+ \ \n </p>\n\n \n <div class=\"facepileWrapper hidden\">\n <iframe
157
+ class=\"fbIframe\" src=\"http://www.facebook.com/plugins/facepile.php?app_id=274266067164&size=small&max_rows=1\"
158
+ scrolling=\"no\" frameborder=\"0\" allowTransparency=\"true\"></iframe>\n
159
+ \ </div>\n <div class=\"buttonsWrapper\">\n \n \n\n <a
160
+ href=\"/join/\" type=\"button\" class=\"rounded JoinButton NavigateButton
161
+ Button primary Module joinButton unauthNagButton hasText btn\" id=\"JoinButton-17\">\n\n\n<span
162
+ class=\"buttonText\">Join Pinterest</span>\n </a>\n <a href=\"/login/\"
163
+ type=\"button\" class=\"rounded NavigateButton default Button loginButton
164
+ unauthNagButton Module hasText LoginButton btn\" id=\"LoginButton-18\">\n\n\n<span
165
+ class=\"buttonText\">Log in</span>\n </a>\n </div>\n</div></div>\n
166
+ \ \n \n</div>\n \n <div class=\"Closeup Module\" id=\"Closeup-4\">\n\n\n\n\n\n\n<div
167
+ class=\"closeupActionBarContainer\">\n <div class=\"PinActionBar Module\"
168
+ 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
169
+ \ \n \n \n\n\n<div class=\"repinLike\">\n \n \n \n \n
170
+ \ \n\n \n \n\n \n \n \n \n\n \n \n\n <button
171
+ type=\"button\" class=\"medium rounded repin pinActionBarButton ShowModalButton
172
+ Button primary Module primaryOnHover btn\" id=\"ShowModalButton-23\">\n\n\n<em></em>\n<span
173
+ class=\"accessibilityText\">Pin it</span></button>\n\n <button type=\"button\"
174
+ class=\"medium rounded NavigateButton Button primary IncrementingNavigateButton
175
+ Module btn repinLikeNavigateButton pinActionBarButton hidden\" id=\"IncrementingNavigateButton-24\">\n\n\n\n
176
+ \ \n \n\n\n\n\n\n\n\n\n &nbsp;</button>\n\n \n \n \n
177
+ \ \n \n \n <button data-text-unlike=\"Unlike\" data-text-like=\"Like\"
178
+ type=\"button\" class=\"medium rounded PinLikeButton default Button like leftRounded
179
+ pinActionBarButton Module hasText btn\" id=\"PinLikeButton-25\">\n\n\n\n\n\n\n\n<em></em>\n<span
180
+ class=\"buttonText\">Like</span>\n \n\n</button>\n <button type=\"button\"
181
+ class=\"medium rounded NavigateButton default Button IncrementingNavigateButton
182
+ repinLikeNavigateButton like leftRounded pinActionBarButton hasText Module
183
+ btn\" id=\"IncrementingNavigateButton-26\">\n\n\n\n\n\n\n\n\n\n<span class=\"buttonText\">1</span>\n
184
+ \ </button>\n\n \n \n <a href=\"http://johnstamosgem.com/\"
185
+ type=\"button\" class=\"medium rounded website pinActionBarButton NavigateButton
186
+ default Button Module hasText btn\" id=\"NavigateButton-27\">\n\n\n<em></em>\n<span
187
+ class=\"buttonText\">Website</span>\n </a>\n \n</div>\n\n<div class=\"shareGear\">\n
188
+ \ \n \n\n <div class=\"DropdownButton Module\" id=\"DropdownButton-28\">\n\n\n<button
189
+ type=\"button\" class=\"medium rounded default Button Module share pinActionBarButton
190
+ btn\" id=\"Button-29\">\n\n\n<em></em>\n<span class=\"accessibilityText\">Share</span></button></div>\n
191
+ \ \n</div></div>\n</div>\n\n<div class='closeupContainer'><div class=\"CloseupContent
192
+ Module\" id=\"CloseupContent-20\">\n\n\n\n\n\n\n\n\n<div class=\"detailed
193
+ Pin Module\" id=\"Pin-30\">\n\n\n\n\n\n\n\n\n \n \n \n \n \n
194
+ \ \n \n\n\n\n <div class=\"pinWrapper\">\n \n \n \n
195
+ \ \n \n \n\n <div class=\"closeupContentSection\">\n <div
196
+ class=\"pinImageSourceWrapper\">\n <div class=\"PaddedPin Module\"
197
+ 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
198
+ \ \n \n \n\n \n \n \n \n \n\n\n\n\n\n\n
199
+ \ <a href=\"http://johnstamosgem.com/\">\n\n\n\n\n\n\n <div class=\"imageContainer\"
200
+ style=\"width:736px;\">\n <img src=\"http://media-cache-ak0.pinimg.com/736x/ee/39/6e/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\"
201
+ class=\"pinImage\" style=\"width: 736px;height: 460px;\"alt=\"JohnStamosgemPin
202
+ description\">\n\n </div>\n\n\n\n </a>\n</div>\n \n \n\n
203
+ \ <div class=\"sourceFlagWrapper\">\n \n \n
204
+ \ <a href=\"http://johnstamosgem.com/\">\n Visit
205
+ johnstamosgem.com\n </a>\n \n\n \n
206
+ \ </div>\n </div>\n <div class=\"RichPinBase Module\"
207
+ id=\"RichPinBase-32\">\n\n\n\n\n\n\n \n \n \n \n\n \n \n
208
+ \ \n \n</div>\n </div>\n\n <div class=\"closeupContentSection\">\n
209
+ \ \n \n <div class=\"pinDescription
210
+ \">\n\n \n <div class=\"pinDescriptionComment detailed\">\n <a
211
+ class=\"userThumbContainer\" href=\"/johnstamosgem/\">\n <img class=\"userThumb\"
212
+ src=\"http://media-cache-ec0.pinimg.com/avatars/johnstamosgem_1375988759_75.jpg\"\n
213
+ \ alt=\"John Stamosgem\">\n </a>\n <div class=\"commenterNameCommentText\">\n
214
+ \ <div class=\"commenterWrapper\">\n \n <a
215
+ class=\"commentDescriptionCreator\" href=\"/johnstamosgem/\">John Stamosgem</a>\n\n
216
+ \ \n <span class='commentDescriptionTimeAgo'>&bull;
217
+ 12 days ago </span>\n \n \n </div>\n
218
+ \ \n \n <p class=\"commentDescriptionContent\">JohnStamosgemPin
219
+ description</p>\n \n \n \n \n
220
+ \ </div>\n </div>\n\n </div>\n \n\n \n
221
+ \ \n \n <div class=\"detailed empty PinCommentList
222
+ Module\" id=\"PinCommentList-33\">\n\n\n\n\n \n\n\n\n \n\n\n<div class=\"commentsContainer
223
+ \">\n\n\n</div>\n\n\n\n\n</div>\n \n\n\n \n </div>\n\n
224
+ \ \n \n <div class=\"pinnerViaPinnerCredit closeupContentSection\">\n
225
+ \ \n \n \n \n \n
226
+ \ \n <div class=\"medium thumb pinner Module
227
+ 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
228
+ \ \n \n \n \n \n \n\n \n \n
229
+ \ \n \n \n\n\n \n \n <a href=\"/johnstamosgem/\">\n
230
+ \ \n\n \n \n \n \n \n \n\n
231
+ \ \n \n \n\n <div class=\"thumbImageWrapper\">\n
232
+ \ <img src=\"http://media-cache-ec0.pinimg.com/avatars/johnstamosgem_1375988759_75.jpg\"
233
+ alt=\"Profile image of John Stamosgem\" />\n </div>\n \n <h3
234
+ class=\"title\">Pinned by</h3>\n \n \n <h4 class=\"fullname\">John
235
+ Stamosgem</h4>\n \n \n \n\n \n </a>\n
236
+ \ \n \n\n</div>\n\n \n <div class=\"closeupBottomView
237
+ boardCredit Board Module\" id=\"Board-35\">\n\n\n\n\n\n \n\n\n\n \n
238
+ \ \n \n \n \n\n \n \n \n <button
239
+ type=\"button\" class=\"btn rounded default Button hasText Module BoardFollowButton
240
+ notNavigatable ui-FollowButton\" id=\"BoardFollowButton-36\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n
241
+ \ \n \n\n\n\n\n\n<span class=\"buttonText\">Follow</span>\n \n</button>\n
242
+ \ \n\n\n <a href=\"/johnstamosgem/johnstamosgemboard/\" class=\"boardLink\">\n
243
+ \ <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\"
244
+ class=\"boardThumbnail\" style=\"\">\n\n </span>\n <h3
245
+ class=\"boardRepTitle\">Pinned onto</h3>\n <h4 class=\"boardRepSubtitle\">JohnStamosgemBoard</h4>\n
246
+ \ </a>\n \n</div>\n </div>\n \n\n \n </div>\n</div></div>\n\n
247
+ \ \n <div class=\"Module CloseupSidebar\" id=\"CloseupSidebar-21\">\n\n\n\n\n\n\n\n
248
+ \ \n\n\n<div class=\"boardPinsGridContainer\">\n <div class=\"boardPinsGrid
249
+ Board Module\" id=\"Board-37\">\n\n\n\n\n\n\n\n \n \n \n \n \n
250
+ \ \n\n <div class=\"boardHeader\">\n \n\n <div class=\"hasText
251
+ 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
252
+ \ \n \n \n \n \n \n\n \n \n
253
+ \ \n \n \n\n\n \n \n <a href=\"/johnstamosgem/johnstamosgemboard/\">\n
254
+ \ \n\n \n \n \n \n \n \n\n
255
+ \ \n \n \n\n <div class=\"thumbImageWrapper\">\n
256
+ \ <img src=\"http://media-cache-ec0.pinimg.com/avatars/johnstamosgem_1375988759_75.jpg\"
257
+ alt=\"Profile image of John Stamosgem\" />\n </div>\n \n <h3
258
+ class=\"title\">JohnStamosgemBoard</h3>\n \n \n <h4
259
+ class=\"fullname\">John Stamosgem</h4>\n \n \n \n\n \n
260
+ \ </a>\n \n \n\n</div>\n </div>\n\n \n <div class=\"pinGridWrapper\">\n
261
+ \ <div class=\"loading Grid Module\" id=\"Grid-40\"></div>\n </div>\n\n
262
+ \ \n \n <button type=\"button\" class=\"btn rounded default Button
263
+ hasText Module BoardFollowButton notNavigatable followBoardButton ui-FollowButton\"
264
+ 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
265
+ class=\"buttonText\">Follow Board</span>\n \n</button>\n \n\n</div>\n</div>\n\n<div
266
+ id=\"domainContainer\">\n \n <div class=\"Domain Module\" id=\"Domain-38\">\n\n\n\n
267
+ \ \n\n\n \n\n<a href=\"/source/johnstamosgem.com/\" class=\"domainLinkWrapper\">\n
268
+ \ <h4 class=\"domainSubtitle\">Other pins from</h4>\n <h3 class=\"domainName\">johnstamosgem.com</h3>\n
269
+ \ <div class=\"thumbContainer\">\n \n \n \n <ul
270
+ class=\"thumbRow\">\n \n <li class=\"thumb\">\n
271
+ \ <span class=\"hoverMask\"></span>\n <img
272
+ src=\"\"style=\"width: 70px;height: 70px;\">\n</li>\n \n <li
273
+ class=\"thumb\">\n <span class=\"hoverMask\"></span>\n
274
+ \ <img src=\"\"style=\"width: 70px;height: 70px;\">\n</li>\n
275
+ \ \n <li class=\"thumb\">\n <span
276
+ class=\"hoverMask\"></span>\n <img src=\"\"style=\"width:
277
+ 70px;height: 70px;\">\n</li>\n \n </ul>\n \n
278
+ \ <ul class=\"thumbRow\">\n \n <li
279
+ class=\"thumb\">\n <span class=\"hoverMask\"></span>\n
280
+ \ <img src=\"\"style=\"width: 70px;height: 70px;\">\n</li>\n
281
+ \ \n <li class=\"thumb\">\n <span
282
+ class=\"hoverMask\"></span>\n <img src=\"\"style=\"width:
283
+ 70px;height: 70px;\">\n</li>\n \n <li class=\"thumb\">\n
284
+ \ <span class=\"hoverMask\"></span>\n <img
285
+ src=\"\"style=\"width: 70px;height: 70px;\">\n</li>\n \n </ul>\n
286
+ \ \n <ul class=\"thumbRow\">\n \n <li
287
+ class=\"thumb\">\n <span class=\"hoverMask\"></span>\n
288
+ \ <img src=\"\"style=\"width: 70px;height: 70px;\">\n</li>\n
289
+ \ \n <li class=\"thumb\">\n <span
290
+ class=\"hoverMask\"></span>\n <img src=\"\"style=\"width:
291
+ 70px;height: 70px;\">\n</li>\n \n <li class=\"thumb\">\n
292
+ \ <span class=\"hoverMask\"></span>\n <img
293
+ src=\"\"style=\"width: 70px;height: 70px;\">\n</li>\n \n </ul>\n
294
+ \ \n </div>\n</a></div>\n \n</div>\n\n</div>\n \n</div>\n\n\n
295
+ \ <div class='closeupBottom'>\n <div class=\"Module CloseupBottom\"
296
+ id=\"CloseupBottom-22\">\n\n\n\n</div>\n </div>\n</div>\n </div>\n <div
297
+ class=\"appendedContainer\">\n </div>\n</div>\n\n\n\n<div class=\"NagNoScript
298
+ NagBase Module centeredWithinWrapper\" id=\"NagNoScript-5\">\n\n\n\n\n\n<noscript>\n
299
+ \ \n\n\n\n\n\n\n\n \n <div class=\"message\">Oh no! Pinterest doesn't
300
+ work unless you <a href=\"http://enable-javascript.com/\" rel=\"nofollow\">turn
301
+ on JavaScript.</a></div>\n\n\n\n\n <style>\n .NagBase {\n display:
302
+ none;\n }\n </style>\n</noscript></div></div> \n\n \n <script>\n
303
+ \ P.setFacebookKey(274266067164);\n P.setContext({\"app_version\":
304
+ \"559a34d\"});\n P.setStrings({\"formURLNotValid\": \"Not a valid url.\",
305
+ \"google\": \"Gmail\", \"resendConfirmationEmailNoOp\": \"Your account has
306
+ already been confirmed.\", \"formFieldRequired\": \"Required\", \"oneNewPin\":
307
+ \"1 new pin\", \"errorMessage\": \"Sorry! Something went wrong on our end!\",
308
+ \"passwordBlackPasswordStr\": \"Please try using a stronger password\", \"gplusContact\":
309
+ \"Google\", \"offsiteInvalidToken\": \"Sorry! This redirect link has expired.\",
310
+ \"popupErrorMessage\": \"You must enable popups!\", \"successInviteSentToEmail\":
311
+ \"Success! Invitation sent to <%= email %>\", \"emailAddress\": \"Email address\",
312
+ \"yahoo\": \"Yahoo\", \"facebookContact\": \"Facebook\", \"cancel\": \"Cancel\",
313
+ \"passwordSamePasswordStr\": \"Password and username can't match\", \"savePinTutorial\":
314
+ \"Want to save this pin for yourself? Go ahead and Pin it.\", \"connectError\":
315
+ \"Couldn't connect. You must authorize Pinterest.\", \"facebookAccountDoesntMatch\":
316
+ \"Oops! Your account is linked to a different Facebook account than the one
317
+ you're logged into now.\", \"createFirstBoard\": \"Collect your pins onto
318
+ boards. Create just a few or a whole bunch.\", \"passwordGoodPasswordStr\":
319
+ \"Great!\", \"removePinner\": \"Remove Pinner\", \"emailUpdated\": \"Your
320
+ email has been updated.\", \"gplus\": \"Google+\", \"pickEmailAddress\": \"Enter
321
+ an email address\", \"blockPinner\": \"Block Pinner\", \"resendConfirmationEmailSuccess\":
322
+ \"Thanks! You should receive a confirmation email soon.\", \"passwordTooShort\":
323
+ \"Too short\", \"formEmailNotValid\": \"Not a valid email.\", \"emailTo\":
324
+ \"Email to {{ email_address }}\", \"inviteMessage\": \"Join me on Pinterest!\",
325
+ \"passwordMustBeSet\": \"A password must be set before unlinking.\", \"newPins\":
326
+ \"new pins\", \"removeBounceNag\": \"Got it! Make sure your inbox isn't full
327
+ so that our emails can find their way to you.\", \"continue\": \"Continue\",
328
+ \"ok\": \"Ok\", \"error\": \"Error\", \"suggestedUsername\": \"Suggested username\",
329
+ \"facebook\": \"Facebook\", \"errorTitle\": \"Whoops!\", \"passwordBadStyle\":
330
+ \"Not proper style\", \"fellowPinner\": \"Fellow Pinner\"});\n P.setPageInfo(null);\n
331
+ \ P.setRoutes([{\"named\": {\"name\": 0, \"method\": 1}, \"resource_method\":
332
+ \"${method}\", \"resource\": {\"name\": \"${name}\", \"options\": \"?{options}\"},
333
+ \"url\": \"^\\/resource\\/([^\\/]+)\\/([^\\/]+)\\/$\", \"allow_full_page\":
334
+ false, \"module\": \"?{module_name}\", \"options\": \"?{module_options}\",
335
+ \"append\": \"?{append}\"}, {\"named\": {\"name\": 0}, \"resource\": {\"name\":
336
+ \"?{resource_name}\", \"options\": \"?{options}\"}, \"url\": \"^\\/module\\/([^\\/]+)\\/$\",
337
+ \"allow_full_page\": false, \"module\": \"${name}\", \"error_strategy\": \"?{error_strategy}\",
338
+ \"options\": \"?{module_options}\", \"append\": \"?{append}\"}, {\"url\":
339
+ \"^\\/search\\/$\", \"named\": {}, \"resource\": {\"name\": \"BaseSearchResource\",
340
+ \"options\": {\"scope\": \"pins\", \"query\": \"?{q}\"}}, \"options\": {\"scope\":
341
+ \"pins\", \"query\": \"?{q}\"}, \"module\": \"SearchPage\"}, {\"url\": \"^\\/search\\/([^\\/]+)\\/$\",
342
+ \"named\": {\"scope\": 0}, \"resource\": {\"name\": \"BaseSearchResource\",
343
+ \"options\": {\"scope\": \"${scope}\", \"show_scope_selector\": true, \"query\":
344
+ \"?{q}\"}}, \"options\": {\"scope\": \"${scope}\", \"query\": \"?{q}\"}, \"module\":
345
+ \"SearchPage\"}, {\"named\": {}, \"resource\": {}, \"url\": \"^\\/$\", \"https_if_unauth\":
346
+ true, \"module\": \"HomePage\", \"content_only_if_unauth\": true, \"deep_link\":
347
+ \"pinterest:\\/\\/\", \"options\": {\"tab\": \"following\", \"from_fast_follow\":
348
+ \"?{ff}\"}}, {\"require_authentication\": true, \"named\": {}, \"resource\":
349
+ {}, \"url\": \"^\\/home\\/picked_for_you\\/$\", \"options\": {\"tab\": \"picked_for_you\"},
350
+ \"module\": \"HomePage\"}, {\"url\": \"^\\/categories\\/$\", \"named\": {},
351
+ \"resource\": {}, \"options\": {}, \"module\": \"CategoriesPage\"}, {\"url\":
352
+ \"^\\/categories\\/([^\\/]+)\\/$\", \"named\": {\"category\": 0}, \"resource\":
353
+ {}, \"options\": {\"feed\": \"${category}\", \"is_category\": true}, \"module\":
354
+ \"FeedPage\"}, {\"url\": \"^\\/all\\/$\", \"named\": {}, \"resource\": {},
355
+ \"options\": {\"feed\": \"everything\", \"scope\": \"?{scope}\"}, \"module\":
356
+ \"FeedPage\"}, {\"url\": \"^\\/all\\/([^\\/]+)\\/$\", \"named\": {\"category\":
357
+ 0}, \"resource\": {}, \"options\": {\"feed\": \"${category}\", \"is_category\":
358
+ true, \"scope\": \"?{scope}\"}, \"module\": \"FeedPage\"}, {\"url\": \"^\\/popular\\/$\",
359
+ \"named\": {}, \"resource\": {}, \"options\": {\"feed\": \"popular\", \"scope\":
360
+ \"?{scope}\"}, \"module\": \"FeedPage\"}, {\"url\": \"^\\/gifts\\/$\", \"named\":
361
+ {}, \"resource\": {}, \"options\": {\"feed\": \"gifts\", \"scope\": \"?{scope}\"},
362
+ \"module\": \"FeedPage\"}, {\"url\": \"^\\/videos\\/$\", \"named\": {}, \"resource\":
363
+ {}, \"options\": {\"feed\": \"videos\", \"scope\": \"?{scope}\"}, \"module\":
364
+ \"FeedPage\"}, {\"url\": \"^\\/picked_for_you\\/$\", \"named\": {}, \"resource\":
365
+ {}, \"options\": {\"feed\": \"recommendations\"}, \"module\": \"FeedPage\"},
366
+ {\"url\": \"^\\/annotations\\/([^\\/]+)\\/([^\\/]+)\\/$\", \"named\": {\"annotation\":
367
+ 0, \"board\": 1}, \"resource\": {\"name\": \"BoardAnnotationResource\", \"options\":
368
+ {\"board_id\": \"${board}\"}}, \"options\": {\"board_id\": \"${board}\", \"annotation\":
369
+ \"${annotation}\"}, \"module\": \"AnnotationFeedPage\"}, {\"url\": \"^\\/interests\\/([^\\/]+)\\/$\",
370
+ \"named\": {\"interest\": 0}, \"resource\": {}, \"options\": {\"interest\":
371
+ \"${interest}\"}, \"module\": \"InterestFeedPage\"}, {\"require_authentication\":
372
+ true, \"named\": {\"domain\": 0}, \"resource\": {}, \"url\": \"^\\/source\\/([^\\/]+)\\/$\",
373
+ \"options\": {\"domain\": \"${domain}\", \"feed_item_type\": \"most_recent\"},
374
+ \"module\": \"DomainFeedPage\"}, {\"require_authentication\": true, \"named\":
375
+ {\"domain\": 0}, \"resource\": {}, \"url\": \"^\\/source\\/([^\\/]+)\\/top\\/repins\\/$\",
376
+ \"options\": {\"domain\": \"${domain}\", \"feed_item_type\": \"most_repinned\",
377
+ \"aggregation\": \"?{aggregation}\", \"end_date\": \"?{end_date}\"}, \"module\":
378
+ \"DomainFeedPage\"}, {\"require_authentication\": true, \"named\": {\"domain\":
379
+ 0}, \"resource\": {}, \"url\": \"^\\/source\\/([^\\/]+)\\/top\\/clicks\\/$\",
380
+ \"options\": {\"domain\": \"${domain}\", \"feed_item_type\": \"most_clicked\",
381
+ \"aggregation\": \"?{aggregation}\", \"end_date\": \"?{end_date}\"}, \"module\":
382
+ \"DomainFeedPage\"}, {\"require_authentication\": true, \"named\": {\"domain\":
383
+ 0}, \"resource\": {}, \"url\": \"^\\/source\\/([^\\/]+)\\/trending\\/$\",
384
+ \"options\": {\"domain\": \"${domain}\", \"feed_item_type\": \"trending\"},
385
+ \"module\": \"DomainFeedPage\"}, {\"require_authentication\": true, \"named\":
386
+ {}, \"resource\": {}, \"url\": \"^\\/find_friends\\/$\", \"options\": {},
387
+ \"module\": \"FindFriendsPage\"}, {\"require_authentication\": true, \"named\":
388
+ {}, \"resource\": {}, \"url\": \"^\\/find_friends\\/facebook\\/$\", \"options\":
389
+ {\"tab\": \"facebook\"}, \"module\": \"FindFriendsPage\"}, {\"require_authentication\":
390
+ true, \"named\": {}, \"resource\": {}, \"url\": \"^\\/find_friends\\/twitter\\/$\",
391
+ \"options\": {\"tab\": \"twitter\"}, \"module\": \"FindFriendsPage\"}, {\"require_authentication\":
392
+ true, \"named\": {}, \"resource\": {}, \"url\": \"^\\/find_friends\\/invite\\/$\",
393
+ \"options\": {\"focus\": \"invite\"}, \"module\": \"FindFriendsPage\"}, {\"require_authentication\":
394
+ true, \"named\": {}, \"resource\": {\"name\": \"FeedEditorPageResource\"},
395
+ \"url\": \"^\\/edit_home\\/$\", \"options\": {\"tab\": \"follow_boards\"},
396
+ \"module\": \"FeedEditorPage\"}, {\"require_authentication\": true, \"named\":
397
+ {}, \"resource\": {\"name\": \"FeedEditorPageResource\"}, \"url\": \"^\\/edit_home\\/follow_boards\\/$\",
398
+ \"options\": {\"tab\": \"follow_boards\"}, \"module\": \"FeedEditorPage\"},
399
+ {\"require_authentication\": true, \"named\": {}, \"resource\": {\"name\":
400
+ \"FeedEditorPageResource\"}, \"url\": \"^\\/edit_home\\/unfollow_boards\\/$\",
401
+ \"options\": {\"tab\": \"unfollow_boards\"}, \"module\": \"FeedEditorPage\"},
402
+ {\"named\": {}, \"resource\": {}, \"url\": \"^\\/offsite\\/$\", \"content_only\":
403
+ true, \"options\": {\"url\": \"?{url}\", \"pin_id\": \"?{pin}\", \"token\":
404
+ \"?{token}\"}, \"module\": \"OffsitePage\"}, {\"named\": {}, \"resource\":
405
+ {}, \"url\": \"^\\/logout\\/\", \"content_only\": true, \"options\": {}, \"module\":
406
+ \"LogoutPage\"}, {\"named\": {}, \"resource\": {}, \"https\": true, \"url\":
407
+ \"^\\/login\\/$\", \"content_only\": true, \"options\": {\"next\": \"?{next}\"},
408
+ \"module\": \"LoginPage\"}, {\"named\": {}, \"resource\": {}, \"https\": true,
409
+ \"url\": \"^\\/login\\/reset\\/$\", \"content_only\": true, \"options\": {\"username_or_email\":
410
+ \"?{username_or_email}\"}, \"module\": \"PasswordResetOneClick\"}, {\"redirect\":
411
+ \"\\/\", \"named\": {}, \"resource\": {}, \"url\": \"^\\/join\\/signup\\/\",
412
+ \"options\": {}, \"module\": \"\"}, {\"redirect\": \"\\/\", \"named\": {},
413
+ \"resource\": {}, \"url\": \"^\\/signup\\/\", \"options\": {}, \"module\":
414
+ \"\"}, {\"named\": {\"network\": 0}, \"resource\": {}, \"https\": true, \"url\":
415
+ \"^\\/join\\/register\\/([^\\/]+)\\/\", \"content_only\": true, \"options\":
416
+ {\"network\": \"${network}\"}, \"module\": \"UserRegisterPage\"}, {\"named\":
417
+ {}, \"resource\": {}, \"https\": true, \"url\": \"^\\/join\\/register\\/\",
418
+ \"content_only\": true, \"options\": {\"register\": true}, \"module\": \"LoginPage\"},
419
+ {\"named\": {}, \"resource\": {}, \"https\": true, \"url\": \"^\\/join\\/.*$\",
420
+ \"content_only\": true, \"options\": {\"invite_follow_board\": \"?{boardname}\",
421
+ \"register\": true, \"invite_follow_user\": \"?{username}\", \"next\": \"?{next}\"},
422
+ \"module\": \"LoginPage\"}, {\"require_authentication\": true, \"named\":
423
+ {\"username\": 0}, \"resource\": {}, \"login_parameters\": {\"username\":
424
+ \"${username}\", \"auto_follow\": \"true\"}, \"url\": \"^\\/follow\\/([^\\/]+)\\/*$\",
425
+ \"options\": {\"username\": \"${username}\"}, \"module\": \"AutoFollow\"},
426
+ {\"require_authentication\": true, \"named\": {\"username\": 0, \"slug\":
427
+ 1}, \"resource\": {}, \"login_parameters\": {\"username\": \"${username}\",
428
+ \"boardname\": \"${slug}\", \"auto_follow\": \"true\"}, \"url\": \"^\\/follow\\/([^\\/]+)\\/([^\\/]+)\\/*$\",
429
+ \"options\": {\"username\": \"${username}\", \"username_and_slug\": \"${username}\\/${slug}\"},
430
+ \"module\": \"AutoFollow\"}, {\"url\": \"^\\/website\\/verify\\/$\", \"named\":
431
+ {}, \"resource\": {\"name\": \"DomainVerifyResource\"}, \"options\": {}, \"module\":
432
+ \"DomainVerify\"}, {\"redirect\": \"\\/developer\\/\", \"named\": {}, \"resource\":
433
+ {}, \"url\": \"^\\/developer\\/api\\/\", \"options\": {}, \"module\": \"\"},
434
+ {\"named\": {}, \"resource\": {}, \"url\": \"^\\/developer\\/contact_us\\/\",
435
+ \"content_only\": true, \"options\": {\"module\": {\"name\": \"dev.ContactUs\",
436
+ \"options\": {}}}, \"module\": \"Developer\"}, {\"named\": {}, \"resource\":
437
+ {}, \"url\": \"^\\/developer\\/contact_us_thank_you\\/\", \"content_only\":
438
+ true, \"options\": {\"module\": {\"name\": \"dev.ContactUsThankYou\", \"options\":
439
+ {}}}, \"module\": \"Developer\"}, {\"named\": {}, \"resource\": {}, \"url\":
440
+ \"^\\/developer\\/ios\\/\", \"content_only\": true, \"options\": {\"module\":
441
+ {\"name\": \"dev.iOS\", \"options\": {}}}, \"module\": \"Developer\"}, {\"named\":
442
+ {}, \"resource\": {}, \"url\": \"^\\/developer\\/android\\/\", \"content_only\":
443
+ true, \"options\": {\"module\": {\"name\": \"dev.Android\", \"options\": {}}},
444
+ \"module\": \"Developer\"}, {\"named\": {}, \"resource\": {}, \"url\": \"^\\/developer\\/rich_pins\\/validator\\/\",
445
+ \"content_only\": true, \"options\": {\"module\": {\"resource\": {\"name\":
446
+ \"RichPinValidateResource\", \"options\": {\"link\": \"?{link}\"}}, \"name\":
447
+ \"dev.RichPinValidator\", \"options\": {\"apply\": \"?{apply}\", \"link\":
448
+ \"?{link}\", \"custom_sidebar\": true}}}, \"module\": \"Developer\"}, {\"named\":
449
+ {}, \"resource\": {}, \"url\": \"^\\/developer\\/pin_it\\/\", \"content_only\":
450
+ true, \"options\": {\"module\": {\"name\": \"dev.PinIt\", \"options\": {}}},
451
+ \"module\": \"Developer\"}, {\"named\": {}, \"resource\": {}, \"url\": \"^\\/developer\\/rich_pins\\/\",
452
+ \"content_only\": true, \"options\": {\"module\": {\"name\": \"dev.RichPins\",
453
+ \"options\": {}}}, \"module\": \"Developer\"}, {\"named\": {}, \"resource\":
454
+ {}, \"url\": \"^\\/developer\\/goodies\\/\", \"content_only\": true, \"options\":
455
+ {\"module\": {\"name\": \"dev.Goodies\", \"options\": {}}}, \"module\": \"Developer\"},
456
+ {\"named\": {}, \"resource\": {}, \"url\": \"^\\/developer\\/apps\\/\", \"content_only\":
457
+ true, \"options\": {\"module\": {\"name\": \"dev.Apps\", \"options\": {}}},
458
+ \"module\": \"Developer\"}, {\"named\": {}, \"resource\": {}, \"url\": \"^\\/developer\\/manage\\/$\",
459
+ \"content_only\": true, \"options\": {\"module\": {\"resource\": {\"name\":
460
+ \"ConsumerListResource\"}, \"name\": \"ConsumerManagePage\"}}, \"module\":
461
+ \"Developer\"}, {\"named\": {}, \"resource\": {}, \"url\": \"^\\/developer\\/terms\\/\",
462
+ \"content_only\": true, \"options\": {\"module\": {\"name\": \"dev.Terms\",
463
+ \"options\": {}}}, \"module\": \"Developer\"}, {\"named\": {}, \"resource\":
464
+ {}, \"url\": \"^\\/developer\\/richpins\\/apply\\/$\", \"content_only\": true,
465
+ \"options\": {\"module\": {\"name\": \"dev.RichPinApplyForm\", \"options\":
466
+ {}}}, \"module\": \"Developer\"}, {\"named\": {}, \"resource\": {}, \"url\":
467
+ \"^\\/developer\\/$\", \"content_only\": true, \"options\": {}, \"module\":
468
+ \"Developer\"}, {\"url\": \"^\\/business\\/getstarted\\/$\", \"named\": {},
469
+ \"resource\": {\"name\": \"UserResource\", \"options\": {\"username\": \"me\"}},
470
+ \"options\": {\"username\": \"me\"}, \"module\": \"BusinessGetStarted\"},
471
+ {\"require_authentication\": true, \"named\": {}, \"resource\": {\"name\":
472
+ \"PartnerResource\", \"options\": {\"user_id\": \"me\"}}, \"https\": true,
473
+ \"url\": \"^\\/business\\/convert\\/$\", \"options\": {}, \"module\": \"BusinessAccountConvert\"},
474
+ {\"url\": \"^\\/business\\/tools\\/site-debugger\\/$\", \"named\": {}, \"resource\":
475
+ {\"name\": \"RichPinDebugResource\", \"options\": {\"link\": \"?{link}\"}},
476
+ \"options\": {\"link\": \"?{link}\"}, \"module\": \"RichPinDebugger\"}, {\"url\":
477
+ \"^\\/business\\/tools\\/rich-pin-builder\\/$\", \"named\": {}, \"resource\":
478
+ {\"name\": \"RichPinSamplePinResource\", \"options\": {}}, \"options\": {},
479
+ \"module\": \"RichPinBuilder\"}, {\"url\": \"^\\/business\\/tools\\/rich-pin-validator\\/$\",
480
+ \"named\": {}, \"resource\": {\"name\": \"RichPinValidateResource\", \"options\":
481
+ {\"link\": \"?{link}\"}}, \"options\": {\"link\": \"?{link}\"}, \"module\":
482
+ \"RichPinValidator\"}, {\"url\": \"^\\/browse\\/([^\\/]+)\\/$\", \"named\":
483
+ {\"query\": 0}, \"resource\": {\"name\": \"BrowseResource\", \"options\":
484
+ {\"query\": \"${query}\"}}, \"options\": {\"query\": \"${query}\"}, \"module\":
485
+ \"SearchPage\"}, {\"named\": {}, \"resource\": {\"name\": \"UserSettingsResource\"},
486
+ \"url\": \"^\\/settings\\/$\", \"require_authentication\": true, \"module\":
487
+ \"UserSettingsPage\", \"https\": true, \"require_explicit_login\": true, \"options\":
488
+ {}}, {\"named\": {\"username\": 0}, \"resource\": {\"name\": \"UserResource\",
489
+ \"options\": {\"username\": \"${username}\"}}, \"url\": \"^\\/([^\\/]+)\\/$\",
490
+ \"deep_link\": \"pinterest:\\/\\/user\\/${username}\", \"options\": {\"username\":
491
+ \"${username}\", \"report_user_spam\": \"?{report_user_spam}\", \"show_follow_memo\":
492
+ \"?{auto_follow}\", \"tab\": \"boards\"}, \"module\": \"UserProfilePage\"},
493
+ {\"named\": {\"username\": 0}, \"resource\": {\"name\": \"UserResource\",
494
+ \"options\": {\"username\": \"${username}\"}}, \"url\": \"^\\/([^\\/]+)\\/boards\\/$\",
495
+ \"deep_link\": \"pinterest:\\/\\/user\\/${username}\", \"options\": {\"username\":
496
+ \"${username}\", \"tab\": \"boards\"}, \"module\": \"UserProfilePage\"}, {\"named\":
497
+ {\"username\": 0}, \"resource\": {\"name\": \"UserResource\", \"options\":
498
+ {\"username\": \"${username}\"}}, \"url\": \"^\\/([^\\/]+)\\/pins\\/$\", \"deep_link\":
499
+ \"pinterest:\\/\\/user\\/${username}\", \"options\": {\"username\": \"${username}\",
500
+ \"tab\": \"pins\"}, \"module\": \"UserProfilePage\"}, {\"named\": {\"username\":
501
+ 0}, \"resource\": {\"name\": \"UserResource\", \"options\": {\"username\":
502
+ \"${username}\"}}, \"url\": \"^\\/([^\\/]+)\\/likes\\/$\", \"deep_link\":
503
+ \"pinterest:\\/\\/user\\/${username}\", \"options\": {\"username\": \"${username}\",
504
+ \"tab\": \"likes\"}, \"module\": \"UserProfilePage\"}, {\"named\": {\"username\":
505
+ 0}, \"resource\": {\"name\": \"UserResource\", \"options\": {\"username\":
506
+ \"${username}\"}}, \"url\": \"^\\/([^\\/]+)\\/followers\\/$\", \"deep_link\":
507
+ \"pinterest:\\/\\/user\\/${username}\", \"options\": {\"username\": \"${username}\",
508
+ \"tab\": \"followers\"}, \"module\": \"UserProfilePage\"}, {\"named\": {\"username\":
509
+ 0}, \"resource\": {\"name\": \"UserResource\", \"options\": {\"username\":
510
+ \"${username}\"}}, \"url\": \"^\\/([^\\/]+)\\/following\\/$\", \"deep_link\":
511
+ \"pinterest:\\/\\/user\\/${username}\", \"options\": {\"username\": \"${username}\",
512
+ \"tab\": \"following\"}, \"module\": \"UserProfilePage\"}, {\"require_authentication\":
513
+ true, \"named\": {\"method\": 0}, \"resource\": {}, \"url\": \"^\\/pin\\/create\\/([^\\/]+)\\/$\",
514
+ \"content_only\": true, \"options\": {\"description\": \"?{description}\",
515
+ \"title\": \"?{title}\", \"url\": \"?{url}\", \"image_url\": \"?{media}\",
516
+ \"is_video\": \"?{is_video}\", \"method\": \"${method}\"}, \"module\": \"PinBookmarklet\"},
517
+ {\"url\": \"^\\/pin\\/find\\/$\", \"named\": {}, \"resource\": {\"name\":
518
+ \"FindPinImagesResource\", \"options\": {\"url\": \"?{url}\"}}, \"options\":
519
+ {}, \"module\": \"ImagesFeedPage\"}, {\"named\": {\"id\": 0}, \"resource\":
520
+ {\"name\": \"PinResource\", \"options\": {\"id\": \"${id}\", \"view_type\":
521
+ \"detailed\"}}, \"url\": \"^\\/pin\\/([^\\/]+)\\/$\", \"deep_link\": \"pinterest:\\/\\/pin\\/${id}\",
522
+ \"options\": {}, \"module\": \"Closeup\"}, {\"named\": {\"id\": 0}, \"resource\":
523
+ {\"name\": \"PinResource\", \"options\": {\"id\": \"${id}\", \"view_type\":
524
+ \"detailed\"}}, \"url\": \"^\\/pin\\/([^\\/]+)\\/edit\\/$\", \"module\": \"Closeup\",
525
+ \"canonical_url\": \"\\/pin\\/${id}\\/\", \"require_explicit_login\": true,
526
+ \"options\": {\"show_edit\": true}, \"deep_link\": \"pinterest:\\/\\/pin\\/${id}\"},
527
+ {\"named\": {\"id\": 0}, \"resource\": {\"name\": \"PinResource\", \"options\":
528
+ {\"id\": \"${id}\", \"view_type\": \"detailed\"}}, \"url\": \"^\\/pin\\/([^\\/]+)\\/repin\\/$\",
529
+ \"require_authentication\": true, \"module\": \"Closeup\", \"canonical_url\":
530
+ \"\\/pin\\/${id}\\/\", \"deep_link\": \"pinterest:\\/\\/pin\\/${id}\", \"options\":
531
+ {\"show_repin\": true}}, {\"named\": {\"id\": 0}, \"resource\": {\"name\":
532
+ \"PinResource\", \"options\": {\"id\": \"${id}\", \"view_type\": \"repin\"}},
533
+ \"url\": \"^\\/pin\\/([^\\/]+)\\/repin\\/x\\/$\", \"content_only\": true,
534
+ \"options\": {\"action\": \"repin\", \"method\": \"bookmarklet\"}, \"module\":
535
+ \"PinBookmarklet\"}, {\"url\": \"^\\/pin\\/([^\\/]+)\\/repins\\/$\", \"named\":
536
+ {\"id\": 0}, \"resource\": {\"name\": \"RepinFeedResource\", \"options\":
537
+ {\"pin_id\": \"${id}\", \"page_size\": 50}}, \"options\": {\"pin_id\": \"${id}\",
538
+ \"title\": \"Repins\"}, \"module\": \"RepinsLikesFeedPage\"}, {\"url\": \"^\\/pin\\/([^\\/]+)\\/likes\\/$\",
539
+ \"named\": {\"id\": 0}, \"resource\": {\"name\": \"PinLikesResource\", \"options\":
540
+ {\"pin_id\": \"${id}\", \"page_size\": 50}}, \"options\": {\"pin_id\": \"${id}\",
541
+ \"title\": \"Likes\"}, \"module\": \"RepinsLikesFeedPage\"}, {\"url\": \"^\\/board\\/create\\/$\",
542
+ \"named\": {}, \"resource\": {}, \"options\": {}, \"module\": \"BoardCreate\"},
543
+ {\"url\": \"^\\/board\\/([^\\/]+)\\/$\", \"named\": {\"id\": 0}, \"resource\":
544
+ {\"name\": \"BoardResource\", \"options\": {\"board_id\": \"${id}\", \"field_set_key\":
545
+ \"detailed\"}}, \"options\": {\"tab\": \"pins\"}, \"module\": \"BoardPage\"},
546
+ {\"named\": {\"username\": 0, \"slug\": 1}, \"resource\": {\"name\": \"BoardResource\",
547
+ \"options\": {\"username\": \"${username}\", \"field_set_key\": \"detailed\",
548
+ \"slug\": \"${slug}\"}}, \"url\": \"^\\/([^\\/]+)\\/([^\\/]+)\\/$\", \"deep_link\":
549
+ \"pinterest:\\/\\/board\\/${username}\\/${slug}\", \"options\": {\"show_follow_memo\":
550
+ \"?{auto_follow}\", \"tab\": \"pins\"}, \"module\": \"BoardPage\"}, {\"url\":
551
+ \"^\\/([^\\/]+)\\/([^\\/]+)\\/search\\/$\", \"named\": {\"username\": 0, \"slug\":
552
+ 1}, \"resource\": {\"name\": \"BaseSearchResource\", \"options\": {\"board_slug\":
553
+ \"${slug}\", \"scope\": \"my_pins\", \"user\": \"${username}\", \"query\":
554
+ \"?{q}\"}}, \"options\": {\"board_slug\": \"${slug}\", \"scope\": \"my_pins\",
555
+ \"user\": \"${username}\", \"query\": \"?{q}\"}, \"module\": \"SearchPage\"},
556
+ {\"named\": {\"username\": 0, \"slug\": 1}, \"resource\": {\"name\": \"BoardResource\",
557
+ \"options\": {\"username\": \"${username}\", \"field_set_key\": \"detailed\",
558
+ \"slug\": \"${slug}\"}}, \"url\": \"^\\/([^\\/]+)\\/([^\\/]+)\\/edit\\/$\",
559
+ \"module\": \"BoardPage\", \"canonical_url\": \"\\/${username}\\/${slug}\\/\",
560
+ \"require_explicit_login\": true, \"options\": {\"show_edit\": true, \"tab\":
561
+ \"pins\"}, \"deep_link\": \"pinterest:\\/\\/board\\/${username}\\/${slug}\"},
562
+ {\"named\": {\"username\": 0, \"slug\": 1}, \"resource\": {\"name\": \"BoardResource\",
563
+ \"options\": {\"username\": \"${username}\", \"field_set_key\": \"detailed\",
564
+ \"slug\": \"${slug}\"}}, \"url\": \"^\\/([^\\/]+)\\/([^\\/]+)\\/pins\\/$\",
565
+ \"deep_link\": \"pinterest:\\/\\/board\\/${username}\\/${slug}\", \"options\":
566
+ {\"tab\": \"pins\"}, \"module\": \"BoardPage\"}, {\"named\": {\"username\":
567
+ 0, \"slug\": 1}, \"resource\": {\"name\": \"BoardResource\", \"options\":
568
+ {\"username\": \"${username}\", \"field_set_key\": \"detailed\", \"slug\":
569
+ \"${slug}\"}}, \"url\": \"^\\/([^\\/]+)\\/([^\\/]+)\\/followers\\/$\", \"deep_link\":
570
+ \"pinterest:\\/\\/board\\/${username}\\/${slug}\", \"options\": {\"tab\":
571
+ \"followers\"}, \"module\": \"BoardPage\"}, {\"named\": {\"username\": 0,
572
+ \"slug\": 1}, \"resource\": {\"name\": \"BoardFeedResource\", \"options\":
573
+ {\"username\": \"${username}\", \"slug\": \"${slug}\"}}, \"url\": \"^\\/([^\\/]+)\\/([^\\/]+)\\/cover\\/$\",
574
+ \"deep_link\": \"pinterest:\\/\\/board\\/${username}\\/${slug}\", \"options\":
575
+ {\"username\": \"${username}\", \"slug\": \"${slug}\"}, \"module\": \"BoardCoverEditPage\"},
576
+ {\"named\": {}, \"resource\": {}, \"https\": true, \"url\": \"^\\/password\\/change\\/$\",
577
+ \"options\": {}, \"module\": \"UserChangePassword\"}, {\"require_authentication\":
578
+ true, \"named\": {\"domain\": 0}, \"resource\": {\"name\": \"DomainAnalyticsCountsResource\",
579
+ \"options\": {\"domain\": \"${domain}\", \"start_date\": \"?{start_date}\",
580
+ \"end_date\": \"?{end_date}\"}}, \"url\": \"^\\/source\\/([^\\/]+)\\/analytics\\/$\",
581
+ \"options\": {\"domain\": \"${domain}\", \"start_date\": \"?{start_date}\",
582
+ \"end_date\": \"?{end_date}\"}, \"module\": \"DomainAnalyticsPage\"}, {\"sandbox\":
583
+ true, \"named\": {}, \"resource\": {}, \"url\": \"^\\/close_window\\/$\",
584
+ \"options\": {}, \"module\": \"Close\"}, {\"named\": {}, \"resource\": {},
585
+ \"url\": \"^\\/oauth\\/dialog\\/$\", \"require_authentication\": true, \"module\":
586
+ \"OAuthDialog\", \"content_only\": true, \"https\": true, \"options\": {\"scope\":
587
+ \"?{scope}\", \"state\": \"?{state}\", \"redirect_uri\": \"?{redirect_uri}\",
588
+ \"response_type\": \"?{response_type}\", \"consumer_id\": \"?{consumer_id}\"}}]);\n
589
+ \ P.setPageRoutePattern(\"^\\/pin\\/:id\\/$\");\n P.setPageLoadRequestIdentifier(\"562984688056\");\n\n
590
+ \ Pc.startArgs = {\"gaAccountNumber\": \"UA-12967896-7\", \"scrubbedUser\":
591
+ {\"autologin\": null}, \"tree\": {\"resource\": null, \"name\": \"App\", \"children\":
592
+ [{\"resource\": null, \"name\": \"Header\", \"id\": \"header\", \"children\":
593
+ [{\"resource\": null, \"name\": \"DropdownButton\", \"id\": \"categoriesDropdownButton\",
594
+ \"children\": [{\"resource\": null, \"name\": \"Button\", \"children\": [],
595
+ \"errorStrategy\": 2, \"options\": {\"has_icon\": true, \"text\": \"Categories\",
596
+ \"primary_on_hover\": true, \"tagName\": \"button\", \"show_text\": false,
597
+ \"class_name\": \"categories\"}, \"uid\": \"Button-9\"}], \"errorStrategy\":
598
+ 2, \"options\": {\"class_name\": \"categoriesButton\", \"button_options\":
599
+ {\"has_icon\": true, \"tagName\": \"button\", \"primary_on_hover\": true,
600
+ \"class_name\": \"categories\", \"text\": \"Categories\", \"show_text\": false},
601
+ \"module\": {\"resource\": {\"name\": \"CategoriesResource\", \"options\":
602
+ {\"browsable\": true}}, \"name\": \"CategoriesMenu\"}, \"dropdown_options\":
603
+ {\"largeCaret\": true, \"fixed\": true, \"prefetch\": true, \"view_type\":
604
+ \"categoriesMenu\"}, \"time\": 500, \"tutorial\": {\"topic\": \"categories\",
605
+ \"text\": \"Browse Popular, DIY and other categories to find pins you like.\",
606
+ \"title\": \"Here are your categories.\"}}, \"uid\": \"DropdownButton-6\"},
607
+ {\"resource\": null, \"name\": \"ui.SearchForm\", \"children\": [{\"resource\":
608
+ null, \"name\": \"ui.TypeaheadField\", \"id\": \"searchField\", \"children\":
609
+ [{\"resource\": null, \"name\": \"ui.Typeahead\", \"id\": \"typeahead\", \"extraData\":
610
+ {\"inGplusExp\": false}, \"children\": [], \"errorStrategy\": 2, \"options\":
611
+ {\"enable_recent_queries\": true, \"tags\": \"autocomplete\", \"class_name\":
612
+ null, \"exclude_non_followers\": null, \"view_type\": \"search\", \"template\":
613
+ null}, \"uid\": \"ui-Typeahead-11\"}], \"errorStrategy\": 2, \"options\":
614
+ {\"enable_recent_queries\": true, \"name\": \"q\", \"view_type\": \"search\",
615
+ \"class_name\": null, \"prefetch_on_focus\": true, \"value\": \"\", \"populate_on_result_highlight\":
616
+ true, \"search_delay\": 0, \"search_on_focus\": true, \"placeholder\": \"Search\",
617
+ \"tags\": \"autocomplete\"}, \"uid\": \"ui-TypeaheadField-10\"}], \"errorStrategy\":
618
+ 2, \"options\": {\"navigate_on_search\": true, \"enable_recent_queries\":
619
+ true, \"placeholder\": \"Search\"}, \"uid\": \"ui-SearchForm-7\"}, {\"resource\":
620
+ {\"name\": \"LocalesResource\", \"options\": {\"locale\": \"en-US\", \"bookmarks\":
621
+ [\"-end-\"]}}, \"name\": \"LanguageMenu\", \"children\": [{\"resource\": null,
622
+ \"name\": \"DropdownButton\", \"children\": [{\"resource\": null, \"name\":
623
+ \"Button\", \"children\": [], \"errorStrategy\": 2, \"options\": {\"class_name\":
624
+ \"langaugeButton\", \"text\": \"English (US)\", \"tagName\": \"button\"},
625
+ \"uid\": \"Button-13\"}], \"errorStrategy\": 2, \"options\": {\"dropdown_options\":
626
+ {\"position_point\": \"BOTTOM_RIGHT\", \"hide_caret\": true, \"fixed\": true},
627
+ \"button_options\": {\"class_name\": \"langaugeButton\", \"text\": \"English
628
+ (US)\", \"tagName\": \"button\"}, \"module\": {\"resource\": {\"name\": \"LocalesResource\"},
629
+ \"name\": \"LanguageDropdown\", \"options\": {\"selected\": \"English (US)\"}}},
630
+ \"uid\": \"DropdownButton-12\"}], \"errorStrategy\": 2, \"data\": {}, \"options\":
631
+ {}, \"uid\": \"LanguageMenu-8\"}], \"errorStrategy\": 2, \"options\": {},
632
+ \"uid\": \"Header-1\"}, {\"resource\": null, \"name\": \"ScrollToTop\", \"id\":
633
+ \"scrollToTop\", \"children\": [], \"errorStrategy\": 2, \"options\": {},
634
+ \"uid\": \"ScrollToTop-2\"}, {\"resource\": null, \"name\": \"Nags\", \"children\":
635
+ [{\"resource\": null, \"name\": \"NagBase\", \"extraData\": {\"type\": \"upgrade_ie\"},
636
+ \"children\": [{\"resource\": null, \"name\": \"Button\", \"children\": [],
637
+ \"errorStrategy\": 2, \"options\": {\"class_name\": \"nagClose\", \"tagName\":
638
+ \"button\", \"borderless\": true}, \"uid\": \"Button-16\"}], \"errorStrategy\":
639
+ 2, \"data\": {}, \"options\": {\"can_close\": true}, \"uid\": \"NagBase-14\"},
640
+ {\"resource\": null, \"name\": \"NagUnauth\", \"children\": [{\"resource\":
641
+ null, \"name\": \"JoinButton\", \"id\": \"join\", \"children\": [], \"errorStrategy\":
642
+ 2, \"options\": {\"color\": \"primary\", \"text\": \"Join Pinterest\", \"class_name\":
643
+ \"joinButton unauthNagButton\", \"element_type\": \"a\", \"tagName\": \"a\",
644
+ \"ga_category\": \"unauth_nag_join\"}, \"uid\": \"JoinButton-17\"}, {\"resource\":
645
+ null, \"name\": \"LoginButton\", \"id\": \"login\", \"children\": [], \"errorStrategy\":
646
+ 2, \"options\": {\"class_name\": \"loginButton unauthNagButton\", \"text\":
647
+ \"Log in\", \"element_type\": \"a\", \"ga_category\": \"unauth_nag_login\",
648
+ \"tagName\": \"a\"}, \"uid\": \"LoginButton-18\"}], \"errorStrategy\": 2,
649
+ \"options\": {}, \"uid\": \"NagUnauth-15\"}], \"errorStrategy\": 2, \"options\":
650
+ {}, \"uid\": \"Nags-3\"}, {\"resource\": {\"name\": \"PinResource\", \"options\":
651
+ {\"bookmarks\": [\"-end-\"], \"id\": \"412149803369441273\", \"view_type\":
652
+ \"detailed\"}}, \"name\": \"Closeup\", \"id\": \"mainModule\", \"extraData\":
653
+ {\"canEdit\": false, \"pinUrl\": \"\\/pin\\/412149803369441273\\/\"}, \"children\":
654
+ [{\"resource\": {\"name\": \"PinResource\", \"options\": {\"id\": \"412149803369441273\",
655
+ \"view_type\": \"action_bar\"}}, \"name\": \"PinActionBar\", \"id\": \"actions\",
656
+ \"children\": [{\"resource\": null, \"name\": \"ShowModalButton\", \"id\":
657
+ \"pinItButton\", \"children\": [], \"errorStrategy\": 2, \"options\": {\"submodule\":
658
+ {\"error_strategy\": 0, \"resource\": {\"name\": \"PinResource\", \"options\":
659
+ {\"id\": \"412149803369441273\", \"view_type\": \"repin\"}}, \"name\": \"PinCreate\",
660
+ \"options\": {\"action\": \"repin\", \"transparent_modal\": false, \"is_video\":
661
+ false, \"show_preview\": false, \"fast_repin\": false}}, \"primary_on_hover\":
662
+ true, \"color\": \"primary\", \"text\": \"Pin it\", \"extra_options\": {},
663
+ \"tagName\": \"button\", \"has_icon\": true, \"show_text\": false, \"ga_category\":
664
+ \"repin_create_closeup\", \"class_name\": \"repin pinActionBarButton\", \"require_auth\":
665
+ true, \"size\": \"medium\"}, \"uid\": \"ShowModalButton-23\"}, {\"resource\":
666
+ null, \"name\": \"IncrementingNavigateButton\", \"id\": \"repinsButton\",
667
+ \"extraData\": {\"actionCount\": 0}, \"children\": [], \"errorStrategy\":
668
+ 2, \"options\": {\"url\": \"\\/pin\\/412149803369441273\\/repins\\/\", \"text\":
669
+ 0, \"actionCount\": 0, \"color\": \"primary\", \"siblingButtonId\": \"pinItButton\",
670
+ \"tagName\": \"button\", \"class_name\": \"repinLikeNavigateButton pinActionBarButton
671
+ hidden\", \"size\": \"medium\"}, \"uid\": \"IncrementingNavigateButton-24\"},
672
+ {\"resource\": null, \"name\": \"PinLikeButton\", \"id\": \"likeButton\",
673
+ \"children\": [], \"errorStrategy\": 2, \"options\": {\"liked\": false, \"class_name\":
674
+ \"like leftRounded pinActionBarButton\", \"pin_id\": \"412149803369441273\",
675
+ \"has_icon\": true, \"tagName\": \"button\", \"text\": \"Like\", \"show_text\":
676
+ true, \"size\": \"medium\"}, \"uid\": \"PinLikeButton-25\"}, {\"resource\":
677
+ null, \"name\": \"IncrementingNavigateButton\", \"id\": \"likesButton\", \"extraData\":
678
+ {\"actionCount\": 1}, \"children\": [], \"errorStrategy\": 2, \"options\":
679
+ {\"url\": \"\\/pin\\/412149803369441273\\/likes\\/\", \"text\": 1, \"actionCount\":
680
+ 1, \"class_name\": \"repinLikeNavigateButton like leftRounded pinActionBarButton\",
681
+ \"siblingButtonId\": \"likeButton\", \"tagName\": \"button\", \"size\": \"medium\"},
682
+ \"uid\": \"IncrementingNavigateButton-26\"}, {\"resource\": null, \"name\":
683
+ \"NavigateButton\", \"id\": \"viewPinSource\", \"children\": [], \"errorStrategy\":
684
+ 2, \"options\": {\"tagName\": \"a\", \"has_icon\": true, \"text\": \"Website\",
685
+ \"url\": \"http:\\/\\/johnstamosgem.com\\/\", \"element_type\": \"a\", \"safe_link\":
686
+ true, \"safe_link_pin_id\": \"412149803369441273\", \"class_name\": \"website
687
+ pinActionBarButton\", \"size\": \"medium\"}, \"uid\": \"NavigateButton-27\"},
688
+ {\"resource\": null, \"name\": \"DropdownButton\", \"children\": [{\"resource\":
689
+ null, \"name\": \"Button\", \"children\": [], \"errorStrategy\": 2, \"options\":
690
+ {\"has_icon\": true, \"text\": \"Share\", \"class_name\": \"share pinActionBarButton\",
691
+ \"tagName\": \"button\", \"show_text\": false, \"size\": \"medium\"}, \"uid\":
692
+ \"Button-29\"}], \"errorStrategy\": 2, \"options\": {\"dropdown_options\":
693
+ {\"largeCaret\": true, \"position_point\": \"BOTTOM_RIGHT\", \"fixed\": false,
694
+ \"view_type\": \"closeupShare\"}, \"button_options\": {\"has_icon\": true,
695
+ \"tagName\": \"button\", \"class_name\": \"share pinActionBarButton\", \"text\":
696
+ \"Share\", \"show_text\": false, \"size\": \"medium\"}, \"module\": {\"resource\":
697
+ {\"name\": \"PinResource\", \"options\": {\"id\": \"412149803369441273\",
698
+ \"view_type\": \"closeup_share\"}}, \"name\": \"PinCloseupShare\", \"options\":
699
+ {}}}, \"uid\": \"DropdownButton-28\"}], \"errorStrategy\": 3, \"data\": {},
700
+ \"options\": {\"pin_id\": \"412149803369441273\"}, \"uid\": \"PinActionBar-19\"},
701
+ {\"resource\": {\"name\": \"PinResource\", \"options\": {\"id\": \"412149803369441273\",
702
+ \"view_type\": \"detailed\"}}, \"name\": \"CloseupContent\", \"id\": \"content\",
703
+ \"children\": [{\"resource\": {\"name\": \"PinResource\", \"options\": {\"id\":
704
+ \"412149803369441273\"}}, \"name\": \"Pin\", \"id\": \"pin\", \"children\":
705
+ [{\"resource\": {\"name\": \"PinResource\", \"options\": {\"id\": \"412149803369441273\"}},
706
+ \"name\": \"PaddedPin\", \"children\": [], \"errorStrategy\": 2, \"data\":
707
+ {}, \"options\": {\"fixed_width\": 736, \"image_size\": \"LARGE\"}, \"uid\":
708
+ \"PaddedPin-31\"}, {\"resource\": {\"name\": \"PinResource\", \"options\":
709
+ {\"id\": \"412149803369441273\", \"view_type\": \"detailed\"}}, \"name\":
710
+ \"RichPinBase\", \"children\": [], \"errorStrategy\": 2, \"data\": {}, \"options\":
711
+ {}, \"uid\": \"RichPinBase-32\"}, {\"resource\": null, \"name\": \"PinCommentList\",
712
+ \"id\": \"commentList\", \"children\": [], \"errorStrategy\": 2, \"options\":
713
+ {\"count\": 0, \"view_type\": \"detailed\", \"pin_id\": \"412149803369441273\",
714
+ \"max_num_to_show\": 50, \"show_actions\": true, \"image_size\": \"medium\",
715
+ \"field_set_key\": \"pin_detailed\"}, \"uid\": \"PinCommentList-33\"}, {\"resource\":
716
+ {\"name\": \"UserResource\", \"options\": {\"username\": \"johnstamosgem\"}},
717
+ \"name\": \"User\", \"children\": [], \"errorStrategy\": 2, \"data\": {\"id\":
718
+ \"412149940807022226\"}, \"options\": {\"class_name\": \"pinner\", \"button_class_name\":
719
+ \"closeupBottomView\", \"title_text\": \"Pinned by\", \"view_type\": \"thumb\"},
720
+ \"uid\": \"User-34\"}, {\"resource\": {\"name\": \"BoardResource\", \"options\":
721
+ {\"field_set_key\": \"thumb\", \"board_id\": \"412149872087590750\", \"bookmarks\":
722
+ [\"-end-\"]}}, \"name\": \"Board\", \"children\": [{\"resource\": null, \"name\":
723
+ \"BoardFollowButton\", \"children\": [], \"errorStrategy\": 2, \"options\":
724
+ {\"board_id\": \"412149872087590750\", \"user_id\": \"412149940807022226\",
725
+ \"color\": \"default\", \"unfollow_text\": \"Unfollow\", \"follow_ga_category\":
726
+ \"board_follow\", \"unfollow_ga_category\": \"board_unfollow\", \"disabled\":
727
+ false, \"tagName\": \"button\", \"text\": \"Follow\", \"followed\": false,
728
+ \"follow_text\": \"Follow\", \"follow_class\": \"default\", \"is_my_board\":
729
+ false}, \"uid\": \"BoardFollowButton-36\"}], \"errorStrategy\": 2, \"data\":
730
+ {}, \"options\": {\"class_name\": \"boardCredit\", \"view_type\": \"closeupBottomView\",
731
+ \"subtitle\": \"JohnStamosgemBoard\", \"show_follow_button\": true, \"title\":
732
+ \"Pinned onto\"}, \"uid\": \"Board-35\"}], \"errorStrategy\": 1, \"data\":
733
+ {\"domain\": \"johnstamosgem.com\", \"like_count\": 1, \"images\": {\"736x\":
734
+ {\"url\": \"http:\\/\\/media-cache-ak0.pinimg.com\\/736x\\/ee\\/39\\/6e\\/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\",
735
+ \"width\": 736, \"height\": 460}, \"136x136\": {\"url\": \"http:\\/\\/media-cache-ak0.pinimg.com\\/136x136\\/ee\\/39\\/6e\\/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\",
736
+ \"width\": 136, \"height\": 136}, \"236x\": {\"url\": \"http:\\/\\/media-cache-ak0.pinimg.com\\/236x\\/ee\\/39\\/6e\\/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\",
737
+ \"width\": 236, \"height\": 147}, \"orig\": {\"url\": \"http:\\/\\/media-cache-ak0.pinimg.com\\/originals\\/ee\\/39\\/6e\\/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\",
738
+ \"width\": 1280, \"height\": 800}}, \"id\": \"412149803369441273\", \"price_currency\":
739
+ \"USD\", \"pinner\": {\"username\": \"johnstamosgem\", \"domain_verified\":
740
+ false, \"twitter_url\": null, \"image_medium_url\": \"http:\\/\\/media-cache-ec0.pinimg.com\\/avatars\\/johnstamosgem_1375988759_75.jpg\",
741
+ \"explicitly_followed_by_me\": false, \"location\": \"California\", \"full_name\":
742
+ \"John Stamosgem\", \"image_small_url\": \"http:\\/\\/media-cache-ec0.pinimg.com\\/avatars\\/johnstamosgem_1375988759_30.jpg\",
743
+ \"followed_by_me\": false, \"type\": \"user\", \"id\": \"412149940807022226\"},
744
+ \"privacy\": \"public\", \"comments\": {\"bookmark\": null, \"data\": [],
745
+ \"uri\": \"\\/v3\\/pins\\/412149803369441273\\/comments\\/\"}, \"access\":
746
+ [], \"comment_count\": 0, \"board\": {\"category\": null, \"is_collaborative\":
747
+ false, \"name\": \"JohnStamosgemBoard\", \"privacy\": \"public\", \"url\":
748
+ \"\\/johnstamosgem\\/johnstamosgemboard\\/\", \"image_cover_url\": \"http:\\/\\/media-cache-ak0.pinimg.com\\/200x150\\/ee\\/39\\/6e\\/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\",
749
+ \"pin_thumbnail_urls\": [], \"access\": [], \"owner\": {\"id\": \"412149940807022226\"},
750
+ \"followed_by_me\": false, \"type\": \"board\", \"id\": \"412149872087590750\"},
751
+ \"type\": \"pin\", \"method\": \"uploaded\", \"location\": null, \"attribution\":
752
+ null, \"description\": \"JohnStamosgemPin description\", \"price_value\":
753
+ 0.0, \"is_playable\": false, \"rich_metadata\": null, \"via_pinner\": null,
754
+ \"link\": \"http:\\/\\/johnstamosgem.com\\/\", \"is_repin\": false, \"liked_by_me\":
755
+ false, \"description_html\": \"JohnStamosgemPin description\", \"repin_count\":
756
+ 0, \"tracked_link\": \"http:\\/\\/johnstamosgem.com\\/\", \"created_at\":
757
+ \"Sun, 04 Aug 2013 22:37:58 +0000\", \"embed\": null, \"is_video\": false},
758
+ \"options\": {\"pin_id\": \"412149803369441273\", \"view_type\": \"detailed\"},
759
+ \"uid\": \"Pin-30\"}], \"errorStrategy\": 1, \"data\": {\"domain\": \"johnstamosgem.com\",
760
+ \"id\": \"412149803369441273\"}, \"options\": {}, \"uid\": \"CloseupContent-20\"},
761
+ {\"resource\": {\"name\": \"PinResource\", \"options\": {\"id\": \"412149803369441273\",
762
+ \"view_type\": \"closeup_sidebar\"}}, \"name\": \"CloseupSidebar\", \"id\":
763
+ \"sidebar\", \"children\": [{\"resource\": {\"name\": \"BoardResource\", \"options\":
764
+ {\"field_set_key\": \"board_pins_grid\", \"board_id\": \"412149872087590750\"}},
765
+ \"name\": \"Board\", \"id\": \"boardGrid\", \"children\": [{\"resource\":
766
+ {\"name\": \"UserResource\", \"options\": {\"field_set_key\": \"summary\",
767
+ \"bookmarks\": [\"-end-\"], \"user_id\": \"412149940807022226\"}}, \"name\":
768
+ \"User\", \"children\": [], \"errorStrategy\": 2, \"data\": {\"id\": \"412149940807022226\"},
769
+ \"options\": {\"url\": \"\\/johnstamosgem\\/johnstamosgemboard\\/\", \"view_type\":
770
+ \"thumb\", \"title_text\": \"JohnStamosgemBoard\", \"show_follow_button\":
771
+ false, \"size\": \"boardRepTitle\"}, \"uid\": \"User-39\"}, {\"resource\":
772
+ {\"name\": \"BoardFeedResource\", \"options\": {\"field_set_key\": \"board_pins_grid_item\",
773
+ \"board_id\": \"412149872087590750\"}}, \"name\": \"Grid\", \"id\": \"pinGrid\",
774
+ \"children\": [], \"errorStrategy\": 1, \"async\": true, \"options\": {\"scrollable\":
775
+ true, \"show_grid_footer\": false, \"view_type\": \"boardPinsGrid\", \"centered\":
776
+ false, \"track_active_item\": true, \"item_options\": {\"view_type\": \"boardPinsGrid\"},
777
+ \"layout\": \"variable_height\", \"prevent_default_scroll\": true, \"active_item_id\":
778
+ \"412149803369441273\"}, \"uid\": \"Grid-40\"}, {\"resource\": null, \"name\":
779
+ \"BoardFollowButton\", \"id\": \"followBoardButton\", \"children\": [], \"errorStrategy\":
780
+ 2, \"options\": {\"board_id\": \"412149872087590750\", \"followed\": false,
781
+ \"class_name\": \"followBoardButton\", \"unfollow_text\": \"Unfollow Board\",
782
+ \"follow_ga_category\": \"board_follow\", \"unfollow_ga_category\": \"board_unfollow\",
783
+ \"disabled\": false, \"color\": \"default\", \"tagName\": \"button\", \"text\":
784
+ \"Follow Board\", \"user_id\": \"412149940807022226\", \"follow_text\": \"Follow
785
+ Board\", \"follow_class\": \"default\", \"is_my_board\": null}, \"uid\": \"BoardFollowButton-41\"}],
786
+ \"errorStrategy\": 1, \"data\": {\"id\": \"412149872087590750\"}, \"options\":
787
+ {\"scrollable\": true, \"view_type\": \"boardPinsGrid\", \"centered\": false,
788
+ \"board_follow_button_options\": {\"board_id\": \"412149872087590750\", \"board_followed_by_me\":
789
+ false, \"board_access\": [], \"board_owner\": \"412149940807022226\"}, \"prevent_default_scroll\":
790
+ true, \"active_item_id\": \"412149803369441273\"}, \"uid\": \"Board-37\"},
791
+ {\"resource\": {\"name\": \"DomainResource\", \"options\": {\"domain\": \"johnstamosgem.com\",
792
+ \"bookmarks\": [\"-end-\"]}}, \"name\": \"Domain\", \"id\": \"domain\", \"children\":
793
+ [], \"errorStrategy\": 2, \"data\": {}, \"options\": {}, \"uid\": \"Domain-38\"}],
794
+ \"errorStrategy\": 3, \"data\": {\"id\": \"412149803369441273\"}, \"options\":
795
+ {}, \"uid\": \"CloseupSidebar-21\"}, {\"resource\": null, \"name\": \"CloseupBottom\",
796
+ \"id\": \"bottom\", \"children\": [], \"errorStrategy\": 2, \"options\": {\"pin_id\":
797
+ \"412149803369441273\"}, \"uid\": \"CloseupBottom-22\"}], \"errorStrategy\":
798
+ 0, \"data\": {}, \"options\": {}, \"uid\": \"Closeup-4\"}, {\"resource\":
799
+ null, \"name\": \"NagNoScript\", \"extraData\": {\"type\": \"no_script\"},
800
+ \"children\": [], \"errorStrategy\": 2, \"options\": {}, \"uid\": \"NagNoScript-5\"}],
801
+ \"deps\": [\"App\", \"Header\", \"ScrollToTop\", \"Nags\", \"Closeup\", \"NagNoScript\",
802
+ \"DropdownButton\", \"ui.SearchForm\", \"LanguageMenu\", \"Button\", \"ui.TypeaheadField\",
803
+ \"ui.Typeahead\", \"Pillow\", \"NagBase\", \"NagUnauth\", \"JoinButton\",
804
+ \"LoginButton\", \"NavigateButton\", \"PinActionBar\", \"CloseupContent\",
805
+ \"CloseupSidebar\", \"CloseupBottom\", \"ShowModalButton\", \"IncrementingNavigateButton\",
806
+ \"PinLikeButton\", \"Pin\", \"PaddedPin\", \"RichPinBase\", \"PinCommentList\",
807
+ \"User\", \"Board\", \"BoardFollowButton\", \"ui.FollowButton\", \"Domain\",
808
+ \"Grid\"], \"errorStrategy\": 2, \"attributes\": {\"class\": \"App full Module\",
809
+ \"id\": \"App-42\"}, \"options\": {\"module\": {\"data\": {\"domain\": \"johnstamosgem.com\",
810
+ \"like_count\": 1, \"images\": {\"736x\": {\"url\": \"http:\\/\\/media-cache-ak0.pinimg.com\\/736x\\/ee\\/39\\/6e\\/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\",
811
+ \"width\": 736, \"height\": 460}, \"136x136\": {\"url\": \"http:\\/\\/media-cache-ak0.pinimg.com\\/136x136\\/ee\\/39\\/6e\\/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\",
812
+ \"width\": 136, \"height\": 136}, \"236x\": {\"url\": \"http:\\/\\/media-cache-ak0.pinimg.com\\/236x\\/ee\\/39\\/6e\\/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\",
813
+ \"width\": 236, \"height\": 147}, \"orig\": {\"url\": \"http:\\/\\/media-cache-ak0.pinimg.com\\/originals\\/ee\\/39\\/6e\\/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\",
814
+ \"width\": 1280, \"height\": 800}}, \"id\": \"412149803369441273\", \"price_currency\":
815
+ \"USD\", \"pinner\": {\"username\": \"johnstamosgem\", \"domain_verified\":
816
+ false, \"twitter_url\": null, \"image_medium_url\": \"http:\\/\\/media-cache-ec0.pinimg.com\\/avatars\\/johnstamosgem_1375988759_75.jpg\",
817
+ \"explicitly_followed_by_me\": false, \"location\": \"California\", \"full_name\":
818
+ \"John Stamosgem\", \"image_small_url\": \"http:\\/\\/media-cache-ec0.pinimg.com\\/avatars\\/johnstamosgem_1375988759_30.jpg\",
819
+ \"followed_by_me\": false, \"type\": \"user\", \"id\": \"412149940807022226\"},
820
+ \"privacy\": \"public\", \"comments\": {\"bookmark\": null, \"data\": [],
821
+ \"uri\": \"\\/v3\\/pins\\/412149803369441273\\/comments\\/\"}, \"access\":
822
+ [], \"comment_count\": 0, \"board\": {\"category\": null, \"is_collaborative\":
823
+ false, \"name\": \"JohnStamosgemBoard\", \"privacy\": \"public\", \"url\":
824
+ \"\\/johnstamosgem\\/johnstamosgemboard\\/\", \"image_cover_url\": \"http:\\/\\/media-cache-ak0.pinimg.com\\/200x150\\/ee\\/39\\/6e\\/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\",
825
+ \"pin_thumbnail_urls\": [], \"access\": [], \"owner\": {\"id\": \"412149940807022226\"},
826
+ \"followed_by_me\": false, \"type\": \"board\", \"id\": \"412149872087590750\"},
827
+ \"type\": \"pin\", \"method\": \"uploaded\", \"location\": null, \"attribution\":
828
+ null, \"description\": \"JohnStamosgemPin description\", \"price_value\":
829
+ 0.0, \"is_playable\": false, \"rich_metadata\": null, \"via_pinner\": null,
830
+ \"link\": \"http:\\/\\/johnstamosgem.com\\/\", \"is_repin\": false, \"liked_by_me\":
831
+ false, \"description_html\": \"JohnStamosgemPin description\", \"repin_count\":
832
+ 0, \"tracked_link\": \"http:\\/\\/johnstamosgem.com\\/\", \"created_at\":
833
+ \"Sun, 04 Aug 2013 22:37:58 +0000\", \"embed\": null, \"is_video\": false},
834
+ \"error_strategy\": 0, \"resource\": {\"name\": \"PinResource\", \"options\":
835
+ {\"bookmarks\": [\"-end-\"], \"id\": \"412149803369441273\", \"view_type\":
836
+ \"detailed\"}}, \"name\": \"Closeup\", \"options\": {}}}, \"uid\": \"App-42\"},
837
+ \"canDebug\": false, \"requireJsPaths\": {}, \"isLoggedIn\": false};\n P.available.declare();\n
838
+ \ </script>\n</body>\n</html>"
328
839
  http_version:
329
- recorded_at: Wed, 14 Aug 2013 23:08:53 GMT
840
+ recorded_at: Fri, 16 Aug 2013 23:48:35 GMT
330
841
  recorded_with: VCR 2.5.0