From b6b81b4b69b8edab26f981e13b34f86a0217fdef Mon Sep 17 00:00:00 2001 From: Ronald Tse Date: Thu, 10 Jul 2025 00:33:35 +0800 Subject: [PATCH] feat: update crawler --- crawler.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/crawler.rb b/crawler.rb index 6aece7adaa0..b1b6084fc02 100755 --- a/crawler.rb +++ b/crawler.rb @@ -6,8 +6,4 @@ FileUtils.rm_rf('data') FileUtils.rm Dir.glob('index*') -# system("git clone https://github.com/relaton/w3c-tr-archive w3c-tr-archive") - -RelatonW3c::DataFetcher.fetch # output: 'dir' # 'w3c-tr-archive' - -system("git add archive.rdf") +RelatonW3c::DataFetcher.fetch