podsync icon indicating copy to clipboard operation
podsync copied to clipboard

Turn YouTube or Vimeo channels, users, or playlists into podcast feeds

Results 125 podsync issues
Sort by recently updated
recently updated
newest added

It would be convenient to run Podsync from serverless infrastructure, so there is no need to maintain a separate instances. Support would be very straightforward - implement corresponding interfaces and...

C-enhancement
P-high

I was trying to set up podsync to listen to the next.js 2021 conference videos on a long road trip, but I couldn't seem to add the feed to overcast...

I tried to download a youtube video >3 hrs long. I've set my timeout value to 3600, basically I want podsync to just let it download the video. However, it...

Hi, I have a feed which page_size is 2. If I set a not_title filter which matches 2 or more episodes, other not matched episode will not be downloaded. So...

It would be cool if users could specify a minimum/maximum video duration in the filters configuration.

I just installed in my VPS through docker and the log showed it worked well. Also the files downloaded and also stored in my vps local storage. ![tmpC207](https://user-images.githubusercontent.com/47098938/152469450-58e61ceb-28e3-49fe-a72e-1efd90c2e1f7.png) ![tmp16CF](https://user-images.githubusercontent.com/47098938/152469557-ff24f2e0-4775-4ed3-a99c-9a92660e3944.png) Also...

On some of streams I'm getting an error: `time="2022-02-07T10:21:28+01:00" level=error msg="failed to update feed: https://www.youtube.com/channel/UCcPuUNlUF4DWQ5e0hrE4cug" error="update failed: failed to query video descriptions: googleapi: Error 400: The request specifies an invalid...

~~add some docs on hey you can use make (#195 was my first 'developer' usage of make)~~ ~~For docker, I think podsync should be output to bin/podsync instead, it seems...

Hello, is it possible to specify things like the youtube access token through env variables? it would be useful for me so I can have my own docker-compose file and...

C-feature-request

Is it possible to set a different UID and GID in docker compose? If I add the command `user: $(id -u):$(id -g)` with a UID not belonging to a root...