Skip to content

Commit 6eaffde

Browse files
JINGJING
authored andcommitted
使用多线程,修复大量bug
1 parent fa76be5 commit 6eaffde

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

comic-update-multithreading.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@
1313
regex6 = re.compile(r"^\/([^\/]+/)")
1414
regex7 = re.compile(r"\d{4}-\d{2}-\d{2}\s+\d{2}:\d{2}")
1515

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-
2416
conf = ConfigParser.ConfigParser()
2517
conf.read("conf_comic")
2618
section = "dmzj"

0 commit comments

Comments
 (0)