extract_links_from_file

Notedocblock
extract_links_from_file(filepath::String) -> Vector{Tuple{String, Int}}

Extract all URLs from a file with line numbers.

Arguments

  • filepath::String: Path to the file

Returns

Vector of (url, line_number) tuples.