mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-25 02:41:25 +02:00
feat: print which bridge is being processed (#2860)
This commit is contained in:
1
.github/prtester.py
vendored
1
.github/prtester.py
vendored
@@ -16,6 +16,7 @@ def testBridges(bridges,status):
|
|||||||
if bridge.get('data-ref'): # Some div entries are empty, this ignores those
|
if bridge.get('data-ref'): # Some div entries are empty, this ignores those
|
||||||
bridgeid = bridge.get('id')
|
bridgeid = bridge.get('id')
|
||||||
bridgeid = bridgeid.split('-')[1] # this extracts a readable bridge name from the bridge metadata
|
bridgeid = bridgeid.split('-')[1] # this extracts a readable bridge name from the bridge metadata
|
||||||
|
print(bridgeid + "\n")
|
||||||
bridgestring = '/?action=display&bridge=' + bridgeid + '&format=Html'
|
bridgestring = '/?action=display&bridge=' + bridgeid + '&format=Html'
|
||||||
forms = bridge.find_all("form")
|
forms = bridge.find_all("form")
|
||||||
formid = 1
|
formid = 1
|
||||||
|
Reference in New Issue
Block a user