this phase i have a excel data in which channel links are pressent and based on them i need to go to channel and extract videos URL from the channel which are uploaded 2 years back and i have no clue what would be the workflow and what are the activity that can we used in this process.
→ First extract all the video titles, links or any other any information you want with that extract the time means 1 week ago, 2 years ago like that by using extract table data activity.
→ The output of Extract Table data activity is the Datatable datatype variable, let’s call it as ExtractDatatable.
→ After extraction filter the datatable by taking reference time column which has 1 week ago, 2 years ago values then filter with 2 years ago then you will get all the details of videos in 2 years ago.
We can do it for all the URL by using data extraction there is an activity called Extract Table data which helps you to scrap the URL data from each video in youtube.
Have you tried in using the Extract Table data activity. @Adithyeshwar_goud
→ Use read range workbook activity to read the excel and store in a datatable variable called InputDatatable.
→ After read range insert the For each row in datatable activity to iterate the each row in the datatable.
→ Indicate the Google home page for the Use application\browser activity, and pass the CurrentRow(“Column name of URL”).toString in the Browser URL field.
→ Inside of Use application\browser activity insert the Extract Table data activity to extract the table in each channel.
there are many online extractor, youtube downloaders. I tried many, if the video graphics bad, you can use these tools. but if 4k resolution, most tools do not support or they’re not in mp4, which is very inconvenient. So I rather screen record it, currently using the FoneDog Screen Recorder, you can google it if you’re interested