diff --git a/anime-rss.py b/anime-rss.py index 12ec73a..b33c354 100644 --- a/anime-rss.py +++ b/anime-rss.py @@ -3,6 +3,8 @@ import json import re import subprocess +feedparser.USER_AGENT = "anime-rss/1.0" + # ANSI escape sequence coloring CSI = "\x1B[" BOLD = CSI + "1;49m"