Bowrna commented on PR #623:
URL: https://github.com/apache/airflow-site/pull/623#issuecomment-1374354911

   @potiuk @mik-laj 
   
https://github.com/apache/airflow-site/blob/main/landing-pages/check-links.sh#L65
   
   `mapfile -t links < <(printf '%s\n' "${pages[@]}" | xargs -n 1 lynx 
-listonly -nonumbers -dump | grep -v " ")
   `
   Here to check the site links, we rely on the lynx command to get the clean 
url from the html file. Could i use the same command in python or is there any 
other way that helps to get the url in clean way?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to