From c8c04a779097b38721b1a224600d8453e9fa9b90 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Fri, 1 Nov 2024 15:01:20 +0000 Subject: [PATCH] Remove --type argument of Youtube following 3.2.1 release --- .../backend/src/common/schemas/offliners/youtube.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/dispatcher/backend/src/common/schemas/offliners/youtube.py b/dispatcher/backend/src/common/schemas/offliners/youtube.py index c4109d97..1e376574 100644 --- a/dispatcher/backend/src/common/schemas/offliners/youtube.py +++ b/dispatcher/backend/src/common/schemas/offliners/youtube.py @@ -45,17 +45,6 @@ class Meta: required=True, ) - kind = StringEnum( - metadata={ - "label": "Type", - "description": "Type of Youtube ID. Use channel for handle, channel or " - "user.", - }, - validate=validate.OneOf(["channel", "playlist"]), - data_key="type", - required=True, - ) - language = String( metadata={ "label": "Language",