Changes for version 2.50 - 2016-01-29

  • Add StreamFinder::PragerU to handle www.prageru.com videos.
  • StreamFinder::Subsplash - Refactor to optionally use yt-dlp to fetch video streams (-youtube => {yes|no|first|last|ifneeded}) similar to several of the other fetcher modules, as Subsplash pages pretty much only return audio streams (if at all) without javascripts/cookies, etc. Also fixed & greatly improved metadata fetch from their pages.
  • StreamFinder::Brighteon - Fix failure when -youtube => 'only' is set.
  • StreamFinder::(BitChute,Brighteon,Odysee) - Try harder to get full "description" field, tweak a cpl. regices to better handle non-ascii characters sometimes found in certain text and/or URL fields.
  • StreamFinder::Rumble - Filter out some more now non-playable .mp4/.webm streams from consideration.
  • StreamFinder::Youtube - Prevent sometimes non-URLs being returned as valid streams causing failure to fallback to StreamFinder::Anystream when no valid streams found.

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 video URLs on www.prageru.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.