fix: 🩹 missing headers on 2hdp
This commit is contained in:
parent
97467b5c54
commit
3351f8ed99
@ -33,6 +33,7 @@ client = Client(
|
||||
movies = []
|
||||
torrents = client.get_torrents()
|
||||
writer = DictWriter(stdout, fieldnames=["season", "title", "hash", "url"])
|
||||
writer.writeheader()
|
||||
|
||||
tree = ElementTree.fromstring(get("https://feed.ausha.co/Loa7srdWGm1b").text)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user