@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user