Package: youtubecaption
Title: Downloading YouTube Subtitle Transcription in a Tidy Tibble Data
        Frame
Version: 0.1.3
Authors@R: c(
    person(given = "JooYoung",
           family = "Seo",
           role = c("aut", "cre"),
           email = "jooyoung@psu.edu",
           comment = c(ORCID = "0000-0002-4064-6012")), 
    person("Soyoung", "Choi", role = "aut", email = "sxc940@psu.edu", comment = c(ORCID = "0000-0002-0998-3352")))
Description: Although there exist some R packages tailored for YouTube API (e.g., 'tuber'), downloading YouTube video subtitle (i.e., caption) in a tidy form has never been a low-hanging fruit. Using 'youtube-transcript-api Python package' under the hood, this R package provides users with a convenient way of parsing and converting a desired YouTube caption into a handy 'tibble' data_frame object. Furthermore, users can easily save a desired YouTube caption data as a tidy Excel file without advanced programming background knowledge.
SystemRequirements: Anaconda (https://www.anaconda.com/download/)
License: GPL-3
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
URL: https://github.com/jooyoungseo/youtubecaption
BugReports: https://github.com/jooyoungseo/youtubecaption/issues
Imports: stringr, writexl, reticulate, purrr, magrittr, tibble, dplyr
RoxygenNote: 7.0.2
Suggests: knitr, rmarkdown, covr
NeedsCompilation: no
Packaged: 2020-01-09 19:37:34 UTC; JooYoung
Author: JooYoung Seo [aut, cre] (<https://orcid.org/0000-0002-4064-6012>),
  Soyoung Choi [aut] (<https://orcid.org/0000-0002-0998-3352>)
Maintainer: JooYoung Seo <jooyoung@psu.edu>
Repository: CRAN
Date/Publication: 2020-01-10 12:20:02 UTC
