Merge branch 'main' of github.com:NanmiCoder/MediaCrawler

This commit is contained in:
Relakkes 2023-07-24 21:00:00 +08:00
commit 7d63c2f9ec
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class FeedType(Enum):
class NoteType(Enum): class NoteType(Enum):
NOMAL = "nomal" NORMAL = "normal"
VIDEO = "video" VIDEO = "video"