Question: what do title, pull, re-snapshot do exactly?
See original GitHub issueHi there! Just had a few questions.
- What does “title” do in the web UI? It appears to re-try fetching headers, favicon, and HTML title for content at a URL – is that correct?
- What does “pull” do in the web UI?
- How about if we added tooltips (HTML
title
attributes) to the “title”, “pull”, “re-snapshot”, “reset”, and “delete” buttons to/admin/core/snapshot/
in the web UI? I couldn’t find an existing issue for this. I’m happy to file one and help out. - Say I used re-snapshot a bunch of days in a row. Is there some easy way to see/list all the versions I’ve snapshotted for a particular URL? When I click “History” on the admin page for a snapshot, it says “This object doesn’t have a change history. It probably wasn’t added via this admin site.”. I saw #179 so I’m guessing this isn’t implemented yet.
- Sometimes when I visit the index page for a snapshot, my browser (Firefox) starts automatically downloading an
output.pdf
file. Why? example archivebox snapshot index page showing this behavior Is there any way to strip ads and trackers?found #211 , awesome!
Thank you, -Adam
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Viewing a current title snapshot - ETAPS - Alabama
You can view a current title snapshot to verify the owner and lienholder information on a current Alabama title if you have the...
Read more >What You Should Look Out For When You Review Pull Request
Pull request (hereinafter referred to as PR) is how you tell others about the changes you want to merge from your branch to...
Read more >If git only records a "snapshot" of your files, then how does it ...
It is indeed true that a git commit reflects a snapshot of your root directory. When you say "undo a change," I am...
Read more >Page Title Tab Notifications - Snapshot 1.6.687.3
In today's snapshot, we're Introducing a new type of in tab notification that works especially well with pinned tabs on messaging and social ......
Read more >Assessment with the New Edmodo Snapshot - Teq
For example, if you've been working on main idea and details in your classroom, you can open the Snapshot app, choose a group...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
-Title : Pull the title ( redownload if it was missing, or the title has changed )
-Pull: Download missing/failed outputs/extractors methods ( pdf, wget… etc). Maybe because download failed or interrupted by a reboot or something. This is the default behavior when you add new URL, they will get pulled automatically. https://github.com/ArchiveBox/ArchiveBox#output-formats
-Re-snapshot: As the name suggests, re-download the page as a separated unique page. Not the same as pull, this one will create a separate entry, and the page is treated as a new URL ending with the date and time
#2020-10-24-08:00
https://github.com/ArchiveBox/ArchiveBox#saving-multiple-snapshots-of-a-single-url-Reset: Delete all type of output and redownload them. In the contrary of snapshot, this will overwrite the files.
Oh dangit, you’re right!
For posterity: it looks like Firefox must indeed be configured to open PDFs in Firefox (as opposed to the other options: Always ask, Save File, etc) for this to work properly. On a snapshot index page, the PDF viewer tries to open the PDF in an iframe. If Firefox is set to Save File, the iframe instead ends up triggering a file download of
output.pdf
.