mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-01 14:24:39 +03:00
feat: print which bridge is being processed (#2860)
This commit is contained in:
parent
b1ae7603bf
commit
d2313bddcc
1 changed files with 1 additions and 0 deletions
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue