mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-19 08:12:09 +00:00
fx
This commit is contained in:
@@ -99,9 +99,10 @@ class Librarian(object):
|
|||||||
if item["container"] == "NO" and item["title"]:
|
if item["container"] == "NO" and item["title"]:
|
||||||
print(item["title"])
|
print(item["title"])
|
||||||
item_link = "https://sci-hub.se/" + str(item['DOI'])
|
item_link = "https://sci-hub.se/" + str(item['DOI'])
|
||||||
|
print(item_link)
|
||||||
if self.check_if_exists(item_link):
|
if self.check_if_exists(item_link):
|
||||||
refined_result.append(item)
|
refined_result.append(item)
|
||||||
print (item_link)
|
print ("HIT")
|
||||||
time.sleep(0.01)
|
time.sleep(0.01)
|
||||||
return refined_result
|
return refined_result
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user