Skip to content

Commit 6b2871d

Browse files
committed
Merge pull request scrapy#1835 from djunzu/add_pps_to_IGNORED_EXTENSIONS
[MRG+1] Add pps extension to IGNORED_EXTENSIONS
2 parents b8fcb46 + 0e288d4 commit 6b2871d

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)