@@ -3,6 +3,8 @@ import json
|
|||||||
import re
|
import re
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
|
feedparser.USER_AGENT = "anime-rss/1.0"
|
||||||
|
|
||||||
# ANSI escape sequence coloring
|
# ANSI escape sequence coloring
|
||||||
CSI = "\x1B["
|
CSI = "\x1B["
|
||||||
BOLD = CSI + "1;49m"
|
BOLD = CSI + "1;49m"
|
||||||
|
|||||||
Reference in New Issue
Block a user