mirror of
https://github.com/simon987/od-database.git
synced 2025-12-15 23:59:05 +00:00
Initial commit
This commit is contained in:
8
od_crawler_exemple.py
Normal file
8
od_crawler_exemple.py
Normal file
@@ -0,0 +1,8 @@
|
||||
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]))
|
||||
Reference in New Issue
Block a user