Skip to content
New issue

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

Override the default link #333

Merged
merged 1 commit into from
Jun 25, 2022
Merged

Override the default link #333

merged 1 commit into from
Jun 25, 2022

Conversation

JohannesHoppe
Copy link
Contributor

This will override the default link (usually the URL address) in the generated RSS feed with another link.

Before:

<rss version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
  <channel>
    <title>Level1News</title>
    <link>https://www.youtube.com/channel/CHANNEL_NAME_TO_HOST</link>
    
    <image>
      <link>https://www.youtube.com/channel/CHANNEL_NAME_TO_HOST</link>
    </image>

After:

<rss version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
  <channel>
    <title>Level1News</title>
    <link>https://example.org</link>

    <image>
      <link>https://example.org</link>
    </image>

fixes #233

This will override the default link (usually the URL address) in the generated RSS feed with another link.

fixes mxpv#233
@mxpv
Copy link
Owner

mxpv commented Jun 25, 2022

Thanks!

@mxpv mxpv merged commit b843426 into mxpv:main Jun 25, 2022
@JohannesHoppe JohannesHoppe deleted the custom-link branch June 25, 2022 23:52
@JohannesHoppe
Copy link
Contributor Author

JohannesHoppe commented Jun 27, 2022

@mxpv I'm having a hard time building the docker image and my Apple M1 (incompatible platform) makes everything extra complicated... 😞

Would it be possible for you to release a new version of podsync?! 🙂👍

@JohannesHoppe
Copy link
Contributor Author

JohannesHoppe commented Jun 27, 2022

FYI Meanwhile, I used this: tuxpeople/docker-podsync#59 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace YouTube link with Invidious link
2 participants