Commit graph

6 commits

Author SHA1 Message Date
King_DuckZ
f7d90a789d Move hashes collection to TorrentRead
So yeah, while TorrentRead is not compulsory to use,
right now it'd be pretty inconvenient to not use it
as the hash grouping function is fidgety to get right.
I think group_torrent_hashes() eventually should be
moved elsewhere.
2025-04-07 01:30:04 +01:00
King_DuckZ
50f33300be Refactor higher level code into TorrentRead class
This also addresses the issue with paths of more than 1 item
so all torrents should now work and adds some error reporting
through exceptions
2025-04-07 01:01:52 +01:00
King_DuckZ
9fb7dd8537 Attach GPL3+ licence 2025-04-05 20:13:24 +01:00
King_DuckZ
ca049e5f6f Bug fix in parser when reading large integers 2025-04-05 20:03:24 +01:00
King_DuckZ
72d52860f6 Refactor visitors into separate files
This also includes some small improvements that I don't remember right now
2025-04-05 20:02:17 +01:00
King_DuckZ
3dcfcc7f0c Working proof of concept 2025-04-02 20:41:48 +01:00