Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Can you write the outtmp to memory? #7855
Comments
|
You have been already clarified that |
I've been trying for some time now to have youtube-dl output the mp3 into a temporary file so I can migrate it or write straight to amazon s3.
Every iteration I have tried from BytesIO to Lambda returns
AttributeError: xxxinstance has no attribute 'startswith'I saw that there is the
'-o -': Trueoption which streams the data. What I'm wondering is if it would be possible to use that or how I would go about trying to get this to output to amazon S3using the boto3 library you can do something along these lines
Here is what I currently have which is still not working.