1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-08 04:55:37 -05:00

Show overlay for unavailable videos

This commit is contained in:
Zed
2019-08-19 22:03:00 +02:00
parent 8b31f58998
commit 728a335f2c
4 changed files with 23 additions and 6 deletions

View File

@@ -44,6 +44,7 @@ db("cache.db", "", "", ""):
thumb*: string
views*: string
available*: bool
reason*: string
playbackType* {.
dbType: "STRING"
parseIt: parseEnum[VideoType](it.s)