9 buildPythonPackage rec {
10 pname = "instaloader";
14 disabled = pythonOlder "3.6";
16 src = fetchFromGitHub {
17 owner = "instaloader";
19 rev = "refs/tags/v${version}";
20 sha256 = "sha256-3uO5EVK5mR3BwDF885onEraP3NYACTRwnGOsM009uig=";
23 propagatedBuildInputs = [
28 pythonImportsCheck = [ "instaloader" ];
31 homepage = "https://instaloader.github.io/";
32 description = "Download pictures (or videos) along with their captions and other metadata from Instagram";
33 maintainers = with maintainers; [ creator54 ];
34 license = licenses.mit;