diff --git a/crawler.py b/crawler.py index 2fafdee..f955254 100644 --- a/crawler.py +++ b/crawler.py @@ -27,7 +27,7 @@ def download_group_filters(multi_url,incoming): with open(incoming, 'ab') as f: for data in get: f.write(data) - return url + return url def filtering(filters_welcome): unwanted = ['#',';','@','$',' NS',' NS','@@||','!','local-data:','-']