YouTube Video Subtitles (captions) Scraper
2 days trial then $14.99/month - No credit card required now
YouTube Video Subtitles (captions) Scraper
2 days trial then $14.99/month - No credit card required now
Extract subtitles (captions) from one or multiple YouTube videos. Download YouTube video subtitles (captions) as a HTML, JSON, CSV, Excel, or XML doc.
All runs have been failing
Hello! Can you provide more information about your runs?
I see, are you not able to see them?
Here is a screenshot: https://d.pr/i/wKliXf/xnSfXe8NoK
Here is a link to the runs: https://console.apify.com/organization/RkbRmkpzv3BbWKbmX/actors/o2ZziUjiDSmp4vUKy/runs/VEv2XoYaYMt0aiu9y#output
Log from one of the failed runs: https://d.pr/i/KQp3Wy/IXpwVPqeG7
I don't have permission to view these runs. Can you send me the public link?
I see, here you go: https://console.apify.com/view/runs/VEv2XoYaYMt0aiu9y
As I can see, you have an incorrect input data format.
Your input data:
1{ 2 "startUrls": [ 3 { 4 "url": "https://www.youtube.com/watch?v=lR7nxIMgTy4" 5 } 6 ], 7 "language": "en", 8 "useAsr": true 9}
Correct input data:
1{ 2 "startUrls": [ 3 "https://www.youtube.com/watch?v=lR7nxIMgTy4" 4 ], 5 "language": "en", 6 "useAsr": true 7}
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.
Thank you, figured it out.