Changes for version 2.10 - 2023-03-02

  • Added StreamFinder::Goodpods to fetch goodpods.com podcasts.
  • StreamFinder::SermonAudio - Add "-speakericon" to reverse the two artist/channel images - SermonAudio usually provides 2 separate artist/ channel images (one for the church/channel, and one a portrait of the preacher). The -speakericon option (if set) reverses the ones returned by getIconURL('artist') and getImageURL('artist'). Also try harder to find these icon images in the sermon pages.
  • StreamFinder::Vimeo - Fix missing "description" (getTitle('desc')) and icon (video-preview) image due to site changes. Also do better job selecting this image, which usually comes in multiple sizes: make getIconURL() return the smallest and getImageURL() the largest.

Modules

Fetch actual raw streamable URLs from various radio-station, video & podcast websites.
Fetch any raw streamable URLs from an HTML page.
Fetch actual raw streamable URLs from Apple podcasts on podcasts.apple.com
Fetch actual raw streamable URLs from Bitchute.com.
Fetch actual raw streamable URLs from Blogger / Blogspot videos.
Fetch actual raw streamable URLs from BrandNewTube.com & UGetube.com.
Fetch actual raw streamable URLs from Brighteon.com.
Fetch actual raw streamable podcast URLs on castbox.com
Fetch actual raw streamable URLs on goodpods.com
Fetch actual raw streamable podcast URLs on google.com
Fetch actual raw streamable URLs from radio-station websites on IHeartRadio.com
Fetch actual raw streamable URLs from radio-station websites on Internet-radio.com
Fetch actual raw streamable URLs from Odysee.com.
Fetch actual raw streamable URLs from radio-station websites on Onlineradiobox.com
Fetch actual raw streamable podcast URLs on podbean.com
Fetch actual raw streamable URLs on podcastaddict.com
Fetch actual raw streamable URLs from radio-station websites on radio.net
Fetch actual raw streamable URLs from radio-station websites on rcast.net
Fetch actual raw streamable URLs from Rumble.com.
Fetch actual raw streamable URLs on sermonaudio.com
Fetch actual raw streamable URLs from song-entry websites on SoundCloud.com
Fetch actual raw streamable URLs on widget.spreaker.com
Fetch actual raw streamable URLs from radio-station websites on Tunein.com
Fetch actual raw streamable URLs from Vimeo.com.
Fetch actual raw streamable URLs from YouTube and others.
Base module containing default methods common to all StreamFinder submodules.