Skip to content

Commit

Permalink
Merge pull request #2077 from feederbox826/fastbencode
Browse files Browse the repository at this point in the history
replace bencoder.pyx with fastbencode
  • Loading branch information
feederbox826 authored Oct 23, 2024
2 parents ad90d1e + 3f18eaf commit a628df2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scrapers/torrent/torrent.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@
from py_common.deps import ensure_requirements
from py_common import graphql

ensure_requirements("bencoder.pyx")

from bencoder import bdecode # noqa: E402
ensure_requirements("fastbencode")

from fastbencode import bdecode # noqa: E402

TORRENTS_PATH = Path("torrents")

Expand Down

0 comments on commit a628df2

Please sign in to comment.