Bug fixes

This commit is contained in:
2025-02-01 20:31:35 +00:00
parent 249a616531
commit f10e6063fc
3 changed files with 4 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ from bs4 import BeautifulSoup
import settings
from feeds import hackernews, reddit, tildes, manual, lobsters
import utils
INVALID_DOMAINS = ['youtube.com', 'bloomberg.com', 'wsj.com', 'sec.gov']
TWO_DAYS = 60*60*24*2