Skip to content

Commit

Permalink
Fix EZTV crawler
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiotapia committed Sep 19, 2022
1 parent 681fee0 commit 53ce05c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crawlers/eztv.nim
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import "../torrents/torrent"

proc fetchXml(): Future[XmlNode] {.async.} =
let client = newAsyncHttpClient()
let xml = await client.getContent("https://eztv.re/ezrss.xml")
let xml = await client.getContent("https://eztv1.xyz/ezrss.xml")
let xmlStream = newStringStream(xml)
client.close()
return parseXML(xmlStream)
Expand Down
Binary file modified torrentinim-data.db
Binary file not shown.

0 comments on commit 53ce05c

Please sign in to comment.