Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 767 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 767 Bytes

Spider

RO

Scrieti un tool care pornind de la pagina web si un tag primiti ca parametri listeaza traseul parcus de tool atunci cand acceseaza toate paginile ce au acel tag. Tool-ul va considera un tag valid daca link-ul contine acel tag in interiorul campului <a...>

Input:

  • Link de pornire (URL de forma https://... sau http://...)
  • Tag de cautat

Output:

  • Link-urile gasite si dimensinea lor
  • Posibilele erori aparute

EN

Write a tool which starts from a web page and a tag received as parameters and displays all the links that are inside an <a></a> elements that contains the tag received as parameter.

Input:

  • Start link (A URL: https://... or http://)
  • A Tag

Output:

  • Founded links and their size
  • Possible errors