Nothing
# get_mkv_info ─────────────────────────────────────────────────────────────────
test_that("get_mkv_info errors on a non-existent file", {
expect_error(get_mkv_info("/nonexistent/file.mkv"), "Invalid input")
})
# read_subtitles_mkv ───────────────────────────────────────────────────────────
test_that("read_subtitles_mkv errors if file does not exist", {
expect_error(read_subtitles_mkv("/nonexistent/file.mkv"), "file not found")
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.