Skip to content

Commit 273797c

Browse files
committed
compatibal unicode on py2
1 parent 262c4cb commit 273797c

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

blog/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
基于 tornado, rq的异步并发爬虫
2+
3+
### requirement:
4+
* python3
5+
* tornado
6+
* redis-rq

pdf/crawler.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# coding=utf-8
2+
from __future__ import unicode_literals
3+
24
import logging
35
import os
46
import re

0 commit comments

Comments
 (0)