aboutsummaryrefslogtreecommitdiffstats
path: root/scrape/parse_wanfang_html.py
diff options
context:
space:
mode:
Diffstat (limited to 'scrape/parse_wanfang_html.py')
-rwxr-xr-xscrape/parse_wanfang_html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scrape/parse_wanfang_html.py b/scrape/parse_wanfang_html.py
index 1146528..85187f5 100755
--- a/scrape/parse_wanfang_html.py
+++ b/scrape/parse_wanfang_html.py
@@ -23,7 +23,7 @@ def parse_wanfang_html(wanfang_html):
tag_div = paper_li.find('div', **{'class': 'tag'})
paper = dict(
is_first_issue=is_first_issue,
- info_url="http://subject.med.wanfangdata.com.cn" + title_a['href'],
+ url="http://subject.med.wanfangdata.com.cn" + title_a['href'],
wanfang_id=title_a['href'].split('/')[-1],
title=title_a.get_text().strip(),
journal=subtitle_div.find('span', **{'class': 'origin'}).get_text().replace('来源:', '').strip(),