Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com> Co-authored-by: crazywoola <427733928@qq.com>tags/0.6.13
| @@ -186,7 +186,7 @@ class MessageFileParser: | |||
| } | |||
| response = requests.head(url, headers=headers, allow_redirects=True) | |||
| if response.status_code == 200: | |||
| if response.status_code in {200, 304}: | |||
| return True, "" | |||
| else: | |||
| return False, "URL does not exist." | |||