added ppt to scrapy.linkextractor.IGNORED_EXTENSIONS

This commit is contained in:
Pablo Hoffman 2012-08-07 14:18:49 -03:00
parent abcc8c9f63
commit 16bee46c70
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ IGNORED_EXTENSIONS = [
'm4a',
# other
'css', 'pdf', 'doc', 'exe', 'bin', 'rss', 'zip', 'rar',
'css', 'pdf', 'doc', 'exe', 'bin', 'rss', 'zip', 'rar', 'ppt',
]