Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcbbe45c

Browse files
committed
Fixed the rest of the conficts
1 parent14645e3 commitcbbe45c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

‎README.md‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ python script/spider.py -c config/prod.cfg -e
3737
python script/spider.py -c config/prod.cfg -t epub --upload googledrive
3838
python script/spider.py --config config/prod.cfg --all --extras --upload googledrive
3939

40-
# download and then upload to OneDrive (given the download url anyone can download it)
41-
python script/spider.py -c config/prod.cfg -t epub --upload onedrive
42-
python script/spider.py --config config/prod.cfg --all --extras --upload onedrive
43-
4440
# download and notify: gmail|ifttt|join
4541
python script/spider.py -c config/prod.cfg --notify gmail
4642

‎script/spider.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def main():
6060
parser=argparse.ArgumentParser(
6161
description='Download FREE eBook every day from www.packtpub.com',
6262
formatter_class=argparse.ArgumentDefaultsHelpFormatter,
63-
version='2.4.1')
63+
version='2.4.0')
6464

6565
parser.add_argument('-c','--config',required=True,help='configuration file')
6666
parser.add_argument('-d','--dev',action='store_true',help='only for development')

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp