Merge pull request #6021 from dveselov/master-1

Add .webp to link extractor IGNORED_EXTENSIONS list
This commit is contained in:
Andrey Rakhmatullin 2023-08-21 22:04:03 +04:00 committed by GitHub
commit 0e7fc60b89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ IGNORED_EXTENSIONS = [
"svg",
"cdr",
"ico",
"webp",
# audio
"mp3",
"wma",