diff options
-rw-r--r-- | lib/contents.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/contents.php b/lib/contents.php index 3074bd72..304d394e 100644 --- a/lib/contents.php +++ b/lib/contents.php @@ -36,6 +36,7 @@ const RSSBRIDGE_HTTP_STATUS_CODES = [ '415' => 'Unsupported Media Type', '416' => 'Requested Range Not Satisfiable', '417' => 'Expectation Failed', + '429' => 'Too Many Requests', '500' => 'Internal Server Error', '501' => 'Not Implemented', '502' => 'Bad Gateway', |