Explorar el Código

Update scrape.py

changed spotitube.py to scrape.py
pull/1/head
RinRi hace 3 años
committed by GitHub
padre
commit
18d26c4088
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      scrape.py

+ 2
- 2
scrape.py Ver fichero

@@ -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


Cargando…
Cancelar
Guardar