Youtube Video Summarizer avatar
Youtube Video Summarizer

Pricing

$150.00 / 1,000 videos

Go to Store
Youtube Video Summarizer

Youtube Video Summarizer

Developed by

VulnV

VulnV

Maintained by Community

Generate concise summaries of YouTube videos by providing a video URL.

0.0 (0)

Pricing

$150.00 / 1,000 videos

6

Total users

119

Monthly users

20

Runs succeeded

96%

Issues response

13 days

Last modified

2 months ago

IU

Using incorrect url to crawl

Closed

aiautomationbyaaron opened this issue
21 days ago

The actor is scraping the wrong video. I’m providing the URL https://www.youtube.com/watch?v=8DajVKAkL50 via the startUrls input in my request body, but the actor consistently returns data for a different video (https://www.youtube.com/watch?v=RkGouwhukjQ). The input is being passed dynamically from n8n and verified to be correct before the actor is called, so it seems the actor is either caching results or defaulting to a hardcoded URL instead of using the provided startUrls.

vulnv avatar

VulnV (vulnv)

21 days ago

I just tested the URL you have provided and it seems to be working: https://console.apify.com/view/runs/9l7aJNajc2gkX8UP6 Can you share those runs with me so I can check?

IU

aiautomationbyaaron

21 days ago

yes how do I do that

IU

aiautomationbyaaron

21 days ago
IU

aiautomationbyaaron

21 days ago

https://console.apify.com/view/runs/nZOebOF1CbIJxGOpW

Thats the downloader after your node in N8N and it pulls the right url through

IU

aiautomationbyaaron

20 days ago

Any update?

vulnv avatar

VulnV (vulnv)

19 days ago

The example you've provided (https://console.apify.com/view/runs/W8d985QR7rI9MUmhF) has an incorrect input:

{
"downloadSubtitles": false,
"hasCC": false,
"hasLocation": false,
"hasSubtitles": false,
"is360": false,
"is3D": false,
"is4K": false,
"isBought": false,
"isHD": false,
"isHDR": false,
"isLive": false,
"isVR180": false,
"maxResultStreams": 0,
"maxResults": 0,
"maxResultsShorts": 0,
"preferAutoGeneratedSubtitles": false,
"saveSubsToKVS": false,
"startUrls": [
{
"url": "https://www.youtube.com/watch?v=8DajVKAkL50",
"method": "GET"
}
],
"start_urls": [
"https://www.youtube.com/watch?v=RkGouwhukjQ"
]
}

You must enter the urls to scrape in 'start_utls' and not in 'startUrls'.