This repository contains content for the upcoming SwiftVideos app.
Add new videos into a conference's edition
swift run --package-path scripts/SwiftVideosTools/ SwiftVideosTools videos create content/ "FrenchKit" frenchkit 2019Generate a list of videos
swift run --package-path scripts/SwiftVideosTools/ SwiftVideosTools videos generate content/Download preview images of youtube videos
swift run --package-path scripts/SwiftVideosTools/ SwiftVideosTools videos youtube_preview content/conferences/tryswift-nyc/2018Download preview images of vimeo videos
swift run --package-path scripts/SwiftVideosTools/ SwiftVideosTools videos vimeo_preview content/conferences/nsspain/2019Validate the list of videos
swift run --package-path scripts/SwiftVideosTools/ SwiftVideosTools videos validate content/Generate a list of authors
swift run --package-path scripts/SwiftVideosTools/ SwiftVideosTools authors generate content/Validate the list of authors
swift run --package-path scripts/SwiftVideosTools/ SwiftVideosTools authors validate content/