Skip to content

Commit

Permalink
Bug fix (#86)
Browse files Browse the repository at this point in the history
* added the rproj and the list_my_channel

* - Added the upload_video option

* Upload video now works.

* updated the encoding and the docs

* upaded the package

* upaded the package

* upaded the package

* upaded the package

* upaded the package

* upaded the package

* upaded the package

* upaded the package

* tags now work

* updated docs for tags

* Fixing upload.

* Shit seems broken.

* Removed list_captions from exports as list_caption_tracks exists.

* Removing :::

* Fixed formatting issues.

* no factors in output for get_playlist_items

* exported the token checking with some more options and added read_sbv for sbv reading with an example

* new roxygen and bug fix

* updated buildignore

* updated the tuber main docs for Roxygen2 warning
  • Loading branch information
muschellij2 authored May 18, 2020
1 parent 033c1f5 commit c1d6d82
Show file tree
Hide file tree
Showing 22 changed files with 158 additions and 54 deletions.
11 changes: 7 additions & 4 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
^.*/.Rproj$
^.*\.Rproj$
^README.Rmd$
^/.Rproj/.user$
^\.Rproj\.user$
^.github$
^.httr-oauth$
^dev$
Expand All @@ -11,9 +11,12 @@
^appveyor.yml$
^cran-comments.md$
^tests/testthat/yt_key.enc$
^/.httr-oauth$
^_pkgdown/.yml$
^\.httr-oauth$
^_pkgdown\.yml$
^revdep$
.lintr
^data-raw$
^emoji_vignette$
^.*\.Rproj$
^\.Rproj\.user$
_pkgdown.yml
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@ Suggests:
xml2,
lintr,
hms
RoxygenNote: 6.1.1
RoxygenNote: 7.1.0
Encoding: UTF-8

3 changes: 2 additions & 1 deletion R/get_playlist_items.R
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,6 @@ get_playlist_items <- function (filter = NULL, part = "contentDetails",
recursive = FALSE),
as.data.frame, stringsAsFactors = FALSE)
)
} res
}
res
}
5 changes: 4 additions & 1 deletion R/tuber.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#' \pkg{tuber} provides access to the YouTube API V3.
#' @title \pkg{tuber} provides access to the YouTube API V3.
#'
#' @description \pkg{tuber} provides access to the YouTube API V3 via
#' RESTful calls.
#'
#' @name tuber
#' @importFrom httr GET POST DELETE authenticate config stop_for_status upload_file content oauth_endpoints oauth_app oauth2.0_token
Expand Down
3 changes: 1 addition & 2 deletions man/get_captions.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions man/get_comment_threads.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions man/get_comments.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions man/get_playlist_items.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions man/get_playlists.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions man/get_related_videos.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions man/get_subscriptions.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions man/list_caption_tracks.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 11 additions & 3 deletions man/list_channel_activities.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions man/list_channel_resources.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions man/list_channel_sections.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions man/list_channel_videos.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions man/list_videos.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/tuber.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 10 additions & 2 deletions man/upload_caption.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions man/upload_video.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions man/yt_oauth.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 21 additions & 7 deletions man/yt_search.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c1d6d82

Please sign in to comment.