warren-bank / Android-WebCast

Android app to extract video (file/stream) URLs from websites and watch them elsewhere (internal/external video player, Google Chromecast, ExoAirPlayer).
GNU General Public License v2.0
97 stars 17 forks source link

Share activity #7

Open heinnovator opened 2 years ago

heinnovator commented 2 years ago

This app should have share options in the share menu.

warren-bank commented 2 years ago

this option starts an Intent that includes the video URL.. which allows it to be played in any external video player that's installed.

heinnovator commented 2 years ago

Oh Thank you. Great app.