add more subreddits
This commit is contained in:
+6
-1
@@ -264,7 +264,12 @@ REDDIT_USER_AGENT = os.getenv("REDDIT_USER_AGENT")
|
|||||||
REDDIT_SUBREDDITS = [
|
REDDIT_SUBREDDITS = [
|
||||||
"food",
|
"food",
|
||||||
"FoodPorn",
|
"FoodPorn",
|
||||||
"spicy"
|
"spicy",
|
||||||
|
"KoreanFood",
|
||||||
|
"JapaneseFood",
|
||||||
|
"DessertPorn",
|
||||||
|
"ChineseFood",
|
||||||
|
"IndianFood"
|
||||||
]
|
]
|
||||||
FAST_FOOD_KEYWORDS = [
|
FAST_FOOD_KEYWORDS = [
|
||||||
"mcdonald", "burger king", "wendy", "taco bell", "kfc",
|
"mcdonald", "burger king", "wendy", "taco bell", "kfc",
|
||||||
|
|||||||
Reference in New Issue
Block a user