From dcb665cde4c1a8b69df75568590d24bdcd010587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristan=20Dani=C3=ABl=20Maat?= Date: Sat, 9 Apr 2022 16:50:15 +0100 Subject: [PATCH] Structure the project a bit better --- extract-urls.js => guangdong/extract-urls.js | 0 {links => guangdong/links}/links.txt | 0 scrape.py => guangdong/scrape.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename extract-urls.js => guangdong/extract-urls.js (100%) rename {links => guangdong/links}/links.txt (100%) rename scrape.py => guangdong/scrape.py (100%) diff --git a/extract-urls.js b/guangdong/extract-urls.js similarity index 100% rename from extract-urls.js rename to guangdong/extract-urls.js diff --git a/links/links.txt b/guangdong/links/links.txt similarity index 100% rename from links/links.txt rename to guangdong/links/links.txt diff --git a/scrape.py b/guangdong/scrape.py similarity index 100% rename from scrape.py rename to guangdong/scrape.py