Skip to content

Commit

Permalink
Merge pull request #1043 from openzim/youtube_3_2_1
Browse files Browse the repository at this point in the history
Remove --type argument of Youtube following 3.2.1 release
  • Loading branch information
benoit74 authored Nov 1, 2024
2 parents 028324f + c8c04a7 commit 2587474
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 2587474

Please sign in to comment.