* i am trying to download web pages
from https://www.w3.org/WAI/WCAG22/Techniques/failures/ F1 to F110, total 110 pages
* i tried following commands and none of
them are not downloading all urls
*
* please provide some other way.....
from https://www.w3.org/WAI/WCAG22/Techniques/failures/ F1 to F110, total 110 pages
* i tried following commands and none of
them are not downloading all urls
*
Code:
wget -p -k https://www.w3.org/WAI/WCAG22/Techniques/failures/{F1,...F110}
wget -p -k -A '*[F1]' https://www.w3.org/WAI/WCAG22/Techniques/failures/
wget -p -k -A '*F*' https://www.w3.org/WAI/WCAG22/Techniques/failures/
Last edited: