Need to check for non-empty scheme OR non-empty authority. Don't need both. Existing code: https://github.com/Podcastindex-org/podping-hivewriter/blob/7162b580e7d9822ba117947dc6e154f82dffd839/src/podping_hivewriter/podping_hivewriter.py#L549-L550
Need to check for non-empty scheme OR non-empty authority. Don't need both.
Existing code:
podping-hivewriter/src/podping_hivewriter/podping_hivewriter.py
Lines 549 to 550 in 7162b58