feat/videos-only-mode #5
@@ -240,7 +240,7 @@ func (c *Client) DownloadModules(courseRoot string) {
|
||||
indent := strings.Repeat(" ", len(subHeaderStack)+1)
|
||||
fmt.Printf("%s- Found direct video link: %s\n", indent, item.Title)
|
||||
|
||||
panopto.DownloadExternalPanoptoURL(c.HTTPClient, c.AccessToken, item.URL, item.ExternalURL, targetDir, item.Title)
|
||||
panopto.DownloadExternalPanoptoURL(c.HTTPClient, c.AccessToken, item.HTMLURL, item.ExternalURL, targetDir, item.Title)
|
||||
}
|
||||
|
||||
case "Page":
|
||||
|
||||
Reference in New Issue
Block a user