Skip to content

Commit

Permalink
Update eztv.py to fix provider URL (#8674)
Browse files Browse the repository at this point in the history
Provider URL has changed to https://eztvx.to

Co-authored-by: miigotu <[email protected]>
  • Loading branch information
safepay and miigotu authored Jan 9, 2024
1 parent 7de71c2 commit 6e79547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sickchill/oldbeard/providers/eztv.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __init__(self):
self.minleech = 0

# URLs
self.url = "https://eztv.re"
self.url = "https://eztvx.to"
self.api = urljoin(self.url, "api/get-torrents")

# Cache
Expand Down

0 comments on commit 6e79547

Please sign in to comment.