9 lines
128 B
Python
9 lines
128 B
Python
|
#!/usr/bin/env python
|
||
|
# coding: utf-8
|
||
|
|
||
|
import csdn
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
csdn.spider("Poulen", "cookie.txt")
|
||
|
|
||
|
|