Registry / http-networking / fzmovies-api

fzmovies-api

JSON →
library0.1.6pypypi✓ verified 81d ago

Unofficial Python API/SDK for the fzmovies.net website, enabling search, download, and metadata retrieval for movies. Current version 0.1.6, requires Python >=3.10. Active development with occasional releases.

pip install fzmovies-api
INSTALL
IMPORT
SIG · FZMOVIES-API
F
fzmovies-api
http-networkingpythonv0.1.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FZMovies
from fzmovies_api import main
from fzmovies import FZMovies

Initialize and search for a movie.

from fzmovies import FZMovies fz = FZMovies() results = fz.search('Inception') if results: print(results[0].title)
Debug
Known issues
breakingDefault domain changed to fzmovies.live in v0.1.5. Code relying on previous default (fzmovies.net) may break if domain is not accessible.
fix
Upgrade to >=0.1.5 or explicitly set domain: FZMovies(domain='fzmovies.net')
affects: <0.1.5
gotchaThe API scrapes the website; changes in fzmovies.net's HTML structure can break functionality without a library update.
fix
Check for library updates or report issues on GitHub.
affects: all
Upgrade
Version history
0.1.6latest on PyPI
Audit
Dependencies
requestsrequiredHTTP requests to fzmovies
beautifulsoup4requiredHTML parsing
Agent activity
21 hits · last 30 days
node
18
Resources
fzmovies-api — pip install fzmovies-api · libregistry