Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GerbenJavado/LinkFinder
/ functions
Functions
12 in github.com/GerbenJavado/LinkFinder
⨍
Functions
12
◇
Types & classes
0
↓ 36 callers
Function
get_parse_cli
(str)
test_parser.py:8
↓ 3 callers
Function
parser_error
Error Messages
linkfinder.py:72
↓ 3 callers
Function
parser_file
Parse Input content: string of content to be searched regex_str: string of regex (The link should be in the group(1)) mode:
linkfinder.py:185
↓ 2 callers
Function
cli_output
Output to CLI
linkfinder.py:236
↓ 2 callers
Function
send_request
Send requests with Requests
linkfinder.py:119
↓ 1 callers
Function
check_url
(url)
linkfinder.py:270
↓ 1 callers
Function
getContext
Parse Input list_matches: list of tuple (link, start_index, end_index) content: content to search for the context in
linkfinder.py:149
↓ 1 callers
Function
html_save
Save as HTML file and open in the browser
linkfinder.py:244
↓ 1 callers
Function
parser_input
Parse Input
linkfinder.py:81
Function
test_parser_cli
()
test_parser.py:15
Function
test_parser_cli_multi
()
test_parser.py:57
Function
test_parser_unique
Should return only unique link
test_parser.py:60