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