You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a post with multiple attachments (.rar files in this case), and only the first attachment is downloaded. The others are skipped. Here is the debug output:
It's weird because the downloads have different names and hashes, but they are skipped after the first one. I read in another issue #590 that the hash is used to detect duplicates, so it is weird that duplicates are detected when the hashes are different. These files are also skipped when setting the skip to false or enumerate.
The text was updated successfully, but these errors were encountered:
Instead of accessing a specific part of a download URL, potentially
causing an exception if it doesn't exist, we're now searching through
all parts for a potential MD5 hash without ever raising an exception.
Hi,
There is a post with multiple attachments (.rar files in this case), and only the first attachment is downloaded. The others are skipped. Here is the debug output:
It's weird because the downloads have different names and hashes, but they are skipped after the first one. I read in another issue #590 that the hash is used to detect duplicates, so it is weird that duplicates are detected when the hashes are different. These files are also skipped when setting the skip to false or enumerate.
The text was updated successfully, but these errors were encountered: