Meme's stream is here:
https://kick.com/memecopium/videos/94360a86-0d29-49c0-9f52-f978004c4aff
Does anyone here know how to wrangle devtools to make videos work? I'm shit at this.
I want to download this video:
Bitchute had a URL overhaul that fucked up many old videos, the old UI can be accessed here:
I found the 404 link with devtools (network tab).
Then on Reddit, I found this javascript:
javascript: (function () { function getHtmlPageVidLink(){return $('source')[0].src.split('.bitchute.com/')[1]};var lastKnownCurrentTime=plyr.currentTime;function setHtmlPageSeed(seedLink){$('source')[0].src=seedLink;$('video')[0].src=seedLink;plyr.play().then(()=>{plyr.currentTime=lastKnownCurrentTime})};availableSeedArray=['seed111','seed132','seed122','seed167','seed126','seed171','seedp29xb','seed305','seed307','seed128','seed125','seed177','zb10-7gsop1v78'];var seedArrayCurrentPosition=1;function getNewRandomSeed(){var _tempPosition=Math.floor(Math.random(availableSeedArray.length-1)*10);if(_tempPosition==seedArrayCurrentPosition){if((_tempPosition+1)>(availableSeedArray.length-1)){_tempPosition=0}else{_tempPosition+=1}}seedArrayCurrentPosition=_tempPosition;return seedArrayCurrentPosition};var newSeedVidLink='';function getSeedSourceFromSeedNo(seedNo,vidLink){if(!vidLink){var vidLink=getHtmlPageVidLink()}if(!seedNo){var seedNo=availableSeedArray[getNewRandomSeed()]}newSeedVidLink='https://'+seedNo+'.bitchute.com/'+vidLink;setHtmlPageSeed(newSeedVidLink);return newSeedVidLink};getSeedSourceFromSeedNo(); })();
Basically it goes through a bunch of alternate seeds. I tried all of them, nothing works. I tried this on a working video of his and some of the seeds do work.
Is this now lost media?