Loom Video Scraper avatar
Loom Video Scraper

Pricing

$2.00/month + usage

Go to Store
Loom Video Scraper

Loom Video Scraper

Developed by

dz_omar

dz_omar

Maintained by Community

🎥 Advanced Loom scraper that extracts & downloads videos, transcripts, and metadata from individual videos and entire 🗂️folders. Supports bulk operations, multiple formats (SRT, VTT, TXT, XML), and authentication. 📚 Ideal for content archiving and knowledge management.

5.0 (8)

Pricing

$2.00/month + usage

8

Total users

18

Monthly users

18

Runs succeeded

97%

Issues response

0.41 hours

Last modified

19 hours ago

OE

out of memory errory

Closed

omar.eldeeb opened this issue
13 days ago

The Actor hit an OOM (out of memory) condition. You can resurrect it with more memory to continue where you left off.

DZ_Omar avatar

Hi @omar.eldeeb: Thanks for reporting the issue! Just to clarify, this is a known Out of Memory (OOM) case mentioned in the README. The required memory depends mostly on the video duration and download size not a fixed 1GB for everyone. In your run: Memory: 1024 MB Exit Code: 137 (OOM) The Actor stopped after 5 seconds due to insufficient memory. For comparison, I ran the exact same Actor with 2048 MB, and it succeeded without issues: Successful Run 2GB Memory Memory used: 1.7 GB peak Duration: 56 seconds So in your case, allocating only 1024 MB wasn't enough the memory limit was hit before any video could be fully processed. Tip: When downloading videos, especially longer ones, allocating at least 2 GB is recommended. Also, just so you know, you can resurrect the Actor, and it will resume where it left off rather than starting over. Best regard DZ_Omar