#' Login Baidu
#'
#' @param bduss bduss of Baidu
#'
#' @export
#'
bd.login <- function(bduss){
command=paste('BaiduPCS-Go.exe login -bduss',bduss)
x <- system(command = command,
intern = T,show.output.on.console = F)
Encoding(x) = 'UTF-8'
cat(paste0(x,collapse = '\n'))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.