Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the option to check if all the links in a page are still reachable #1046

Closed
1001QAdotNET opened this issue Jun 13, 2023 · 0 comments · Fixed by #1716 or #1733
Closed

Add the option to check if all the links in a page are still reachable #1046

1001QAdotNET opened this issue Jun 13, 2023 · 0 comments · Fixed by #1716 or #1733
Assignees
Labels
feature-request New feature or request released Available in a released installer

Comments

@1001QAdotNET
Copy link

I often save web pages, blog posts etc etc, to read later.
Some of them have links that might become unreachable since I saved them
If this would be in Python it would be like this
use requests.head() to connect to the URL,
use requests.response.status_code to get the status code of the given URL.
If the status code is 200, the URL is reachable.

head() is used here to speed up the things
If we want to get fancy we could add a ✔ at the end of a verified link and a ✘ at the end of a broken link in the article
A time stamp could be added (last time checked for reachable links) at the top of the article

@stevencohn stevencohn added the feature-request New feature or request label Jun 26, 2023
stevencohn added a commit that referenced this issue Dec 22, 2024
stevencohn added a commit that referenced this issue Dec 22, 2024
@stevencohn stevencohn self-assigned this Dec 22, 2024
@stevencohn stevencohn linked a pull request Dec 22, 2024 that will close this issue
@stevencohn stevencohn added the next-release Addressed but not yet released label Dec 22, 2024
stevencohn added a commit that referenced this issue Dec 27, 2024
stevencohn added a commit that referenced this issue Dec 27, 2024
* Check onenote URLs
#1046

* translations

* notebook vs section
@stevencohn stevencohn linked a pull request Dec 27, 2024 that will close this issue
@stevencohn stevencohn added released Available in a released installer and removed next-release Addressed but not yet released labels Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request released Available in a released installer
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants