Skip to content

Commit

Permalink
Fix Puls4ComSpider class name
Browse files Browse the repository at this point in the history
  • Loading branch information
nblock committed Apr 27, 2024
1 parent 0783e38 commit c558c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feeds/spiders/puls4_com.py
Expand Up @@ -7,7 +7,7 @@
from feeds.spiders import FeedsSpider


class Pusl4ComSpider(FeedsSpider):
class Puls4ComSpider(FeedsSpider):
name = "puls4.com"
start_urls = ["https://www.puls4.com/api/json-fe/page/sendungen"]

Expand Down

0 comments on commit c558c31

Please sign in to comment.