Skip to content

Commit

Permalink
Remove --type argument of Youtube following 3.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Nov 1, 2024
1 parent 028324f commit c8c04a7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions dispatcher/backend/src/common/schemas/offliners/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c8c04a7

Please sign in to comment.