Skip to content

gusberinger/letterboxd-convert

Repository files navigation

letterboxd-convert

Tests

Convert letterboxd.com lists to a list of imdb ids.

Install

pip install letterboxd-convert

Usage

CLI usage

letterboxd-convert "https://letterboxd.com/crew/list/the-2010s-top-250-narrative-features/" -limit 20

Python package

from letterboxd_convert import download_list
url = "https://letterboxd.com/crew/list/the-2010s-top-250-narrative-features/"
print(download_list(url, limit=20))

About

Convert a Letterboxd list to a list of IMDb identifiers.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages