You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like media urls in the feed are constructed here. Sample url looks like this: http://yt2podcast.test/getMovie.php/dQw4w9WgXcQ.mp4
Default PHP nginx/apache configuration treats getMovie.php in above address as a folder, and instead of pointing to .php file, link like this produces an error.
Are you perhaps using some .htaccess or nginx directives to get it to work? if so, can you share it in the repo/add to readme?