9 lines
184 B
Python
9 lines
184 B
Python
|
#!/usr/bin/env python
|
||
|
# coding: utf-8
|
||
|
|
||
|
import csdn
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
csdn.onearticle("https://blog.csdn.net/u010658002/article/details/124567286", "cookie.txt")
|
||
|
|
||
|
|