Schroedinger-Hat / youtube-to-anchorfm

An automation process to convert YouTube video into audio file and uploading it to Anchor.fm podcast
MIT License
128 stars 71 forks source link

[Feature] add podcast video support #39

Closed pooriaarab closed 8 months ago

pooriaarab commented 2 years ago

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?

abe-101 commented 2 years ago

https://github.com/Schrodinger-Hat/youtube-to-anchorfm/blob/e9cc52ebf51c770c78b8edd5422cc99de8e92be9/src/youtube-yt-dlp/index.js#L31 This is the download format for youtubeDL

weltonrodrigo commented 2 years ago

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.

abe-101 commented 2 years ago

@pooriaarab Is this something you'd like to work on?

If not, can you close the issue?

pooriaarab commented 2 years ago

Yes. I’d love to work on it please 🙂

Just moving places and it’ll be done in a day or two.

Appreciate all the help on this.

On Tue, Nov 8, 2022 at 7:57 AM Abe Hanoka @.***> wrote:

@pooriaarab https://github.com/pooriaarab Is this something you'd like to work on?

If not, can you close the issue?

— Reply to this email directly, view it on GitHub https://github.com/Schrodinger-Hat/youtube-to-anchorfm/issues/39#issuecomment-1307440959, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKHJD4CIMWMELQ4ETIBUQKTWHJZ43ANCNFSM5ZVPZCZA . You are receiving this because you were mentioned.Message ID: @.***>

-- Magical regards,

Pooria Arab

Web3 enthusiast

www.pooriaarab.com British Columbia, Canada

It is normal for me to take 2 days to read my emails and 2 more to reflect on the matter and respond calmly. The culture of immediacy and the constant fragmentation of time are not very compatible with the kind of life I lead

[image: facebook] https://www.facebook.com/Pooriarabb [image: twitter] https://twitter.com/pooria_arab [image: linkedin] https://www.linkedin.com/in/pooriaarab/ [image: instagram] https://www.instagram.com/pooria.arab/

TheJoin95 commented 1 year ago

Can we work on this? I don't think it will take too much time to make this feature available

TheJoin95 commented 8 months ago

Closing this as @pooriaarab has made no progress. Feel free to re-open it whenever you're available :)