diff --git a/crawler.py b/crawler.py index 0f03af1..d9af85b 100644 --- a/crawler.py +++ b/crawler.py @@ -23,11 +23,6 @@ class Crawler: source = self.__download_url__(self.base_url) article_urls = self.__extract_article_urls__(source) - article_urls.append( - 'https://www.ka-news.de/region/karlsruhe/falschparker-werden-in-karlsruhe-ab-juli-frueher-abgeschleppt-art-2813321') - article_urls.append( - 'https://www.ka-news.de/region/karlsruhe/musikalische-klaenge-in-der-karlsruher-innenstadt-karlsruhe-klingt-music-to-go-findet-zum-10-mal-statt-art-2813273') - articles = [] for url in article_urls: