Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
datakund committed Dec 18, 2020
1 parent 82b82b6 commit 436f00c
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions Docs/source/upload.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,20 @@ Upload
**************************************************
It uploads the video to youtube.

.. raw:: html

<div style="position: relative; padding-bottom: 56.25%; padding-top: 30px; margin-bottom:30px; height: 0; overflow: hidden; margin-left: 5%;"><iframe type="text/html" src="https://youtu.be/fc-vL5F4EGo" frameborder="0" style="position: absolute; top: 0; bottom: 10; width: 90%; height: 100%;" allowfullscreen></iframe></div>

Here is the code:-

.. py:function:: youtube.upload(title="title",description="description",kid_type="kid_type",video_path="video_path",playlist="playlist",type="type")
.. py:function:: youtube.upload(video_path="video_path",title="title",kid_type="kid_type",type="type",playlist="playlist",description="description")
:param str title: Video Title
:param str description: Description of video
:param str kid_type: e.g No, it's not Made for Kids
:param str video_path: Full Video file path
:param str playlist:
:param str type: e.g public, private
:param str video_path: Video Path
:param str title: Title
:param str kid_type: Kid Type
:param str type: Type
:param str playlist: Playlist
:param str description: Description
:return: {'VideoLink': 'VideoLink'}
:rtype: dict

0 comments on commit 436f00c

Please sign in to comment.