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',