You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,8 +75,9 @@ Now that you have established a connection to VideoDB, you can upload your video
75
75
You can directly upload from `youtube`, `any public url`, `S3 bucket` or a `local file path`. A default collection is created when you create your first connection.
76
76
77
77
`upload` method returns a `Video` object. You can simply pass a single string
78
-
representing either a local file path or a URL. For explicit calls, use the
79
-
``source`` parameter.
78
+
representing either a local file path or a URL. The optional second positional
79
+
argument is `media_type`, keeping backwards compatibility. For explicit calls,
0 commit comments