diff --git a/.github/prtester.py b/.github/prtester.py index 4f58f2cb..93b83289 100644 --- a/.github/prtester.py +++ b/.github/prtester.py @@ -68,7 +68,7 @@ def testBridges(bridges,status): # if all example/default values are present, form the full request string, run the request, replace the static css # file with the url of em's public instance and then upload it to termpad.com, a pastebin-like-site. r = requests.get(URL + bridgestring + formstring) - pagetext = r.text.replace('static/HtmlFormat.css','https://feed.eugenemolotov.ru/static/HtmlFormat.css') + pagetext = r.text.replace('static/style.css','https://rss-bridge.org/bridge01/static/style.css') pagetext = pagetext.encode("utf_8") termpad = requests.post(url="https://termpad.com/", data=pagetext) termpadurl = termpad.text diff --git a/bridges/PikabuBridge.php b/bridges/PikabuBridge.php index e6804534..3a4d0a1c 100644 --- a/bridges/PikabuBridge.php +++ b/bridges/PikabuBridge.php @@ -14,7 +14,7 @@ class PikabuBridge extends BridgeAbstract 'Горячее' => 'hot', 'Свежее' => 'new', ], - 'defaultValue' => 'hot' + 'defaultValue' => 'hot', ]; const PARAMETERS = [