alexlaverty / python-reddit-youtube-bot

Automated Reddit Youtube Video Bot
https://www.youtube.com/channel/UCzIwW92D_rM5_yvWBsquSbw
78 stars 17 forks source link

Can I use multiple threads to process multiple videos at once on tools? #21

Open alexdo83 opened 1 year ago

alexdo83 commented 1 year ago
  1. The previous version i tried to use 2 threads at the same time to create the video... as a result there will be 1 thread stopped, don't know if this version has leveled it! image
  2. Tools is still in a state in the process (download screenshot) too long download time will lead to tools error and out of processing ... don't know if you can fix this error?
alexlaverty commented 1 year ago

Trying to compile the same url via two cmd prompts? not sure if that would work there might be some conflict or overwriting each other occurring, i will have to try and learn more about multi threading async processes in python haven't done much work with that before : / I think it should be possible to async download multiple screenshots at the same time, maybe playwright supports it.