Changes for version 2.42 - 2024-09-22

  • StreamFinder::SermonAudio - Fix excess padding sometimes left on both sides of Genre text. Also update copyright year & docs.
  • StreamFinder::Podchaser - Fix failure to fetch failure to fetch episode icon, and sometimes other fields for the latest episode when given a podcast url due to slight changes in their site.
  • StreamFinder - Fix some issues with handling HLS (.m3u8) streams, particularly in StreamFinder::Anystream, but effecting all modules, mostly for better handling by Fauxdacious Mediaplayer and the ffmpeg library when using internet connections with limited bandwidth. The biggest change is we no longer attempt to parse out HLS master playlists when neither hls_bandwidth (limit) or -noplaylists parameters are set. Instead, just return the master playlist stream as-is. This allows for better control over selected streams within bandwidth limits within Fauxdacious itself. To function the old way, simply specify an hls_bandwidth limit (in the config file) or "-noplaylists => 1".

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 video URLs on www.theepochtimes.com
Fetch actual raw streamable URLs from radio-station websites on IHeart.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 on podchaser.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 on subsplash.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.
Fetch actual raw streamable URLs from radio-station websites on zeno.fm
Base module containing default methods common to all StreamFinder submodules.