plugin.video.bitchute icon indicating copy to clipboard operation
plugin.video.bitchute copied to clipboard

Rumble addon? Could you do one please?

Open ohmichael opened this issue 3 years ago • 15 comments

I can't find a place on your github to message you but could you make one for rumble or odysee? Possibly rumble if you could focus on it. Please and ty. Delete this if the issue is a burden.

ohmichael avatar Mar 29 '21 18:03 ohmichael

I will leave it open, but odysee appears to need a daemon running (correct me if I am wrong anyone) - which won't fly on Kodi. As for Rumble.. perhaps. I'm very short of spare time at the moment - which is why I haven't updated stuff much.

winsomehax avatar Mar 31 '21 14:03 winsomehax

Thank you your addons are great I’ll keep watch :)

ohmichael avatar Apr 01 '21 21:04 ohmichael

a rumble addon for 19 is available and I was able to feed odysee links into the lbry addon via "plugin://plugin.video.lbry/play/" Odysee is like a frontend vor Libry

Isayso avatar Apr 12 '21 19:04 Isayso

I use kodi 18.9 the new version will break my stuff

ohmichael avatar Apr 12 '21 21:04 ohmichael

Second/Thirding a rumble request. There is a rumble addon but it doesn't allow you to login and see your subscriptions - they all need to be added manually so it's no where near as good as your bitchute addon. Just trying the fix for user agent now. The rumble one is here https://github.com/OnePlayHD/OneRepo/tree/master/matrix/plugin.video.rumble.matrix

DavidFW1960 avatar May 17 '21 04:05 DavidFW1960

Also brighteon and banned.video addons would be super useful

DavidFW1960 avatar May 18 '21 00:05 DavidFW1960

banned.video: the site appears to the sit behind cloudflare setup to specifically stop anything but a browser.

winsomehax avatar May 31 '21 09:05 winsomehax

I actually found a banned.video addon that works quite well....

DavidFW1960 avatar Jun 01 '21 04:06 DavidFW1960

Does it scrape the site? Or just have some URLs hardwired into it?

I ask because my solution for ages has been to just put the URL (below) for - say Alex's show - into a file called "alex.strm", store it somewhere KODI can access it and then play that file.

https://freespeech.akamaized.net/hls/live/2016712/live2/playlist.m3u8

But you can't tell when the thing is actually live (it reruns) nor can you scrape the stories/videos

Dynamically scraping the site to find the URLs or even accessing the graphql api always gets denied by Cloudflare. I assumed this was to avoid the constant DDOS attacks they get.

On Tue, 1 Jun 2021, 05:46 DavidFW1960, @.***> wrote:

I actually found a banned.video addon that works quite well....

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/winsomehax/plugin.video.bitchute/issues/35#issuecomment-851800400, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALDWQE4MUKXXEWFBDBQJJWTTQRQ2RANCNFSM42AD45CA .

winsomehax avatar Jun 01 '21 06:06 winsomehax

I found it discussed on the Kodi Forum and the addon is here https://github.com/Spinalcracker/repo-plugins/tree/jarvis/plugin.video.infowars It works well

DavidFW1960 avatar Jun 02 '21 02:06 DavidFW1960

Doesn't look like it's been updated for quite a while.

Although I don't think it's possible to scan the site using code (and if anyone knows a way around the CloudFlare stuff I'm happy to hear suggestion) - it should be possible to make a simple menu to open the various standard video streams on banned.video.

I was thinking of make a simple addon that will load a banned.json file from github containing the name of the feed and the URL to play:

    "title": "The Alex Jones Show",
    "URL": "https://freespeech.akamaized.net/hls/live/2016712/live2/playlist.m3u8",
    "schedule": "Weekdays 11am - 3pm and Sunday 4pm - 6pm CST"

    "title": "The War Room with Owen Shroyer",
    "URL": "https://freespeech.akamaized.net/hls/live/2016873/live4/playlist.m3u8",
    "schedule": "Weekdays 3pm - 6pm CST "

    "title": "The American Journal",
    "URL": "https://freespeech.akamaized.net/hls/live/2016873/live3/playlist.m3u8",
    "schedule": "Weekdays 8AM - 11AM CST"

So basically the addon starts and loads this from github (which can be updated). It's not perfect, but the banned.json file could be updated on github without changing the code - and it could work on Matrix too.

It can't tell which feed is live (these feeds loop) - what is live can only be determined by looking at the site and cloudflare is stopping that

But it's easy enough to make a static menu that loads its entries from a json file. Anyone interested in seeing this?

winsomehax avatar Jun 14 '21 19:06 winsomehax

Dunno. It's a bit like reinventing the wheel because the one I linked you to works well even though it's a few years old and hasn't been updated. Would be better if you could make a Brighteon one IMO.

DavidFW1960 avatar Jun 14 '21 22:06 DavidFW1960

I don't use Rumble. I'll label this as "enhancement"... never say never

winsomehax avatar Jul 02 '21 12:07 winsomehax

I don't use Rumble. I'll label this as "enhancement"... never say never

FYI

I've just dropped a simple tv.gab.com kodi add-on. The API docs for gab don't seem to be available (I'm getting error messages), so I've just knocked up a scraper one.

It just reads tv.gab.com/guide, scrapes the info and then lets you play the videos on that page.

It only a took a few hours and at least people can watch the popular videos on KODI. I don't know how much effort I'm going to put into it, but it's something.

If anyone is curious "why gab"? It's because it's constantly under attack from people trying to shut it down. I don't agree with everything posted on there.

winsomehax avatar Jul 21 '21 11:07 winsomehax

If anyone is curious "why gab"? It's because it's constantly under attack from people trying to shut it down. I don't agree with everything posted on there.

Me either but I'll defend to the death their right to say whatever the hell they want censorship free

DavidFW1960 avatar Jul 24 '21 02:07 DavidFW1960