Skip to content
Snippets Groups Projects
Commit 509e1dc5 authored by Zed's avatar Zed
Browse files

Remove leftover from wip stuff

parent 4c836776
No related branches found
No related tags found
No related merge requests found
......@@ -114,8 +114,8 @@ proc parseVideo(js: JsonNode): Video =
views: js{"ext", "mediaStats", "r", "ok", "viewCount"}.getStr,
available: js{"ext_media_availability", "status"}.getStr == "available",
title: js{"ext_alt_text"}.getStr,
durationMs: js{"duration_millis"}.getInt,
playbackType: mp4
durationMs: js{"duration_millis"}.getInt
# playbackType: mp4
)
with title, js{"additional_media_info", "title"}:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment