We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run podsync, the logs show that the first download is downloading:
INFO[2021-12-24T11:49:52+01:00] -> updating https://www.youtube.com/watch?v=GLHvspXLZZA&list=PL6PJg4k4pL5yIeIwXfY1qUxl-MFr7BfZS feed_id=ID1 format=video quality=low INFO[2021-12-24T11:49:53+01:00] downloading episodes page_size=50 INFO[2021-12-24T11:49:53+01:00] download count: 49 INFO[2021-12-24T11:49:53+01:00] ! downloading episode https://youtube.com/watch?v=2MCEWdUkkM4 episode_id=2MCEWdUkkM4 index=0
But after 1 hour, it's still like that. I don't see anything in the data directory other than the xml and opml files. Am I missing something?
The text was updated successfully, but these errors were encountered:
see look like a problem from #237
Sorry, something went wrong.
Thanks, I just brew uninstalled youtube-dl and brew installed yt-dlp and ln -s /usr/local/bin/yt-dlp /usr/local/bin/youtube-dl and now it works!
brew uninstalled youtube-dl
brew installed yt-dlp
ln -s /usr/local/bin/yt-dlp /usr/local/bin/youtube-dl
No branches or pull requests
When I run podsync, the logs show that the first download is downloading:
But after 1 hour, it's still like that. I don't see anything in the data directory other than the xml and opml files. Am I missing something?
The text was updated successfully, but these errors were encountered: