Преглед на файлове

Update scrape.py

changed spotitube.py to scrape.py
pull/1/head
RinRi преди 3 години
committed by GitHub
родител
ревизия
18d26c4088
No known key found for this signature in database 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


Зареждане…
Отказ
Запис