Skip to content

Commit

Permalink
更新源文件
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinxi-1220 committed Apr 29, 2019
1 parent cfeb892 commit 97a8cf1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Crawl.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#--coding:utf-8--
#-*-coding:utf-8-*-
#@author:lijinxi
'''
获取所有urls
Expand Down
2 changes: 1 addition & 1 deletion generatexls.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#--coding:utf-8--
#-*-coding:utf-8-*-
#@author:lijinxi
'''
generate xls
Expand Down
2 changes: 1 addition & 1 deletion getContent.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#--coding:utf-8--
#-*-coding:utf-8-*-
#@author:lijinxi
'''
解析url并保存为html
Expand Down
2 changes: 1 addition & 1 deletion mergepdf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#--coding:utf-8--
#-*-coding:utf-8-*-
#@author:lijinxi
'''
合并生成的pdf文件
Expand Down
2 changes: 1 addition & 1 deletion mvfile.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#--coding:utf-8--
#-*-coding:utf-8-*-
#@author:lijinxi
'''
move file
Expand Down
2 changes: 2 additions & 0 deletions topdf.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#-*-coding:utf-8-*-
#@author:lijinxi
import pdfkit
import os
import re
Expand Down

0 comments on commit 97a8cf1

Please sign in to comment.