Browse Source

Fix Comedy Category ID

The old Comedy Category ID 34 is invalid, the correct ID is 23.
Artur Kordowski 7 years ago
parent
commit
b2e04c9fc4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_upload/categories.py

+ 1 - 1
youtube_upload/categories.py

@@ -19,7 +19,7 @@ IDS = {
     "Gaming": 20,
     "Videoblogging": 21,
     "People & Blogs": 22,
-    "Comedy": 34,
+    "Comedy": 23,
     "Entertainment": 24,
     "News & Politics": 25,
     "Howto & Style": 26,