diff --git a/spotproviders/wota.py b/spotproviders/wota.py index eab7183..ea85a3d 100644 --- a/spotproviders/wota.py +++ b/spotproviders/wota.py @@ -29,7 +29,7 @@ class WOTA(HTTPSpotProvider): for source_spot in rss.channel.items: # Reject GUID missing or zero - if not source_spot.guid or not source_spot.guid.content or source_spot.guid.content == "http://www.wota.org.uk/alerts/0": + if not source_spot.guid or not source_spot.guid.content or source_spot.guid.content == "http://www.wota.org.uk/spots/0": continue # Pick apart the title