Difference between revisions of "Your Shot"

From Archiveteam
Jump to navigation Jump to search
m
 
(13 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Infobox project
{{Infobox project
| title = yourshot
| title = yourshot
| image = Yourshot-logo.png
| logo = Yourshot-logo.png
| description =  
| image = Yourshort-screenshot.png
| URL = https://yourshot.nationalgeographic.com/
| URL = https://yourshot.nationalgeographic.com/
| project_status = {{online}}
| project_status = {{offline}}
| irc = gotshot
| irc = gotshot
| irc_abandoned = true
| tracker = http://tracker.archiveteam.org/yourshot/#show-all
| source = http://github.com/archiveteam/yourshot-grab
| archiving_status = {{partiallysaved}}
| archiving_type = DPoS
| data = {{IA collection|archiveteam_yourshot}}
}}
}}
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.
'''Your Shot''' was a user contributed photo site run by National Geographic Magazine.
As part of an acquisition of Fox, Disney 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.
Search returns a growing 10,254,953 Results but is believed to be accurate.
Line 49: Line 56:
https://m.yourshot.nationalgeographic.com/
https://m.yourshot.nationalgeographic.com/
This will also occur during playback.
This will also occur during playback.
* GPDR is likely triggered within javascript with country/status setting kept in browser local storage and/or cookie
* 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

Latest revision as of 17:30, 17 July 2023

yourshot
Your Shot logo
Yourshort-screenshot.png
URL https://yourshot.nationalgeographic.com/
Status Offline
Archiving status Partially saved
Archiving type DPoS
Project source http://github.com/archiveteam/yourshot-grab
Project tracker http://tracker.archiveteam.org/yourshot/#show-all
IRC channel #archiveteam-bs (on hackint)
(formerly #gotshot (on hackint))
Data[how to use] archiveteam_yourshot

Your Shot was a user contributed photo site run by National Geographic Magazine. As part of an acquisition of Fox, Disney 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

Tags / Category

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
           }    

References