Changes for version 2.04 - 2023-02-28
- Added StreamFinder::Rcast to fetch rcast.net radio stations.
- StreamFinder::BrandNewTube - Fix several issues with this rapidly- depreciating video site (more recent videos seem to be wrapped in javascript and becoming unscrapable. These fixes restore some fields for which the site has changed the code. Note: This module also handles ugetube.com videos, which seem to still work properly, and may be renamed to StreamFinder::UGETube in the future if brandnewtube.com support is eventually dropped.
- StreamFinder::Odysee - Add new "-youtube=ifneeded" option to only fetch Youtube streams if youtube-dl fails to find a valid Odysee stream. Also add a new option "-nohls" to ignore HLS (.m3u/.m3u8). StreamFinder class - Fix undefined variable warning when attempting to fetch a stream URL when there are no streams matching restricted criteria, even if a valid StreamFinder object was returned.
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 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.