Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 541 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 541 Bytes

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))