YouTube Video Subtitles (captions) Scraper avatar
YouTube Video Subtitles (captions) Scraper

Pricing

$14.99/month + usage

Go to Store
YouTube Video Subtitles (captions) Scraper

YouTube Video Subtitles (captions) Scraper

Developed by

Flowo

Flowo

Maintained by Community

Extract subtitles (captions) from one or multiple YouTube videos. Download YouTube video subtitles (captions) as a HTML, JSON, CSV, Excel, or XML doc.

1.0 (1)

Pricing

$14.99/month + usage

21

Total users

493

Monthly users

42

Runs succeeded

>99%

Issues response

1.5 days

Last modified

16 hours ago

UH

All runs have been failing

Closed

user-hTbab8D64jQZjrwSC opened this issue
a year ago

All runs have been failing

genial_candlestand avatar

Hello! Can you provide more information about your runs?

UH

user-hTbab8D64jQZjrwSC-owner

a year ago

Log from one of the failed runs: https://d.pr/i/KQp3Wy/IXpwVPqeG7

genial_candlestand avatar

I don't have permission to view these runs. Can you send me the public link?

UH

user-hTbab8D64jQZjrwSC-owner

a year ago
genial_candlestand avatar

As I can see, you have an incorrect input data format.

Your input data:

{
"startUrls": [
{
"url": "https://www.youtube.com/watch?v=lR7nxIMgTy4"
}
],
"language": "en",
"useAsr": true
}

Correct input data:

{
"startUrls": [
"https://www.youtube.com/watch?v=lR7nxIMgTy4"
],
"language": "en",
"useAsr": true
}
genial_candlestand avatar

When you change Start URLs make sure it is a clean url. Or if you are using bulk edit that each url is on a new line.

UH

user-hTbab8D64jQZjrwSC-owner

a year ago

Thank you, figured it out.