add optional article scraping
This commit is contained in:
parent
2c27ab316c
commit
a081019f51
3 changed files with 70 additions and 24 deletions
|
|
@ -15,6 +15,7 @@ def print_outline(outline, category):
|
|||
print('category = \'{}\''.format(category))
|
||||
print('name = \'{}\''.format(outline.text))
|
||||
print('url = \'{}\''.format(outline.xmlUrl))
|
||||
print('scrape = false')
|
||||
print('')
|
||||
|
||||
'''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue