Eugene Molotov
Eugene Molotov
> Call to undefined method InstagramBridge::saveCachedValue There is a typo. Just pushed a fix to my branch. Also you may need to add this in `config.ini.php`. ``` [JobQueue] file =...
Middleware configuration: ``` const uid = require("uid-safe").sync; var middleware = session({ genid: function(req) { if ( (req.session) && (req.session.uid) ) { return req.session.uid + "_" + uid(24); } else {...
Rutube becomes popular in Russia since YouTube started blocking some accounts from Russia. Recently implemented way to retrieve list of videos from channel and playlist https://github.com/RSS-Bridge/rss-bridge/pull/2661
@makhov, YouTube's censorship actions increased demand (спрос) of using Rutube in Russia for uploading videos and watching them. Some users use official Rutube Android app to watch videos. You sentence...
> What I'm not ok with is the spread of propaganda. Both YouTube and Rutube has propaganda videos and non-propaganda videos. For sure, YouTube support should not be removed, because...
Hey, @deletosh ! No it isn't. As for now, I have no motivation to restructure, tidy up the code and write documentation.
This PR stopped being relevant. VK does not report 429 for now.
> I believe in order to support the more popular bridges you'll need to scrap with a full-blown browser. (e.g. puppeteer, Selenium, etc.) As other option - common chromium browser...
Hi, Steven! > I would like to see rss-bridge load URLs in a headless browser It will heavily increase server requirements. Specially for public instances. For example, if bridge is...
Ping @mitsukarenai as maintainer of this bridge. Please leave note, if you don't have time to maintain it.