ソースを参照

Update scrape.py

changed spotitube.py to scrape.py
pull/1/head
RinRi 3年前
committed by GitHub
コミット
18d26c4088
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      scrape.py

+ 2
- 2
scrape.py ファイルの表示

@@ -10,11 +10,11 @@ def main(argv):
try:
opts, args = getopt.getopt(argv,"hi:o:",["ifile=","ofile="])
except getopt.GetoptError:
print ('spotitube.py -i <Search Keyword> -o <Index>')
print ('scrape.py -i <Search Keyword> -o <Index>')
sys.exit(2)
for opt, arg in opts:
if opt == '-h':
print ('spotitube.py -i <Search Keyword> -o <Index>')
print ('scrape.py -i <Search Keyword> -o <Index>')
sys.exit()
elif opt in ("-i", "--ifile"):
inputfile = arg


読み込み中…
キャンセル
保存