od-database/od_crawler_exemple.py
2018-05-28 20:35:04 -04:00

9 lines
197 B
Python

from od_util import is_od
# Example usage. Links will be written into data.json
with open("/home/simon/out.txt") as f:
for line in f:
print(line[:-1])
print(is_od(line[:-1]))