I’m using windscribe VPN from Italy and it works without issues right now
I’m using windscribe VPN from Italy and it works without issues right now
Look at the corner between the four “paragraphs”… WHY? Please Microsoft align them properly
Why do you need a waterproof laptop? (I’m just curious)
Will this change something for italian pirates?
Uhm, cool I guess. Why should we use this? Does it have any advantage over classical displays?
Why only in the US? (I didn’t read the article)
uhm that’s strange, I just tried executing it on your link and it worked. have you waited at least 5 seconds after running the script?
hi, sorry for the late reply! I finally wrote this nodejs script:
const puppeteer = require('puppeteer');
// This is where we'll put the code to get around the tests.
function findPlaylistUrl(networkUrls) {
for (const url of networkUrls) {
if (url.startsWith('https://vixcloud.co/playlist')) {
return url;
}
}
return ''; // Return an empty string if no matching URL is found
}
(async () => {
// Check if URL argument is provided
if (process.argv.length <= 2) {
console.error('Usage: node get_network_urls.js <URL>');
process.exit(1);
}
const url = process.argv[2];
// Launch a headless browser
const browser = await puppeteer.launch({ headless: 'true' });
const page = await browser.newPage();
// Enable request interception
await page.setRequestInterception(true);
// Capture network requests
const networkUrls = [];
page.on('request', (request) => {
networkUrls.push(request.url());
request.continue();
});
// Navigate to the URL
await page.goto(url);
// Wait for a while to capture network requests (adjust as needed)
await page.waitForTimeout(5000);
// Print the captured network URLs
console.log(findPlaylistUrl(networkUrls));
// Close the browser
await browser.close();
})();
the first argument passed to the script is the url of the webpage. The script uses the puppeteer module to “fake” a browser, in order to receive all the network calls and so on, and then will search through them for the m3u8 playlist. It is very specific and only works on this website, but it can be easily adapted for other websites as well
This is AWESOME! Exactly what I was looking for, thanks!!
Thanks for the link! I’m trying to install the latest APK in the releases (which is 1y old), but when I try to log in it says “you’re using an outdated version, please update” refusing to let me log in :(
Nekogram is just an unofficial telegram client, but (at least last time I downloaded it, a few month ago) it had the exact same limitations of the official client
apps on fdroid are all TOS-compliant, otherwise they would be removed real quick by telegram (AFAIK)
Currently as italian trackers Ilcorsaroblu, itatorrents and MIRCrew, do you know other good trackers for italian media?
Do you think it will be possible to do this in matrix? Without bridges obviously
I’ve always only torrented movies “manually” until a few weeks ago, when I set up my first media server with jellyfin and sonarr/radarr, and set the language to italian only. often however I see that the requested movies not downloading automatically because no italian torrent is found with the required resolution (1080p), and/or the ones actually available have 0 seeds, while there’s plenty of English torrents with loads of seeders
That dubbed audio tracks of movies could be downloaded separatey and easily merged in the audio, in a way similar to subtitles. This way, the audio track in non English languages would be downloaded very quickly, even with just one seeder, and the whole movie in original language has way more seeders than dubbed ones.
wow thanks for the great answer and for the link! This seems to work fine for certain channels, but for other I get hit by a
Your input can't be opened:
VLC is unable to open the MRL 'https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=308718'. Check the log for details.
the channel in question is Rai1, and in the playlist it’s marked as “Geo-blocked” but… I’m in italy and I’m not using any VPN…
I don’t know, it’s pretty strange yeah
I tried with firefox and it works, it was blocking tor probably
Thanks!
Yay! More free ads!