Update home authored by Barkin Simsek's avatar Barkin Simsek
...@@ -24,7 +24,7 @@ flowchart LR ...@@ -24,7 +24,7 @@ flowchart LR
h_analysis(Header analysis) h_analysis(Header analysis)
detection(CAPTCHA/Blocking detection \n on the fetched data) detection(CAPTCHA/Blocking detection \n on the fetched data)
end end
subgraph fetcher_group[Fetcher (Worker) Module] subgraph fetcher_group[Fetcher Worker Module]
fetching_tools(Website fetching with \n web Browsers \n and other web tools) fetching_tools(Website fetching with \n web Browsers \n and other web tools)
end end
subgraph consensus_group[Consensus Module] subgraph consensus_group[Consensus Module]
... ...
......