GithubHelp home page GithubHelp logo

Comments (4)

lightpohl avatar lightpohl commented on June 3, 2024

Hey @lukengda!

Thanks for letting me know about this issue you're running into. I have a local branch with a likely fix, but I wanted to verify that it'll work for the feeds you're encountering. Would you mind posting one of the RSS feeds or at least a snippet of one?

Mainly just want to verify that they are providing the audio links via an enclosure and are including the type property.

from podcast-dl.

lukengda avatar lukengda commented on June 3, 2024

Oh, you are right, I missed the fact that the enclosure contained a type directive.

It's great to here that you already have something in mind for a solution.

Here is an example of a feed item:

    <item>
      <title>#title</title>
      <link>https://example.com/episode/49eab2eab9f1cd6148f211</link>
      <description>Content</description>
      <enclosure url="https://files.example.com/49eab2eab9f1cd6148f211"
        length="0"
        type="audio/mpeg"/>
      <pubDate>Wed, 27 Jan 2021 00:00:00 +0000</pubDate>
      <guid>episode:49eab2eab9f1cd6148f211</guid>
      <dc:date>2021-01-27T00:00:00+00:00</dc:date>
      <itunes:explicit>no</itunes:explicit>
      <itunes:subtitle></itunes:subtitle>
      <itunes:duration>00:33:17</itunes:duration>
      <itunes:image href="https://i.example.com/49eab2eab9f1cd6148f211"/>
    </item>

I hesitate a bit to post the link here but I could provide it to you personally if you want to make your own tests with it.

from podcast-dl.

lightpohl avatar lightpohl commented on June 3, 2024

Ah, that's perfect! Thanks!

Issue should be resolved in v4.1.4. Worked with my tests locally but let me know if you run into issues with it. 👍

from podcast-dl.

lukengda avatar lukengda commented on June 3, 2024

Works like a charm, thanks for the patch & release

from podcast-dl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.