Difference between revisions of "Your Shot"
Jump to navigation
Jump to search
Line 49: | Line 49: | ||
https://m.yourshot.nationalgeographic.com/ | https://m.yourshot.nationalgeographic.com/ | ||
This will also occur during playback. | This will also occur during playback. | ||
* GPDR is | * GPDR pop-up is thought to be triggered by JS checking a cookie or browser storage. A cookie named "NatGeo_Cookie_Consent__fallback" can be seen matching the response of | ||
https://api.nationalgeographic.com/consent-tracking | |||
{ | |||
"country_code": "US", | |||
"consent_required": false | |||
} | |||
{ | |||
"country_code": "AT", | |||
"consent_required": true | |||
} | |||
=== References === | === References === | ||
* https://yourshot.nationalgeographic.com/discussions/discussion/2376/your-shot-platform-update/p1?new=1 | * https://yourshot.nationalgeographic.com/discussions/discussion/2376/your-shot-platform-update/p1?new=1 |
Revision as of 18:03, 29 September 2019
yourshot | |
![]() | |
URL | https://yourshot.nationalgeographic.com/ |
Status | Online! |
Archiving status | Unknown |
Archiving type | Unknown |
IRC channel | #gotshot (on hackint) |
yourshot is a user contributed photo site run by National Geographic Magazine. As part of an acquisition of Fox, Disney has decided to shutter it with the last date of access on Oct 31, 2019.
Search returns a growing 10,254,953 Results but is believed to be accurate. Latest image ID's are 14240034, implies 4million deleted.
Page types
Search: Date, Location, Keyword
- https://yourshot.nationalgeographic.com/photos/?start_date=2019-08-01&end_date=2019-08-01&sort_by=-publication_date
- https://yourshot.nationalgeographic.com/photos/?end_date=2019-09-28&location=los%20angeles&sort_by=-publication_date
- https://yourshot.nationalgeographic.com/photos/?end_date=2019-09-28&keywords=cats&sort_by=-publication_date
Tags / Category
- https://yourshot.nationalgeographic.com/tags/cats/
- https://yourshot.nationalgeographic.com/categories/travel/
Photo Detail
User Profile
Need to find:
- Original un-resized images
More content types
Any 404 page lists additional content that will need further examination https://yourshot.nationalgeographic.com/404
- Homepage
- Assignments
- Stories
- Photos
- Photographers
- Discussions
- Editor's Blog
- Daily Dozen
Warnings/Caveats/Bugs
- Using a Firefox UA causes timeouts when using python scripts however a wget UA avoids this behavior
- using too narrow/small of a window will cause a redirect to the mobile version
https://m.yourshot.nationalgeographic.com/ This will also occur during playback.
- GPDR pop-up is thought to be triggered by JS checking a cookie or browser storage. A cookie named "NatGeo_Cookie_Consent__fallback" can be seen matching the response of
https://api.nationalgeographic.com/consent-tracking
{ "country_code": "US", "consent_required": false }
{ "country_code": "AT", "consent_required": true }