Author: Jerry Chae
Description
This plugin operates with YouTube’s video contents. The 5 functions include Get Info, Stream Info, Download, Caption Info, and Caption Get
How to obtain Video ID from YouTube
How to get a YouTube video ID from a youtube.com page URL. You may be watching the video or just happened to visit a link to a video. The video ID will be located in the URL of the video page, right after the v= URL parameter. For example if the URL of the video is: https://www.youtube.com/watch?v=aqz-KE-bpKQ, the video ID is “aqz-KE-bpKQ”.
Here is a YouTube video for easier explanation!
https://www.youtube.com/watch?v=liJVSwOiiwg
Info |
The following modifications are required to use this plug-in.Please move the folder path as follows.1. Enter %homepath% in folder path2. Go to '.argos-rpa.venv/ 'date' /Lib/site-packages/pytube/'.3. Open cipher.py file.4. #30 line as follows
var_regex = re.compile(r"^\w+\W")
#411 line is as follows
transform_plan_raw = js
5. Change as shown in 4.