abe-101 / tube-cast

A command-line tool that converts YouTube videos into Anchor FM podcasts
https://pypi.org/project/tube-cast/
MIT License
13 stars 2 forks source link

Anchor.FM Update #12

Closed Vraelot closed 2 years ago

Vraelot commented 2 years ago

While the program is running it freezes after logging in because anchor.fm I guess updated recently. So there is a new user input popup asking if it's audio or video. So I have to intervene in the program and select one of the two to get the program running again.

https://prnt.sc/v9hVddLhShcz <- This is where it stops

Also note that if the "Video" is selected the upload fails Upload Fail

Commenting out lines 35-38 in src/youtube_dl.py does not seem to download the entire video for 'successful' uploading to Anchor.fm

abe-101 commented 2 years ago

While the program is running it freezes after logging in because anchor.fm I guess updated recently. So there is a new user input popup asking if it's audio or video. So I have to intervene in the program and select one of the two to get the program running again.

To fix this the xPath to the audio button should be added to the file youtube_to_anchorFM.py around line number 115 See pyppeteer documentation

abe-101 commented 2 years ago

Screenshot from 2022-07-19 01-15-17