mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-28 19:23:11 +01:00
fix web res
This commit is contained in:
parent
7e6a4c05a1
commit
f3a24a9bd2
1 changed files with 2 additions and 1 deletions
|
@ -664,7 +664,8 @@ def is_hashable_only_content_type(content_type) -> bool:
|
|||
'gif',
|
||||
'mp4',
|
||||
'webm',
|
||||
'application/zip',
|
||||
'zip',
|
||||
'stream',
|
||||
)
|
||||
|
||||
for hashable_only_content_type in hashable_only_content_types:
|
||||
|
|
Loading…
Reference in a new issue