Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
point rss feed to proxy server
Browse files Browse the repository at this point in the history
  • Loading branch information
playsamay4 committed Dec 10, 2023
1 parent 127d1a5 commit f547c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wires.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ local BBCWorldSCR = [[
local socket = require("socket.http")
local parser = xml2lua.parser(handler)
local wireGatherData = ""
local wireGatherURLS = {"http://feeds.bbci.co.uk/news/world/rss.xml"}
local wireGatherURLS = {"https://rss.playsamay4.com/bbcworld"}
local inspect = require "lib.inspect"
for i = 1, #wireGatherURLS do
Expand All @@ -37,7 +37,7 @@ local BBCUKSCR = [[
local socket = require("socket.http")
local parser = xml2lua.parser(handler)
local wireGatherData = ""
local wireGatherURLS = {"http://feeds.bbci.co.uk/news/uk/rss.xml"}
local wireGatherURLS = {"https://rss.playsamay4.com/bbcuk"}
local inspect = require "lib.inspect"
for i = 1, #wireGatherURLS do
Expand Down

0 comments on commit f547c3d

Please sign in to comment.