[Feature] add podcast video support
Closed this issue · 6 comments
Hi,
Anchor is now supporting videos too.
How can I use this to post videos directly too?
What part of the code is responsible for converting to audio that I can comment out, if that works?
https://github.com/Schrodinger-Hat/youtube-to-anchorfm/blob/e9cc52ebf51c770c78b8edd5422cc99de8e92be9/src/youtube-yt-dlp/index.js#L31
This is the download format for youtubeDL
The current code extracts only the audio (the -x
option).
It would be necessary to change the download code to disable the -x
option and keep video extension if necessary.
Also necessary to change the upload part, because video upload occurs via another endpoint.
@pooriaarab Is this something you'd like to work on?
If not, can you close the issue?
Can we work on this? I don't think it will take too much time to make this feature available
Closing this as @pooriaarab has made no progress.
Feel free to re-open it whenever you're available :)