We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa76be5 commit 6eaffdeCopy full SHA for 6eaffde
1 file changed
comic-update-multithreading.py
@@ -13,14 +13,6 @@
13
regex6 = re.compile(r"^\/([^\/]+/)")
14
regex7 = re.compile(r"\d{4}-\d{2}-\d{2}\s+\d{2}:\d{2}")
15
16
-#regex = re.compile(r"img\s+src=([^\s]+)\s+alt=([^\/]+)")
17
-#regex2 = re.compile(r"span\s+class=\"gray12\">([^<]+)")
18
-#regex3 = re.compile(r"a\s+href=[^\s]+\s+target=[^\s]+\s+title=[^\s]+\s+class=[^>]+>([^<]+)")
19
-#regex4 = re.compile(r"<li>([^<]+)")
20
-#regex5 = re.compile(r"a\s+target=[^s]+\s+title=[^\s]+\s+href=([^>]+)>([^<]+)")
21
-#regex6 = re.compile(r"^\/([^\/]+/)")
22
-#regex7 = re.compile(r"\d{4}-\d{2}-\d{2}\s+\d{2}:\d{2}")
23
-
24
conf = ConfigParser.ConfigParser()
25
conf.read("conf_comic")
26
section = "dmzj"
0 commit comments