Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xricksanchez/paper_collection
/ functions
Functions
10 in github.com/0xricksanchez/paper_collection
⨍
Functions
10
◇
Types & classes
1
↓ 1 callers
Function
check_link
Check if link is accessible with rate limiting.
checker.py:93
↓ 1 callers
Function
clean_url
Clean and normalize URL.
checker.py:52
↓ 1 callers
Function
extract_links_with_lines
Extract links and their line numbers from markdown file.
checker.py:68
↓ 1 callers
Function
find_markdown_files
Recursively find all markdown files in the repository.
checker.py:63
↓ 1 callers
Function
get_domain
Extract domain from URL.
checker.py:200
↓ 1 callers
Function
is_valid_url
Validate URL format and structure.
checker.py:43
↓ 1 callers
Function
main
Main function to process all markdown files or a single URL.
checker.py:292
↓ 1 callers
Function
process_markdown_file
Process a single markdown file and return if changes were made.
checker.py:208
↓ 1 callers
Method
wait_if_needed
Wait if we need to respect rate limiting for this domain.
checker.py:30
Method
__init__
(self, min_delay=2)
checker.py:26