Thanks. I'll try the code you provided. I'm using Chrome now.
To exclude sections, you used
exclude_sections =
while in the new york time recipe, it is
excludeSections =
Is there any difference? Is it possible to exclude articles like that? Say, if an article is titled "ABC" Is there something like
excludeArticles = ['ABC']
and this article (rather than the section) will be excluded from downloading (while an article called "ABC and D" will be kept even though ABC is included in the title.)
Thank you.
|