Skip to content

Commit 0e288d4

Browse files
committed
Add pps extension to IGNORED_EXTENSIONS
modified: scrapy/linkextractors/__init__.py
1 parent b8fcb46 commit 0e288d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scrapy/linkextractors/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
'm4a',
3131

3232
# office suites
33-
'xls', 'xlsx', 'ppt', 'pptx', 'doc', 'docx', 'odt', 'ods', 'odg', 'odp',
33+
'xls', 'xlsx', 'ppt', 'pptx', 'pps', 'doc', 'docx', 'odt', 'ods', 'odg',
34+
'odp',
3435

3536
# other
3637
'css', 'pdf', 'exe', 'bin', 'rss', 'zip', 'rar',

0 commit comments

Comments
 (0)