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.
| Version: | 1.0.0 |
| Imports: | stringr, writexl, reticulate, purrr, magrittr, tibble, dplyr |
| Suggests: | knitr, rmarkdown, covr |
| Published: | 2020-05-15 |
| Author: | JooYoung Seo |
| Maintainer: | JooYoung Seo <jooyoung at psu.edu> |
| BugReports: | https://github.com/jooyoungseo/youtubecaption/issues |
| License: | GPL-3 |
| URL: | https://github.com/jooyoungseo/youtubecaption |
| NeedsCompilation: | no |
| SystemRequirements: | Anaconda (https://www.anaconda.com/download/) |
| Citation: | youtubecaption citation info |
| Materials: | README NEWS |
| CRAN checks: | youtubecaption results |
| Reference manual: | youtubecaption.pdf |
| Vignettes: |
youtubecaption_vignette |
| Package source: | youtubecaption_1.0.0.tar.gz |
| Windows binaries: | r-devel: youtubecaption_1.0.0.zip, r-release: youtubecaption_1.0.0.zip, r-oldrel: youtubecaption_1.0.0.zip |
| macOS binaries: | r-release: youtubecaption_1.0.0.tgz, r-oldrel: youtubecaption_1.0.0.tgz |
| Old sources: | youtubecaption archive |
Please use the canonical form https://CRAN.R-project.org/package=youtubecaption to link to this page.