.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
README.md
pyproject.toml
requirements.lock
.github/workflows/ci.yml
.github/workflows/publish.yml
.github/workflows/release.yml
tests/__init__.py
tests/conftest.py
tests/test_argcomplete_integration.py
tests/test_base_helpers.py
tests/test_config.py
tests/test_eztv.py
tests/test_fallback_chain.py
tests/test_json_output.py
tests/test_real_debrid.py
tests/test_result_cache.py
tests/test_tpb_metadata_fetch.py
tests/test_tpb_parser.py
tests/test_tui.py
tests/test_yts_metadata_fetch.py
tests/test_yts_parser.py
tests/fixtures/apibay_search_ubuntu.json
tests/fixtures/apibay_torrent_detail.json
tests/fixtures/eztv_search_no_hits.json
tests/fixtures/eztv_search_severance.json
tests/fixtures/imdb_suggestion_severance.json
tests/fixtures/tpb_detail_R1.html
tests/fixtures/tpb_detail_R2.html
tests/fixtures/tpb_detail_R3.html
tests/fixtures/tpb_detail_R8.html
tests/fixtures/tpb_detail_iso.html
tests/fixtures/tpb_detail_movie.html
tests/fixtures/tpb_search_modern_layout.html
tests/fixtures/tpb_search_no_hits.html
tests/fixtures/tpb_search_ubuntu.html
tests/fixtures/yts_movie_details.json
tests/fixtures/yts_search_interstellar.json
torrent_hound/__init__.py
torrent_hound/__main__.py
torrent_hound/cache.py
torrent_hound/cli.py
torrent_hound/config.py
torrent_hound/realdebrid.py
torrent_hound/state.py
torrent_hound/tui.py
torrent_hound/ui.py
torrent_hound.egg-info/PKG-INFO
torrent_hound.egg-info/SOURCES.txt
torrent_hound.egg-info/dependency_links.txt
torrent_hound.egg-info/entry_points.txt
torrent_hound.egg-info/requires.txt
torrent_hound.egg-info/top_level.txt
torrent_hound/sources/__init__.py
torrent_hound/sources/base.py
torrent_hound/sources/eztv.py
torrent_hound/sources/legacy_1337x.py
torrent_hound/sources/tpb.py
torrent_hound/sources/yts.py