mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-08 19:19:18 +00:00
add unknown field to VideoTypeEnum
This commit is contained in:
@@ -1,7 +1,12 @@
|
|||||||
|
"""video constants"""
|
||||||
|
|
||||||
import enum
|
import enum
|
||||||
|
|
||||||
|
|
||||||
class VideoTypeEnum(enum.Enum):
|
class VideoTypeEnum(enum.Enum):
|
||||||
|
"""all vid_type fields"""
|
||||||
|
|
||||||
VIDEO = "video"
|
VIDEO = "video"
|
||||||
LIVE = "live"
|
LIVE = "live"
|
||||||
SHORT = "short"
|
SHORT = "short"
|
||||||
|
UNKNOWN = "unknown"
|
||||||
|
|||||||
Reference in New Issue
Block a user