diff --git a/commands/2hdp.py b/commands/2hdp.py index abb8121..c2d87a3 100755 --- a/commands/2hdp.py +++ b/commands/2hdp.py @@ -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)